Bool transition: do not scanf directly into would-be bools.
[gnushogi.git] / NEWS
blob76b113b251774385f83f0d8358a045baa6b1ed77
1 GNU shogi news
2 --------------
4 Changes in version 1.5.0 (unreleased):
6 * XBoard protocol support, enabling the use of XBoard as a graphical
7   interface, officially deprecating XShogi.
8 * The gnuminishogi binary is now built by alongside gnushogi, no need
9   to play with --enable-minishogi any more.
10 * Build system switched from pure autoconf to automake
11 * Support for cross-compilation using standard "./configure --host=...",
12   including building windows binaries (both 32bit and 64bit) using
13   the gcc-mingw toolchain
15 Changes in version 1.4.3 (unreleased):
17 * Fixed a bug with forced promotion of pawns in minishogi.
18 * Fix support for parallel build.
19 * Minor code cleanups.
21 Changes in version 1.4.2 (02/2014):
23 * XShogi is no longer included in the GNU Shogi source, it is
24   available as a separate source archive.
25 * Fixes for edit mode:
26   - fixed clobbering of board on invalid input
27   - display a message on wrong input
28 * Fixed Curses mode display:
29   - reversed column number for MiniShogi
30   - clock and captures position for MiniShogi
31   - refresh display after "switch" to get player names updated
32   - layout fixes, notably when using only 80 columns
33 * Minor code cleanups.
35 Changes in version 1.4.1 (01/2014):
37 * Initial support for the MiniShogi variant, for now as a separate
38   executable built using "./configure --enable-minishogi".
39 * Support for building without the curses UI.
40 * Preliminary win32 support: can be built on cygwin with gcc3, in the
41   win32 directory.
42 * Build system enhancements.
43 * Bug fixes.
45 Changes in version 1.4.0 (03/2012):
47 * Main change is the license switch to GPL3.
48 * Project is now being maintained on a git repository.
49 * Bug fixes.
51 Changes in version 1.3.2 (07/2004):
53 * configure.in has been renamed to configure.ac
55 * A number of small fixes were added to make the program compile and run
56   correctly on modern Linuxes.
59 Changes in version 1.3.1 (07/2001):
61 * New piece bitmaps for both westernized and Japanese piece sets, courtesy of
62   Bernhard Maerz.
65 Changes in version 1.3 (07/1999):
67 * xshogi has been merged into the gnushogi source tree and build process.
69 * gnushogi is now only one executable, instead of three (one each for the raw
70   text interface, the xshogi interface, and the curses interface).  The three
71   interfaces are still there; you select between them using a command-line
72   option: "gnushogi -C" for the curses interface, "gnushogi -R" for the raw
73   text interface, and "gnushogi -X" or just "gnushogi" for the xshogi
74   interface.  Making the xshogi interface the default makes it easier for
75   xshogi to invoke gnushogi (translation: I couldn't be bothered figuring out
76   why this was the case, so I just left it that way).
78 * The gnushogi and xshogi source code has been thoroughly cleaned up and
79   ANSIfied.  Several files have been renamed.  Makefiles have also been
80   cleaned up considerably, but you don't need to care about this, because... 
82 * Building GNU shogi and xshogi now uses a configure script generated by
83   autoconf.  This should increase portability and make compilation much
84   easier. 
86 * There is now fairly extensive documentation in texinfo form, which has been
87   used to generate info, postscript, and html versions of the documentation.
88   The man page is included in the texinfo file.  The (separate) man pages have
89   been updated to deal with the new command-line options for gnushogi.
92 This file starts with GNU Shogi 1.3 (07/01/1999).