summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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