[gnome-chess/gnome-3-12] Prepare 3.12.3



commit 6cce2a57d44f3908ed5ad95fdf11733085f50041
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Wed Jun 25 15:28:26 2014 -0500

    Prepare 3.12.3

 NEWS         |   13 +++++++++++++
 configure.ac |    2 +-
 2 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4718761..784a04e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+3.12.3 - June 26, 2014
+======================
+
+* Fix desync with chess engines when using undo during the engine's turn
+* Fix desync with chess engine when viewing history during the engine's turn
+* Return view to present if viewing history when engine moves
+* Fix clock sometimes unpausing after game ends due to desync with engine
+* Fix Pause button sensitivity after the game is over when browsing history
+* Fix New Game button sensitivity if the game ends before the first move
+  (possible if there is a problem with the chess engine)
+* Workaround Vala signal misfires causing a rare crash when using undo after
+  starting very many new games
+
 3.12.2 - May 11, 2014
 =====================
 
diff --git a/configure.ac b/configure.ac
index 6897817..03fabfb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.63])
-AC_INIT([GNOME Chess], [3.12.2], [https://bugzilla.gnome.org/],
+AC_INIT([GNOME Chess], [3.12.3], [https://bugzilla.gnome.org/],
         [gnome-chess], [https://wiki.gnome.org/Apps/Chess])
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
 AC_CONFIG_SRCDIR([src/gnome-chess.vala])


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