diff options
author | Jonathon Jongsma <jjongsma@src.gnome.org> | 2008-04-19 03:28:28 +0000 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@src.gnome.org> | 2008-04-19 03:28:28 +0000 |
commit | 435026a675a85bdeb4b799009cdc9dd96bf592eb (patch) | |
tree | 9fcd25b4ee665168b628adc5e7c22fd98ef6dc4f | |
parent | bb7935ea4d30dbfe3fe01a58c4752635682eaffb (diff) | |
download | glibmm-435026a675a85bdeb4b799009cdc9dd96bf592eb.tar.gz |
bump to 2.16.2 for releaseglibmm-2.16.2
svn path=/trunk/; revision=656
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 17 insertions, 1 deletions
@@ -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, @@ -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) |