libnotifymm r12 - trunk



Author: daniel
Date: Tue Mar 24 15:23:59 2009
New Revision: 12
URL: http://svn.gnome.org/viewvc/libnotifymm?rev=12&view=rev

Log:
Prepare for 0.6.2 release

* configure.ac (LIBNOTIFYMM_MICRO_VERSION): Bump to 0.6.2.
(LIBNOTIFYMM_SO_VERSION): Increment to indicate that new API
has been added.  (Technically it's an addition, semantically
it's a bugfix.)
* NEWS: Update for release.

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Mar 24 15:23:59 2009
@@ -1,3 +1,8 @@
+0.6.2:
+
+* Code clean-up; now builds correctly with fatal warnings.
+* API: Add missing "id" property.
+
 0.6.1:
 
 * Avoid some potential crashes.

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Tue Mar 24 15:23:59 2009
@@ -17,7 +17,7 @@
 #########################################################################
 LIBNOTIFYMM_MAJOR_VERSION=0
 LIBNOTIFYMM_MINOR_VERSION=6
-LIBNOTIFYMM_MICRO_VERSION=1
+LIBNOTIFYMM_MICRO_VERSION=2
 
 #
 # +1 : ? : +1  == new interface that does not break old one
@@ -26,7 +26,7 @@
 #  ? :+1 : ?   == just some internal changes, nothing breaks but might work 
 #                 better
 # CURRENT : REVISION : AGE
-LIBNOTIFYMM_SO_VERSION=7:0:0
+LIBNOTIFYMM_SO_VERSION=8:0:1
 
 LIBNOTIFYMM_VERSION=$LIBNOTIFYMM_MAJOR_VERSION.$LIBNOTIFYMM_MINOR_VERSION.$LIBNOTIFYMM_MICRO_VERSION
 LIBNOTIFYMM_RELEASE=$LIBNOTIFYMM_MAJOR_VERSION.$LIBNOTIFYMM_MINOR_VERSION



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]