[gnome-chess] Prepare 3.9.92



commit 75c5b090c3786d0f9f1c457e66d30cf807f6d187
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Sep 16 15:34:26 2013 -0500

    Prepare 3.9.92
    
    Sneakily reduce required Autoconf to 2.63 since I think that should work
    fine

 NEWS         |   19 +++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 544669c..c25d70c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+3.9.92 - September 16, 2013
+===============================
+
+Updated Dependencies
+
+intltool >= 0.50
+SQLite dependency removed
+
+Changes
+
+* Player on move is now considered in check for threefold repetition
+* Implement more CECP functionality, making a desync with the engine less likely
+* If an engine's process dies, display a warning instead of claiming it resigned
+* Help: remove Amundsen from list of supported engines
+* Help: remove the "there are no bugs" page; regrettably, there are bugs
+* Add an appdata file for GNOME Software
+* Many updated translations
+
+
 3.9.90 - August 19, 2013
 =====================
 
diff --git a/configure.ac b/configure.ac
index 7833758..4154444 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-AC_PREREQ([2.64])
-AC_INIT([gnome-chess],[3.9.90])
+AC_PREREQ([2.63])
+AC_INIT([gnome-chess],[3.9.92])
 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]