summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Evins <evins@snaught.com>2010-04-19 20:31:15 -0400
committerJim Evins <evins@snaught.com>2010-04-19 20:31:15 -0400
commit735fbf968d761acb31bee98121686f02cdeab17e (patch)
tree7eb7de1ab1edf99c6464ed5712f66ad8c87af18f
parente68a37d0bec952928393abea94326a7ec77b9e38 (diff)
Preparation for 2.2.8glabels-2_2_8
-rw-r--r--NEWS15
-rw-r--r--configure.in2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 560a4b3..ced6ef5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+* gLabels 2.2.8 (stable) release. Release date 2010-04-19
+
+- Fix crash caused by new g_new macros in glib-2.24.0
+- Removed extra padding in "New label" dialog
+- New Norwegian bokmål translation (Kjartan Maraas)
+- New Portuguese translation (Filipe Roque)
+- Updated Japanese translation (Takeshi AIHANA)
+- Updated Spanish translation (Jorge González)
+- Updated Fresh translation (Bruno Brouard)
+- Updated German translation (Mario Blättermann)
+- Updated Slovenian translation (Andrej Žnidaršič)
+- Updated Czech translation (Marek Černocký)
+- New templates
+
+
* gLabels 2.2.7 (stable) release. Release date 2010-03-01
- Fixed limitation on encoded image sizes (fix only valid if libxml 2.7+ is installed)
diff --git a/configure.in b/configure.in
index f9d9478..0258b0f 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
-AC_INIT(glabels, 2.2.7, http://sourceforge.net/tracker/?func=add&group_id=46122&atid=445116)
+AC_INIT(glabels, 2.2.8, http://sourceforge.net/tracker/?func=add&group_id=46122&atid=445116)
AC_CONFIG_SRCDIR(src/glabels.c)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
GNOME_DOC_INIT