summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@src.gnome.org>2008-04-19 03:28:28 +0000
committerJonathon Jongsma <jjongsma@src.gnome.org>2008-04-19 03:28:28 +0000
commit435026a675a85bdeb4b799009cdc9dd96bf592eb (patch)
tree9fcd25b4ee665168b628adc5e7c22fd98ef6dc4f
parentbb7935ea4d30dbfe3fe01a58c4752635682eaffb (diff)
downloadglibmm-435026a675a85bdeb4b799009cdc9dd96bf592eb.tar.gz
bump to 2.16.2 for releaseglibmm-2.16.2
svn path=/trunk/; revision=656
-rw-r--r--ChangeLog7
-rw-r--r--NEWS9
-rw-r--r--configure.in2
3 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index faebd36c..eebf6ac6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2.16.2:
+
+2008-04-18 Jonathon Jongsma <jjongsma@gnome.org>
+
+ * NEWS:
+ * configure.in: bump to 2.16.2 for release
+
2008-04-16 Murray Cumming <murrayc@murrayc.com>
* glib/src/spawn.hg: Moved the enum back out of the doxygen group,
diff --git a/NEWS b/NEWS
index 3592f27e..94887ab8 100644
--- a/NEWS
+++ b/NEWS
@@ -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()
diff --git a/configure.in b/configure.in
index 5c0cdc35..d137d5c2 100644
--- a/configure.in
+++ b/configure.in
@@ -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)