summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--NEWS18
-rw-r--r--configure.in2
3 files changed, 26 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d82e1bb4..a96c9c3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== 2.17.2 ===
+
+2008-08-06 Jonathon Jongsma <jonathon.jongsma@collabora.co.uk>
+
+ * NEWS: update for 2.17.2
+ * configure.in: bump version
+
2008-08-06 Murray Cumming <murrayc@murrayc.com>
* configure.in:
diff --git a/NEWS b/NEWS
index 4a0bfa7f..e9a79c20 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
diff --git a/configure.in b/configure.in
index e3e14f87..1a075b18 100644
--- a/configure.in
+++ b/configure.in
@@ -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)