gnome-games r7674 - branches/gnome-2-22



Author: jclinton
Date: Tue May 27 05:00:59 2008
New Revision: 7674
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7674&view=rev

Log:
gnome-games 2.22.2

Modified:
   branches/gnome-2-22/ChangeLog
   branches/gnome-2-22/NEWS
   branches/gnome-2-22/configure.in

Modified: branches/gnome-2-22/NEWS
==============================================================================
--- branches/gnome-2-22/NEWS	(original)
+++ branches/gnome-2-22/NEWS	Tue May 27 05:00:59 2008
@@ -1,3 +1,38 @@
+gnome-games 2.22.2
+==================
+
+This service release contains fixes for build problems related to Python and
+a few crashers.
+
+A handful of fixes to Aisleriot are specific to the Maemo platform.
+
+Aisleriot:
+  - Don't crash on double click (Vincent Povirk, Christian Persch, Bug #443307)
+
+GLChess:
+  - Don't modify sys.path as this can cause modules to be loaded that don't
+    match the interpreter version (Robert Ancell, Bug #528953)
+  - Fix crash decoding empty GGZ strings (Robert Ancell, Bug #526252)
+  - Check PID returned on SIGCHLD (Robert Ancell, Bug #527686)
+  - Handle missing throbber icons (Robert Ancell, Bug #524829)
+  - Disable room 'new' and 'join' buttons when network protocol is busy
+    (Robert Ancell, Bug #523818)
+  - Import the main module on initialisation not runtime (Robert Ancell,
+    Bug #524665)
+  - Abort history saving if cannot create history directory (Robert Ancell,
+    Bug #523076)
+  - Abort 3D render if widget_get_gl_context() returns None (Robert Ancell,
+    Bug #512068)
+  - Add Gambit Fruit to AI list (Robert Ancell, Bug #521623)
+  - Handle AI players dying before the game starts (Robert Ancell, Bug #522341)
+
+Sodoku:
+  - Don't modify sys.path as this can cause modules to be loaded that don't
+    match the intepreter version (Robert Ancell, Bug #528953)
+
+Translations updated: Czeck (Lucas Lommer, Petr Kovar), Bulgarian (Yavor
+Doganov, Alexander Shopov), Catalan (Jordi Mallach)
+
 gnome-games 2.22.1.1
 ==================
 

Modified: branches/gnome-2-22/configure.in
==============================================================================
--- branches/gnome-2-22/configure.in	(original)
+++ branches/gnome-2-22/configure.in	Tue May 27 05:00:59 2008
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.53])
-AC_INIT([GNOME Games], [2.22.1.1],
+AC_INIT([GNOME Games], [2.22.2],
   [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-games],
   [gnome-games])
 



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