diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-01-28 16:23:29 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-01-28 16:23:29 +0000 |
commit | 17ca7b03100ed1481189f28a6a53f16b930bd2e0 (patch) | |
tree | 7762a7e1079c55539bb03fd18da84f9d4edd08ee /NEWS | |
parent | a3362545bbec8e9306c29502bc6be755c9d5a388 (diff) |
Updates
svn path=/trunk/; revision=6395
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -1,3 +1,37 @@ +Overview of Changes from GLib 2.15.3 to GLib 2.15.4 +=================================================== + +* G_GNUC_PRETTY_FUNCTION has been deprecated + +* GIO: + - g_file_copy has an async variant now + - Drives and volumes now have API to get identifiers + like Hal UDIs or UUIDs. + +* Bugs fixed: + 511807 g_time_val_to_iso8601() uses MT-unsafe gmtime() function + 316260 [patch] Doc patches for gnode (2.8.1) + 385132 solaris gettext support fix + 484261 ./configure check for system PCRE unicode support fails w... + 510292 GOption main help not shown + 511580 Implement g_file_copy_async + 511654 Compile errors due to C99 constructs + 487909 g_utf8_strreverse and combining marks + 512381 unused variable 'is_main_group' + +* Updated translations: + Arabic (ar) + Belarusian (be) + Czech (cz) + Spanish (es) + French (fr) + Galician (gl) + Portugese (pt) + Russian (ru) + Swedish (sv) + Thai (th) + + Overview of Changes from GLib 2.15.2 to GLib 2.15.3 =================================================== |