summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--NEWS11
-rw-r--r--configure.in6
-rw-r--r--[-rwxr-xr-x]docs/reference/beautify_docs.pl0
4 files changed, 21 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index db6d5e7d..bbfc0788 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== 2.17.0 ===
+
+2008-06-16 Jonathon Jongsma <jonathon.jongsma@collabora.co.uk>
+
+ * NEWS:
+ * configure.in: update for new release
+
2008-06-13 Levi Bard <taktaktaktaktaktaktaktaktaktak@gmail.com>
* glib/glibmm.h:
diff --git a/NEWS b/NEWS
index 94887ab8..50470c78 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+2.17.0 (unstable):
+
+ * Added copy constructor and assignment operator, made GDate constructor visible (José
+ Alburquerque)
+ * Added Glib::Tree, a wrapper for GNode, providing an N-ary tree container, more or
+ less like a standard C++ container (Levi Bard)
+ * Bug #529648 - give helpful warning message when library user forgets to initialize the
+ library (Jonathon Jongsma)
+ * Bug #529533 - Fix bug that prevented for Gio::Mount, Gio::Drive, and Gio::Volume from
+ being wrapped for some backend implementations (Jonathon Jongsma)
+
2.16.2 (stable):
* Bug 526831 – G_OPTION_REMAINING no longer works with OptionEntry (Murray
diff --git a/configure.in b/configure.in
index f1c2f49e..64f46f22 100644
--- a/configure.in
+++ b/configure.in
@@ -13,8 +13,8 @@
#
pushdef([GLIBMM_MAJOR_VERSION], [2])
-pushdef([GLIBMM_MINOR_VERSION], [16])
-pushdef([GLIBMM_MICRO_VERSION], [2])
+pushdef([GLIBMM_MINOR_VERSION], [17])
+pushdef([GLIBMM_MICRO_VERSION], [0])
pushdef([GLIBMM_EXTRA_VERSION], [])
pushdef([GLIBMM_VERSION], GLIBMM_MAJOR_VERSION.GLIBMM_MINOR_VERSION.GLIBMM_MICRO_VERSION[]GLIBMM_EXTRA_VERSION)
@@ -53,7 +53,7 @@ AC_SUBST(GLIBMM_RELEASE)
# ? :+1 : ? == just some internal changes, nothing breaks but might work
# better
# CURRENT : REVISION : AGE
-LIBGLIBMM_SO_VERSION=1:24:0
+LIBGLIBMM_SO_VERSION=2:0:1
AC_SUBST(LIBGLIBMM_SO_VERSION)
AC_CONFIG_AUX_DIR(scripts)
diff --git a/docs/reference/beautify_docs.pl b/docs/reference/beautify_docs.pl
index 172bd9c3..172bd9c3 100755..100644
--- a/docs/reference/beautify_docs.pl
+++ b/docs/reference/beautify_docs.pl