[gnome-chess] Prepare 3.11.90



commit a0045ae39613ced58b54d2e5a950e48a42ca359a
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Feb 16 23:34:06 2014 -0600

    Prepare 3.11.90

 NEWS         |   30 ++++++++++++++++++++++++++----
 configure.ac |    2 +-
 2 files changed, 27 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 01cb052..9457732 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,37 @@
-GNU Chess is now the recommended default chess engine for Linux distributions.
-Feedback on the new difficulty levels is desired!
+3.11.90 - February 16, 2014
+===========================
 
-* WARNING WARNING WARNING *
+WARNING WARNING WARNING
 
 This version switches to using the UCI protocol to communicate with GNU Chess.
 UCI support was added in GNU Chess 6.0; however, it is buggy and causes 100% CPU
 usage. This is a terrible user experience, and is fixed in GNU Chess 6.1.0.
 And if your distribution still ships GNU Chess 5.x, then it won't work at all.
-
 Please check your version of GNU Chess before updating!
 
+* GNU Chess is now the recommended default chess engine for Linux distributions.
+* New difficulty levels for GNU Chess. Feedback is highly desired!
+* The engines configuration file has moved from SYSCONFDIR/chess-engines.conf to
+  SYSCONFDIR/gnome-chess/engines.conf and the original file will no longer be
+  read
+* engines.conf now has a new option, delay-before-move, used to set the delay
+  in seconds after a human moves before the engine is told to make a move. (The
+  actual delay will of course be longer, since the engine needs some time to
+  think.)
+* Many actions previously in the gear menu now live as buttons in the header
+  bar.
+* Added extra two seconds of delay before the engine moves for most engines.
+  This slows down the game to make it less overwhelming.
+* It is no longer possible to enter 3D mode when using Wayland or Mir. Support
+  for these environments will not be added in time for 3.10. Use 2D mode
+  instead.
+* The game is now properly paused when the Claim Draw dialog is open.
+* Fix color in window subtitle displayed when White is checkmated.
+* Shorten the window subtitle displayed when something goes wrong.
+* The desktop file has been renamed to gnome-chess.desktop
+* Updated man page
+* Updated translations
+
 3.11.4 - January 12, 2014
 =========================
 
diff --git a/configure.ac b/configure.ac
index 0607067..ca92be0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.63])
-AC_INIT([GNOME Chess], [3.11.4], [https://bugzilla.gnome.org/],
+AC_INIT([GNOME Chess], [3.11.90], [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]