summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2009-02-17 01:35:09 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2009-02-17 01:35:09 +0000
commit23aad87a5459b560b9e5c029a8f5183582b19209 (patch)
tree11af2c21fc3b2358b86066d2baf24109e0804853
parent49cb04caf0d37d42ab8787739689906df831525f (diff)
downloadglib-23aad87a5459b560b9e5c029a8f5183582b19209.tar.gz
Updates
svn path=/trunk/; revision=7867
-rw-r--r--ChangeLog4
-rw-r--r--NEWS27
2 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5927e4293..bb03f7696 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index a8ce1a2ef..6bd438342 100644
--- a/NEWS
+++ b/NEWS
@@ -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
===================================================