[gnome-chess] Prepare 3.9.90



commit 9568a0e3a91a212e20916806dbac9c0b8357d361
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Aug 19 11:57:11 2013 -0500

    Prepare 3.9.90

 NEWS         |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 53 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index f55a831..544669c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,55 @@
+3.9.90 - August 19, 2013
+=====================
+
+Changes since 3.9.5:
+
+* New pause game option added
+* Fix figurine algebraic notation displaying the wrong figures
+* Store only one game at a time in autosave history
+* Prompt the user to save the game before opening a new one
+* Fix viewing arbitrary turns with the history combo box
+* Fullscreen icon should change to unfullscreen icon when in fullscreen view
+* The game will now display a warning and end the game when an engine makes an
+  illegal move, or when a CECP engine claims GNOME Chess allowed an illegal
+  move, instead of hanging forever.
+* Claim Draw now works again
+  * If a draw cannot be claimed, an explanatory dialog is shown
+  * Fix two bugs with threefold repetiton detection
+  * Fix fifty-move rule detection
+* Preferences
+  * Now transient for the main window (not considered separate by GNOME Shell)
+  * Remove show history option
+  * Reorder some preferences
+* engines.conf
+  * Renamed to chess-engines.conf
+  * Now installed into $sysconfdir instead of $(datadir)/gnome-chess
+  * The format for passing UCI options to engines has been simplified
+  * New support for adding arguments to be appended to the UCI go command
+  * UCI engines should now be much easier
+  * Miscellaneous changes to other engines
+  * Amundsen support dropped due to lack of support for Undo
+
+Contributors
+
+* Michael Catanzaro
+* Michael I Doherty
+* Plamena Manolova
+
+Translations
+
+* Brazilian Portuguese (Rafael Ferreira)
+* Czech (Marek Černocký)
+* Galician (Fran Diéguez)
+* Hebrew (Yaron Shahrabani)
+* Hungarian (Gabor Kelemen)
+* Italian (Milo Casagrande)
+* Lithuanian (Aurimas Černius)
+* Norwegian bokmål (Kjartan Maraas)
+* Slovenian (Matej Urbančič)
+* Spanish (Daniel Mustieles)
+* Traditional Chinese (Chao-Hsiung Liao)
+
+
 3.9.5 - July 29, 2013
 =====================
 
diff --git a/configure.ac b/configure.ac
index caac5cb..9e69bc7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.64])
-AC_INIT([gnome-chess],[3.9.5])
+AC_INIT([gnome-chess],[3.9.90])
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
 AC_CONFIG_SRCDIR([src/gnome-chess.vala])
 AM_SILENT_RULES([yes])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]