summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Evins <evins@snaught.com>2010-06-05 22:33:41 -0400
committerJim Evins <evins@snaught.com>2010-06-05 22:45:58 -0400
commit3cc1494b4838d0aa4c6b4fb35f15a80b44a69071 (patch)
treed41acd1eade5644974c9384b923566b1351c8338
parentb27f91e7105e2a28ca1f7377d67ee20ccd7ec994 (diff)
Some preparation for 2.3.0 release
-rw-r--r--AUTHORS1
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
3 files changed, 10 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index d7dea4d..866d472 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -25,6 +25,7 @@ Glabels includes contributions from:
Mário Meyer <mario@meyer.eti.br>
Peter Cherriman <glabels-devel2712@bubieyehyeh.me.uk>
Daniel Mueller <daniel@danm.de>
+ Samual Lown <sam.lown@gmail.com>
Glabels includes a modified version of the gimpchainbutton widget from the
diff --git a/NEWS b/NEWS
index ec8713b..fcf4045 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 8193c77..c39b225 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)