[gnome-sudoku/gnome-3-16: 14/14] Prepare 3.15.90



commit f4a5e3cc4ecf44618c83915841bfab49c9f6560f
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Feb 16 15:11:31 2015 -0600

    Prepare 3.15.90

 NEWS         |   36 ++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 37 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 053d776..6430805 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,39 @@
+3.15.90 - February 16, 2015
+===========================
+
+This release is rolls back several changes that were present in 3.15.2,
+most notably the addition of the timer, since we have not yet added
+scores and there is no point in having a timer without scores. The timer
+is expected to return in the 3.17 development cycle. No other major changes.
+
+3.15.2 - November 24, 2014
+==========================
+
+* The highlighter can now be turned off with a preference (Andrei Ghincu)
+* XDG_CURRENT_DESKTOP may contain a list of desktops (Robert Ancell)
+* Updated translations
+
+3.15.1 - October 26, 2014
+=========================
+
+Dependencies: GTK+ 3.15.0
+
+* Add a timer counting up in the header bar (Amisha Singla)
+* When the game has been completed, the player may now choose between
+  returning to the new game screen and quitting Sudoku, instead of returning
+  to the new game screen or starting a new puzzle without changing the
+  difficulty level (Michael Catanzaro)
+* Thread-safety fixes when printing multiple puzzles (Michael Catanzaro)
+* Fix crash when printing more than 16 puzzles on a computer with more than 16
+  CPUs (Michael Catanzaro)
+* Improve window titles (Michael Catanzaro)
+* Don't set the header bar as the title bar in Unity (Michael Catanzaro)
+* Only use a header bar on the print multiple puzzles dialog if the desktop
+  environment requests it (Michael Catanzaro)
+* Widen the print multiple sudokus dialog (Arnaud Bonatti)
+* Code cleanups (Arnaud Bonatti, Michael Catanzaro, Sahil Sareen)
+* Updated translations
+
 3.14.2 - November 10, 2014
 ==========================
 
diff --git a/configure.ac b/configure.ac
index 48f597a..447ea86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.63])
-AC_INIT([GNOME Sudoku], [3.14.2], [https://bugzilla.gnome.org/],
+AC_INIT([GNOME Sudoku], [3.15.90], [https://bugzilla.gnome.org/],
         [gnome-sudoku], [https://wiki.gnome.org/Apps/Sudoku])
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
 AM_SILENT_RULES([yes])


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