[hitori] Release version 0.2.5



commit 98d87dee9e4de30eba0498c36293126575f136ee
Author: Philip Withnall <philip tecnocode co uk>
Date:   Thu Oct 28 16:44:28 2010 +0100

    Release version 0.2.5

 NEWS            |   14 ++++++++++++++
 configure.ac    |    2 +-
 src/interface.c |    2 +-
 3 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index bcfdcd8..dc79111 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,19 @@
 Major new features in version...
 
+0.2.5:
+* Convert documentation to Mallard format
+* Expand the documentation
+* Use upstream gettext instead of glib-gettext
+* Convert to non-recursive automake
+* Make the code GSEAL safe
+* Improve the board generation algorithm to allow painted cells on the board edges
+* Improve some translatable strings
+* Translations:
+** de (Mario Blättermann)
+** en_GB (Philip Withnall)
+** es (Jorge González)
+** sl (Matej UrbanÄ?iÄ?)
+
 0.2.4:
 * Translations:
 ** da (Joe Hansen)
diff --git a/configure.ac b/configure.ac
index b538d50..4203e28 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Hitori],[0.2.4],[https://bugzilla.gnome.org/enter_bug.cgi?product=hitori],[hitori],[http://live.gnome.org/Hitori])
+AC_INIT([Hitori],[0.2.5],[https://bugzilla.gnome.org/enter_bug.cgi?product=hitori],[hitori],[http://live.gnome.org/Hitori])
 
 AM_INIT_AUTOMAKE([check-news dist-bzip2 subdir-objects])
 AC_CONFIG_HEADERS([config.h])
diff --git a/src/interface.c b/src/interface.c
index ce1c04c..774d7c8 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -552,7 +552,7 @@ hitori_about_cb (GtkAction *action, Hitori *hitori)
 
 	gtk_show_about_dialog (GTK_WINDOW (hitori->window),
 				"version", VERSION,
-				"copyright", _("Copyright \xc2\xa9 2007\342\200\2232009 Philip Withnall"),
+				"copyright", _("Copyright \xc2\xa9 2007\342\200\2232010 Philip Withnall"),
 				"comments", _("A logic puzzle designed by Nikoli."),
 				"authors", authors,
 				"translator-credits", _("translator-credits"),



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