OBS User unknown
2008-02-22 00:22:03 +00:00
committed by Git OBS Bridge
parent 72a02e9a85
commit 57048198a6
7 changed files with 171 additions and 70 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Feb 18 16:48:44 CET 2008 - maw@suse.de
- Update to version 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
+ The included PCRE has been bumped to 7.6; however, we continue
using the system PCRE
+ Updated translations
- Respin glib-casts.patch once again.
-------------------------------------------------------------------
Tue Jan 29 10:09:27 CST 2008 - maw@suse.de