]> git.sur5r.net Git - glabels/commitdiff
2008-02-21 Jim Evins <evins@snaught.com>
authorJim Evins <evins@snaught.com>
Fri, 22 Feb 2008 02:59:38 +0000 (02:59 +0000)
committerJim Evins <evins@snaught.com>
Fri, 22 Feb 2008 02:59:38 +0000 (02:59 +0000)
* NEWS:
* configure.in:
Prepare for 2.2.2 release.

git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/branches/glabels-2_2@753 f5e0f49d-192f-0410-a22d-a8d8700d0965

glabels2/ChangeLog
glabels2/NEWS
glabels2/configure.in

index efa9177f333cebe28cd7df708c4314a559db9efc..b33c4a61feab203e362ee7c2833ddb5145456f4f 100644 (file)
@@ -1,3 +1,9 @@
+2008-02-21  Jim Evins  <evins@snaught.com>
+
+       * NEWS:
+       * configure.in:
+               Prepare for 2.2.2 release.
+
 2008-02-18  Jim Evins  <evins@snaught.com>
 
        * src/prefs-model.c: (gl_prefs_model_save_settings),
index 378a0dc216ad28b01c8b00bb51bf9e497864fe16..15822d267c64d827b41310fb646445ba5ffb2bfe 100644 (file)
@@ -1,3 +1,16 @@
+* gLabels 2.2.2 (stable) release.  Release date 2008-02-22
+
+- Fixed crash when creating Code128C barcode (Bug #1766425).
+- Explicitely set page size when printing "other" page size.
+- Fixed rendering bug with bitmap fonts.
+- Fixed rendering problem when displaying "Invalid barcode data".
+- Fixed crash when deleting multi-object selections.
+- Enforce minimum size for images to prevent rendering of images of zero size.
+- Fixed problem with image size spinboxes (Bug #1886438).
+- Fixed template example in documentation.
+- Use default units when writing xml files.
+- New templates.
+
 * gLabels 2.2.1 (stable) release.  Release date 2008-01-23
 
 - Sort font lists alphabetically.
index 449785ebaf1365011716d97c3dbf828e537dc9b3..4d1fa30b02bbac10892e81c96b6af68ada44a22b 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.52)
 
-AC_INIT(glabels, 2.2.1, http://sourceforge.net/tracker/?func=add&group_id=46122&atid=445116)
+AC_INIT(glabels, 2.2.2, 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)