From: Yann Dirson Date: Thu, 7 Nov 2013 21:24:01 +0000 (+0100) Subject: Prepare v1.4.1rc0. X-Git-Url: http://winboard.nl/cgi-bin?p=gnushogi.git;a=commitdiff_plain;h=4d9929fd417def4018cd25287ecd994ef5374d09 Prepare v1.4.1rc0. --- diff --git a/NEWS b/NEWS index 43dac7c..ffdc61b 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,6 @@ GNU shogi news -------------- -This file starts with GNU Shogi 1.3 (07/01/1999). - Changes in version 1.4.1 (unpublished): * Initial support for the MiniShogi variant, for now as a separate @@ -57,3 +55,5 @@ Changes in version 1.3 (07/1999): The man page is included in the texinfo file. The (separate) man pages have been updated to deal with the new command-line options for gnushogi. + +This file starts with GNU Shogi 1.3 (07/01/1999). diff --git a/README b/README index e1c96e3..79a0198 100644 --- a/README +++ b/README @@ -1,15 +1,19 @@ -GNU Shogi, release 1.4.0 +GNU Shogi, release 1.4.1 (rc0) ------------------------ -This is release 1.4.0 of GNU shogi, a program which plays shogi (Japanese -chess), as well as xshogi, the graphical interface to GNU shogi. GNU shogi -and xshogi were originally written by Matthias Mutz (mutz@fmi.uni-passau.de), -have been maintained by Mike Vanier (mvanier@bbb.caltech.edu) and are now maintained -by Luis Felipe Strano Moraes (luis.strano@gmail.com). GNU shogi was in turn based on -GNU Chess 4.0, i.e. the first version of GNU Shogi was obtained by "simply" modifying -the chess-specific parts of GNU Chess 4.0. -We would like to thank the authors of GNU Chess 4.0 for making the sources of -that program available. +This is release 1.4.1 of GNU shogi, a program which plays shogi +(Japanese chess), as well as xshogi, the graphical interface to GNU +shogi. + +GNU shogi and xshogi were originally written by Matthias Mutz +, have been maintained by Mike Vanier + in the 1.3.x era, by Luis Felipe Strano +Moraes until 1.4.0, and are now maintained by +Yann Dirson . GNU shogi was in turn based on GNU +Chess 4.0, i.e. the first version of GNU Shogi was obtained by +"simply" modifying the chess-specific parts of GNU Chess 4.0. We +would like to thank the authors of GNU Chess 4.0 for making the +sources of that program available. See the file NEWS for the new features of this release. @@ -19,5 +23,4 @@ on shogi please look at the files in the doc directory or read the info file. Please email bugs, comments, suggestions, and wish lists regarding GNU shogi to me. And enjoy the program :-) -Luis Felipe Strano Moraes (luis.strano@gmail.com) - +Yann Dirson diff --git a/configure.ac b/configure.ac index 42f3f8c..ce314d9 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([gnushogi],[1.4.0+],[https://savannah.gnu.org/bugs/?group=gnushogi]) +AC_INIT([gnushogi],[1.4.1-rc0],[https://savannah.gnu.org/bugs/?group=gnushogi]) AC_CONFIG_SRCDIR([gnushogi/gnushogi.h]) AC_CONFIG_HEADER(config.h)