+2008-12-22 Jim Evins <evins@snaught.com>
+
+ * NEWS:
+ * configure.in:
+ Prepare for 2.2.4 release.
+
2008-12-21 Jim Evins <evins@snaught.com>
* data/templates/avery-us-templates.xml:
+* gLabels 2.2.4 (stable) release. Release date 2008-12-22
+
+- Corrected button order in "Open" and "Save as" dialogs.
+- Fixed performance problem when large number of fonts are installed.
+- Corrected several i18n problems.
+- Fixed "paste" bug that created phantom object views.
+- Fixed performacne problem when many objects are selected.
+- New templates.
+
+
* gLabels 2.2.3 (stable) release. Release date 2008-08-17
- Explicitely set page size when printing -- don't let print back-end use
AC_PREREQ(2.52)
-AC_INIT(glabels, 2.2.3, http://sourceforge.net/tracker/?func=add&group_id=46122&atid=445116)
+AC_INIT(glabels, 2.2.4, 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)
dnl 6. If any interfaces have been removed since the last public release, then set age
dnl to 0.
LIBGLABELS_C=6
-LIBGLABELS_R=0
+LIBGLABELS_R=1
LIBGLABELS_A=1
LIBGLABELS_VERSION_INFO=${LIBGLABELS_C}:${LIBGLABELS_R}:${LIBGLABELS_A}