[gnome-chess] Prepare 3.13.4



commit 082e5c462a528ec4b5c1f6612f27c9f24b7b4d11
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Jul 20 22:43:56 2014 -0500

    Prepare 3.13.4

 NEWS         |   26 ++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 27 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index e2adf50..74e92ee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+3.13.4 - July 20, 2014
+======================
+
+Dependencies: GLib 2.40, GTK+ 3.13.2
+
+* Remove 3D mode. Goodbye 3D mode
+* Time control is now a per-player limit, rather than a max duration
+* Fix undo before engine moves
+* Fix engine desync when browsing history on engine's turn
+* Do not enable pause action when browsing history
+* Fix clock unpausing after game is over in rare situations
+* Return view to present when engine moves
+* Reword some error messages
+* Shorten some window subtitles
+* Add command line warning when engine makes illegal move
+* Do not try to stop the game twice when an engine error occurs
+* Ensure new game button is always sensitive when on game over
+* Update header bar title when using Undo
+* Workaround Vala signal misfires that could cause a rare crash
+* Use header bar on promotion dialog
+* Pause overlay is now transparent (but pieces are hidden)
+* Minor improvements to preferences dialog
+* Set bigger minimum size for chess board
+* Miscellaneous code improvements
+* Many updated translations
+
 3.13.1 - April 26, 2014
 =======================
 
diff --git a/configure.ac b/configure.ac
index 9fafefc..773a6e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.63])
-AC_INIT([GNOME Chess], [3.13.1], [https://bugzilla.gnome.org/],
+AC_INIT([GNOME Chess], [3.13.4], [https://bugzilla.gnome.org/],
         [gnome-chess], [https://wiki.gnome.org/Apps/Chess])
 
 AC_CONFIG_MACRO_DIR([m4])


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