]> git.sur5r.net Git - glabels/commitdiff
* NEWS:
authorJim Evins <evins@snaught.com>
Thu, 22 Dec 2005 03:07:24 +0000 (03:07 +0000)
committerJim Evins <evins@snaught.com>
Thu, 22 Dec 2005 03:07:24 +0000 (03:07 +0000)
* configure.in:
Preparation for 2.1.2.

git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@567 f5e0f49d-192f-0410-a22d-a8d8700d0965

glabels2/ChangeLog
glabels2/NEWS
glabels2/configure.in

index 94b447e231167114040918355a3bab095fdd0df4..2389a16eb6c262668ae3807c24242833d7a15b43 100644 (file)
@@ -1,3 +1,9 @@
+2005-12-21  Jim Evins  <evins@snaught.com>
+
+       * NEWS:
+       * configure.in:
+               Preparation for 2.1.2.
+       
 2005-12-20  Jim Evins  <evins@snaught.com>
 
        * src/Makefile.am:
index a1328ee2f46865f6534bf63e5ead845480ea2f5d..a56133b992cadd018802b5c67d0e10541af67f3d 100644 (file)
@@ -1,3 +1,14 @@
+* gLabels 2.1.2 (unstable) release.  Release date 2005-12-21.
+
+- Updated Italian translation (Daniele Medri)
+- Fixed double entry in property bar's font family combobox
+- Don't allow zero width or height when drawing pixbufs
+- Fixed various memory leaks
+- New configure option to disable update-mime-database and update-desktop-database
+- New merge backend for evolution data server (Austin Henry)
+- New minimal merge backend for VCards using evolution data server API (Austin Henry)
+- New templates and fixes
+
 * gLabels 2.1.1 (unstable) release.  Release date 2005-06-21.
 
 - Added document merge tutorial to help documentation
index 851b7bc86e67639cbaacb9fd388a373921558fb1..74354c875dcbe38ebbb6b28669fcf12dbaca072e 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.1.1, http://sourceforge.net/tracker/?func=add&group_id=46122&atid=445116)
+AC_INIT(glabels, 2.1.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)
 
@@ -39,9 +39,9 @@ dnl    increment current, and set revision to 0.
 dnl 5. If any interfaces have been added since the last public release, then increment age.
 dnl 6. If any interfaces have been removed since the last public release, then set age
 dnl    to 0.
-LIBGLABELS_C=2
+LIBGLABELS_C=3
 LIBGLABELS_R=0
-LIBGLABELS_A=0
+LIBGLABELS_A=1
 
 LIBGLABELS_VERSION_INFO=${LIBGLABELS_C}:${LIBGLABELS_R}:${LIBGLABELS_A}
 AC_SUBST(LIBGLABELS_VERSION_INFO)