From d9cfa352bb1d6ec8182d4ba838e1e91c8743e7ba Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Tue, 9 May 2006 12:16:04 -0400 Subject: [PATCH] Version updates. --- NEWS | 14 ++++++++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ libchess/configure.ac | 2 +- 4 files changed, 22 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b2448ca..d1d3881 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +CBoard version 0.2.3 +-------------------- +Added non-blocking message windows, input dialogs and menus. This means that +other games can be running while editing tags etc. + +Added a move history tree menu. From this you can view and edit a moves +annotation. RAV will be supported problably in the next release. + +The board details key 'd' has changed to CTRL-d and annotating a move in +history mode now uses the key CTRL-a. + +A couple bug fixes. See ChangeLog for details. + + CBoard version 0.2.2 -------------------- Black opening and history mode fix. diff --git a/configure.ac b/configure.ac index 3058b44..932073e 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.2, [Ben Kibbey bjk@luxsci.net]) +AC_INIT(cboard, 0.2.3, [Ben Kibbey bjk@luxsci.net]) AC_CONFIG_AUX_DIR(build) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([foreign]) diff --git a/debian/changelog b/debian/changelog index 6a7a38d..baee558 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cboard (0.2.3-1) unstable; urgency=low + + * New upstream. + + -- Ben Kibbey Tue, 9 May 2006 12:15:13 -0400 + cboard (0.2.2-1) unstable; urgency=low * New upstream. diff --git a/libchess/configure.ac b/libchess/configure.ac index 598d8a6..f8cffaf 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.4, [Ben Kibbey bjk@luxsci.net]) +AC_INIT(libchess, 0.5, [Ben Kibbey bjk@luxsci.net]) AC_CONFIG_AUX_DIR(build) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([foreign]) -- 2.11.4.GIT