From 3cc1494b4838d0aa4c6b4fb35f15a80b44a69071 Mon Sep 17 00:00:00 2001 From: Jim Evins Date: Sat, 5 Jun 2010 22:33:41 -0400 Subject: [PATCH] Some preparation for 2.3.0 release --- AUTHORS | 1 + NEWS | 8 ++++++++ configure.ac | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index d7dea4d8..866d472b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -25,6 +25,7 @@ Glabels includes contributions from: Mário Meyer Peter Cherriman Daniel Mueller + Samual Lown Glabels includes a modified version of the gimpchainbutton widget from the diff --git a/NEWS b/NEWS index ec8713bf..fcf40458 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,7 @@ - Added optional IEC18004 (QRCode) barcode backend - Added optional Zint barcode backend (currently ony supports GS1-128, but other barcodes will be supported by this backend in the future). + (Samual Lown) - Now uses "XDG Base Directory Specification" to locate user templates - New wizard based "New Label" dialog - Can now manage user created templates from within glabels @@ -25,6 +26,13 @@ - New color selection widget - Support parallel installation with older versions of glabels - Updated license to GPL3+ +- Full translations of application strings for this release: + - German (Mario Blättermann) + - Spanish (Daniel Mustieles) + - Brazilian Portuguese (Michel Recondo) + - Danish (Joe Hansen) + - French (Claude Paroz) + - Slovenian (Andrej Žnidaršič) * gLabels 2.2.8 (stable) release. Release date 2010-04-19 diff --git a/configure.ac b/configure.ac index 8193c77f..c39b2259 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.63) -AC_INIT([glabels],[2.3.pre0git],[http://sourceforge.net/tracker/?func=add&group_id=46122&atid=445116]) +AC_INIT([glabels],[2.3.0],[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) -- 2.39.5