summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
parentbb7935ea4d30dbfe3fe01a58c4752635682eaffb (diff)
downloadglibmm-435026a675a85bdeb4b799009cdc9dd96bf592eb.tar.gz
bump to 2.16.2 for releaseglibmm-2.16.2
svn path=/trunk/; revision=656
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
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()