glibmm r712 - trunk



Author: jjongsma
Date: Wed Aug  6 15:35:04 2008
New Revision: 712
URL: http://svn.gnome.org/viewvc/glibmm?rev=712&view=rev

Log:
prepare for 2.17.2 release


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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Wed Aug  6 15:35:04 2008
@@ -1,3 +1,21 @@
+2.17.2 (unstable):
+
+ * Changes to API that was added in this unstable series:
+   * Glib::Tree (wrapper around GNode) renamed to Glib::NodeTree  to avoid
+     confusion with GTree
+   * pass the node to the traversal the callback (SzilÃrd Pfeiffer)
+   * Move TraverseFlags inside the NodeTree class (Murray Cumming)
+ * New API:
+   * Added the drive_eject_button signal (Murray Cumming)
+ * Bug Fixes:
+   * #423990: glibmm et al don't recognize new GNU m4 (Damien Carbery)
+   * #529496: Gio::Error::HOST_NOT_FOUND clashes with a netdb.h #define (Murray
+     Cumming)
+   * #523043: Initialization of Glib::ObjectBase for derived types should be
+     mentioned in documentation (Moritz Ulrich)
+   * #506410: Call of overloaded Stringify is ambiguous (SzilÃrd Pfeiffer,
+     Murray Cumming)
+
 2.17.1 (unstable):
 
   * New API: (Murray Cumming)

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Wed Aug  6 15:35:04 2008
@@ -14,7 +14,7 @@
 
 pushdef([GLIBMM_MAJOR_VERSION],     [2])
 pushdef([GLIBMM_MINOR_VERSION],     [17])
-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]