From 4d9929fd417def4018cd25287ecd994ef5374d09 Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Thu, 7 Nov 2013 22:24:01 +0100 Subject: [PATCH] Prepare v1.4.1rc0. --- NEWS | 4 ++-- README | 49 ++++++++++++++++++++++++++----------------------- configure.ac | 2 +- 3 files changed, 29 insertions(+), 26 deletions(-) rewrite README (66%) 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 dissimilarity index 66% index e1c96e3..79a0198 100644 --- a/README +++ b/README @@ -1,23 +1,26 @@ -GNU Shogi, release 1.4.0 ------------------------- - -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. - -See the file NEWS for the new features of this release. - -For the installation procedure read the file "INSTALL". For more information -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) - +GNU Shogi, release 1.4.1 (rc0) +------------------------ + +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. + +For the installation procedure read the file "INSTALL". For more information +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 :-) + +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) -- 2.11.4.GIT