From: Jim Evins Date: Tue, 20 Apr 2010 00:31:15 +0000 (-0400) Subject: Preparation for 2.2.8 X-Git-Tag: glabels-2_2_8^0 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=735fbf968d761acb31bee98121686f02cdeab17e;p=glabels Preparation for 2.2.8 --- diff --git a/NEWS b/NEWS index 560a4b33..ced6ef59 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 f9d94780..0258b0fa 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