summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Evins <evins@snaught.com>2009-11-10 21:48:04 -0500
committerJim Evins <evins@snaught.com>2009-11-10 21:48:04 -0500
commit1f24fba0eafc5f5e13c4e27cc315ac13cd450bbc (patch)
treede732b6e136f3b6f608c51277b6561365c66a194
parent6f8023f3f90e360ed1911aaf95ab07dd9d1fd00d (diff)
Preparation for 2.2.6glabels-2_2_6
Updated NEWS and configure.in.
-rw-r--r--NEWS18
-rw-r--r--configure.in2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9fd2b22..ca7aced 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+* gLabels 2.2.6 (stable) release. Release date 2009-11-11
+
+- Fixed drawing artifact with round labels.
+- Fixed several memory issues.
+- Fixed several UI inconsistencies when changing merge source.
+- Fixed potiential crash when doing a document merge.
+- Now makes a better guess at locale defaults (page size and units).
+- Updated user documentation (Mario Blättermann).
+- Updated swedish translation (Daniel Nylander).
+- Updated german translation (Mario Blättermann).
+- Updated russian translation (Alexandre Prokoudine)
+- Updated french translation (Claude Paroz)
+- New chinese translation (Careon)
+- New catalan translation (David Planella)
+- Updated german translation of user documentation (Mario Blättermann).
+- New templates.
+
+
* gLabels 2.2.5 (stable) release. Release date 2009-04-30
- Fixed spinbutton/adjustment bugs that made glabels unusable with Gtk 2.16.
diff --git a/configure.in b/configure.in
index ba945af..12c9cd3 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.5, http://sourceforge.net/tracker/?func=add&group_id=46122&atid=445116)
+AC_INIT(glabels, 2.2.6, 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