summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@src.gnome.org>2008-12-13 05:37:04 +0000
committerJonathon Jongsma <jjongsma@src.gnome.org>2008-12-13 05:37:04 +0000
commit8e1b75724b132bc92617da0185931802d32fd57f (patch)
tree87b831661f074dfa14aa74f922c1821083f25ef9 /NEWS
parent96765082aab66914802b7cd49fe91554acaf5104 (diff)
downloadglibmm-8e1b75724b132bc92617da0185931802d32fd57f.tar.gz
update NEWS to prepare for releaseglibmm-2.19.0
svn path=/trunk/; revision=762
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d778beb4..3718280c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+2.19.0 (unstable):
+
+ * wrapped new glib 2.19.x API
+ * Gio::AppInfo: get_commandline(), can_delete(), do_delete(),
+ reset_type_associations(), launch_default_for_uri()
+ * Gio::Drive: new signals changed, disconnected, and eject_button
+ * Gio::Icon: create(std::string), to_string()(),
+ * Gio::Mount: guess_content_type_sync(), is_shadowed(), shadow(), unshadow()
+ * Gio::content_type_from_mine_type();
+ * Gio::DesktopAppInfo: create_from_keyfile()
+ * Gio::Emblem: new class
+ * Gio::EmblemedIcon: new class
+ * Gio::MemoryOutputStream: new class
+ * Bugs Fixed:
+ * 555743 - warning in glibmm
+ * 562716 - warning fixing cause more warnings.
+ * 396963 - Add Glib::signal_idle().connect_once()
+ * Thanks to contributions from Przemysław Grzegorczyk, Dave Foster, Hubert
+ Figuiere, and Jonathon Jongsma for changes in this release
+
2.18.1 (stable):
* Many windows build improvements