]> git.sur5r.net Git - glabels/commitdiff
Some preparation for 2.3.0 release
authorJim Evins <evins@snaught.com>
Sun, 6 Jun 2010 02:33:41 +0000 (22:33 -0400)
committerJim Evins <evins@snaught.com>
Sun, 6 Jun 2010 02:45:58 +0000 (22:45 -0400)
AUTHORS
NEWS
configure.ac

diff --git a/AUTHORS b/AUTHORS
index d7dea4d89c62d9fce993daced63904b35fbc1125..866d472ba53472006e8a205151403c9aecad1cdd 100644 (file)
--- 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 ec8713bf1a2faad0c054e307a4f4b7e4ede053d6..fcf404582dedcfd77f5538e300348c6c327f8289 100644 (file)
--- 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
 - 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
index 8193c77f06b07b2357219ac78fd81d620bdf9c2a..c39b22594fc09bd8bc1ab8aee2c32f1dcda647b9 100644 (file)
@@ -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)