glibmm r656 - trunk



Author: jjongsma
Date: Sat Apr 19 03:28:28 2008
New Revision: 656
URL: http://svn.gnome.org/viewvc/glibmm?rev=656&view=rev

Log:
bump to 2.16.2 for release


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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sat Apr 19 03:28:28 2008
@@ -1,3 +1,12 @@
+2.16.2 (stable):
+
+ * Bug 526831 â G_OPTION_REMAINING no longer works with OptionEntry (Murray
+   Cumming)
+ * Bug 527687 â ustring::erase(iterator) incorrect for non ascii character
+   (Murray Cumming)
+ * add API documentation for spawn_* functions (Murray Cumming)
+ * fix possible memory leak in OptionEntr (Murray Cumming)
+
 2.16.1 (stable):
 
 * Reference-counting bugfix in Gio::File::create() and Gio::File::replace()

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sat Apr 19 03:28:28 2008
@@ -14,7 +14,7 @@
 
 pushdef([GLIBMM_MAJOR_VERSION],     [2])
 pushdef([GLIBMM_MINOR_VERSION],     [16])
-pushdef([GLIBMM_MICRO_VERSION],     [1])
+pushdef([GLIBMM_MICRO_VERSION],     [2])
 pushdef([GLIBMM_EXTRA_VERSION],     [])
 pushdef([GLIBMM_VERSION], GLIBMM_MAJOR_VERSION.GLIBMM_MINOR_VERSION.GLIBMM_MICRO_VERSION[]GLIBMM_EXTRA_VERSION)
 



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