summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@src.gnome.org>2008-07-16 16:34:56 +0000
committerJonathon Jongsma <jjongsma@src.gnome.org>2008-07-16 16:34:56 +0000
commitb6ac191cfe9f67248bc1128e0526d3918bd5972d (patch)
treec0a2c078d314ee393c1916fa79d65859c2431097 /NEWS
parent59c0830d482c56e56902638a9e9ec9e6f7525af0 (diff)
downloadglibmm-b6ac191cfe9f67248bc1128e0526d3918bd5972d.tar.gz
update for new releaseglibmm-2.17.1
* NEWS: update for new release svn path=/trunk/; revision=691
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 50470c78..4a0bfa7f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+2.17.1 (unstable):
+
+ * New API: (Murray Cumming)
+ * Gio::File: make_directory_with_parents(), query_file_type(), monitor().
+ * Gio::FileEnumerator: get_container().
+ * Gio::Mount: guess_content_type() and guess_content_type_finish().
+ * Gio:ThemedIcon: prepend_name().
+ * Gio::Volume: get_activation_root().
+ * Bug Fixes:
+ * #512348: provide documentation about threadsafety of
+ Glib::Thread::create() when the slot object is of type sigc::trackable (Chris Vine)
+ * #538803: minor fixes to Glib::Tree (Levi Bard)
+ * #540656: Pass NULL in a couple functions instead of an empty string allow
+ files to be overwritten (Armin Burgmeier)
+ * #540875: add documentation for Glib::OwnershipType (Johannes Schmid)
+ * #542929: Fix some compiler warnings (Benjamin Herr)
+ * Fix AppLaunchContext::get_display(),
+ AppLaunchContext::get_startup_notify_id() to use a list of Gio::File, not
+ filepath string. properly documented we know that this is correct. It's an
+ API break but this function could nothave worked before. (Murray)
+ * Bug #543292: Fix visual studio project file (Jens Georg)
+ * Added Keyfile example (Murray Cumming)
+
2.17.0 (unstable):
* Added copy constructor and assignment operator, made GDate constructor visible (José