[gnome-chess] Prepare 3.9.4



commit 7b56d4dcd3f955c74ce91ee21a8276eff704fc1f
Author: Michael Catanzaro <mike catanzaro gmail com>
Date:   Mon Jul 8 13:24:57 2013 -0500

    Prepare 3.9.4

 NEWS         |   23 +++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 24 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2e883da..a736489 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+gnome-chess 3.9.4
+=================
+
+* Added an application menu
+* Removed the menubar
+* Added several items to the toolbar
+* The toolbar is now mandatory
+* Fix crash when using Undo while viewing a previous move (Chris Cummins)
+* Fix crash after completing a timed game where the timer did not expire
+* Fix insanely small load game dialog
+* Save and load players' time remaining in timed games
+* Better decide when and when not to autosave a game
+* King and bishop vs. king and bishop on opposite color is not insufficient
+  material
+* Set a default filename with the .pgn extension for the save game dialog
+* When prompting to save a completed game, use a more natural message
+* After prompting to save before starting a new game, prompt for a save
+  location instead of autosaving
+* Slight improvements to the promotion type selection dialog
+* "Human" move descriptons now more naturally describe castling
+* Add a 256x256 icon
+* Translation updates
+
 gnome-chess 3.9.2
 =================
 
diff --git a/configure.ac b/configure.ac
index 29b6c6a..f1bcf5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.64])
-AC_INIT([gnome-chess],[3.9.2])
+AC_INIT([gnome-chess],[3.9.4])
 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]