[gnome-chess/gnome-3-8] Prepare 3.8.3



commit 668673738c67aaa4643978f6c75ef7f9b0832b2d
Author: Michael Catanzaro <mike catanzaro gmail com>
Date:   Sun Jun 9 22:50:07 2013 -0500

    Prepare 3.8.3

 NEWS         |   17 +++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 65c9dda..69d4484 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+gnome-chess 3.8.3
+=================
+
+* Time remaining is now saved when saving a timed game
+* The chess clock now starts after White's first move
+* Fix segfault when using Undo Move while viewing a previous turn (Chris Cummins)
+* Fix segfault after playing a timed game, then starting a new game, when the original game's timer expired
+* Fix massive CPU usage after playing vs. an engine, then starting a new game
+* Fix the very small save/load dialogs
+* The clock now stops at the end of the game
+* More sensibly set sensitivity of undo, resign, claim draw, and save options
+* Games now save with .pgn extension by default
+* Save now works as expected (instead of functioning the same as Save As)
+* Insufficient material: King and bishop can checkmate king and bishop on opposite color
+* Allow controlling the AI's pieces if no engines are installed (e.g. after loading a game vs. an engine)
+
+
 gnome-chess 3.8.2.1
 ===================
 
diff --git a/configure.ac b/configure.ac
index 090558d..7ee21e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(gnome-chess, 3.8.2.1)
+AC_INIT(gnome-chess, 3.8.3)
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
 AM_SILENT_RULES([yes])
 AM_MAINTAINER_MODE([enable])


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