svn path=/trunk/; revision=7867
This commit is contained in:
Matthias Clasen 2009-02-17 01:35:09 +00:00
parent 49cb04caf0
commit 23aad87a54
2 changed files with 31 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-02-16 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2009-02-13 Mathias Hasselmann <hasselmm@gnome.org>
Add note about g_utf8_offset_to_pointer() not checking string

27
NEWS
View File

@ -1,3 +1,30 @@
Overview of Changes from GLib 2.19.6 to GLib 2.19.7
===================================================
* GIO
- GFile gained an attribute for the actual file size in bytes
- GMountOperation gained an "aborted' signal that allows to abort
a mount operation from the backend side
* Bugs fixed:
523742 Use noinst for non-installable libraries
566747 URIs opened with firefox %u load as local files
541225 Can't compile gio on AIX duplicate case value in gioerror.c
571598 GAsyncResult with NULL gobject
505042 add file attribute for actually used file size in bytes
* Updates translations:
Basque (eu)
Gujarati (gu)
Italian (it)
Japanese (ja)
Norwegian bokmål (nb)
Dutch (nl)
Portugese (pt)
Thai (th)
Vietnamese (vi)
Overview of Changes from GLib 2.19.5 to GLib 2.19.6
===================================================