summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-02-11 21:51:23 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-02-11 21:51:23 +0000
commit05752f1d81f5538416ea52e3cca643c1252bad5e (patch)
tree77e273b6be17cd0db0dcd3ce1a97dc4eeb756839 /NEWS
parentee263a1ba664bdc055f697c98fdd08a521a108dc (diff)
downloadglib-05752f1d81f5538416ea52e3cca643c1252bad5e.tar.gz
Updates
svn path=/trunk/; revision=6502
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS38
1 files changed, 38 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c1b7bdf73..256f53104 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+Overview of Changes from GLib 2.15.4 to GLib 2.15.5
+===================================================
+
+* GIO:
+ - g_volume_should_automount: new function to determine if a volume
+ should be mounted automatically
+ - g_file_query_default_handler: new convenience function to get
+ the default handler for a file
+ - g_app_info_launch_default_for_uri new convenience function to
+ launch the default handler for a URI
+ - Use mimeapps.list and defaults.list as discussed on xdg list
+ recently
+ - g_app_info_get_default_for_uri_scheme has a real implementation
+ now (gvfs provides a GConf-based implementation)
+ - There is the beginning of a test suite
+ - standard::description: new file attribute
+ - GMountMountFlags flags argument added to mount calls
+
+* GObject:
+ - class initialization is now threadsafe
+
+* Updated translations:
+ Arabic (ar)
+ Catalan (ca)
+ Spanish (es)
+ Basque (eu)
+ Italian (it)
+ Japanese (ja)
+ Kannada (kn)
+ Korean (ko)
+ Macedonian (mk)
+ Occitan (oc)
+ Portugese (pt)
+ Brazilian Portugese (pt_BR)
+ Swedish (sv)
+ Thai (th)
+
+
Overview of Changes from GLib 2.15.3 to GLib 2.15.4
===================================================