From 14c15bb99deffa1803a33960f1acdca1801ede65 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Mon, 1 May 2006 12:49:50 -0400 Subject: [PATCH] Version updates. --- NEWS | 27 +++++++++++++++++++++++++++ configure.ac | 2 +- libchess/configure.ac | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 687573c..b2448ca 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +CBoard version 0.2.2 +-------------------- +Black opening and history mode fix. + +Tag window and long value fix. + +Added frfr2san.pgn to test/. + +Increased MAX_PGN_NAG from 5 to 8. + +The "Result" tag is determined by the move validator. Don't trust the result +tag from PGN import format unless it's a draw and the result couldn't be +determined. + +-E command line switch fix. + +When there is no promotion piece in the move text, promote to queen. + +A few PGN parsing and writing fixes. RAV, NAG, comments and EOG. + +Fix for copying the cc.data file. + +Fix installing config.example to PREFIX/share/man/man6. + +Added Debianization stuff. + + Cboard version 0.2.1 -------------------- The move validator is a little more than 5 times faster. The major problem was diff --git a/configure.ac b/configure.ac index d73b99b..3058b44 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl $Id: configure.ac,v 1.18 2003-02-07 19:27:39 bjk Exp $ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(cboard, 0.2.1, [Ben Kibbey bjk@luxsci.net]) +AC_INIT(cboard, 0.2.2, [Ben Kibbey bjk@luxsci.net]) AC_CONFIG_AUX_DIR(build) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([foreign]) diff --git a/libchess/configure.ac b/libchess/configure.ac index 9e9d4ae..598d8a6 100644 --- a/libchess/configure.ac +++ b/libchess/configure.ac @@ -1,7 +1,7 @@ dnl $Id: configure.ac,v 1.18 2003-02-07 19:27:39 bjk Exp $ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(libchess, 0.3, [Ben Kibbey bjk@luxsci.net]) +AC_INIT(libchess, 0.4, [Ben Kibbey bjk@luxsci.net]) AC_CONFIG_AUX_DIR(build) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([foreign]) -- 2.11.4.GIT