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