Updates
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 2 Feb 2009 15:40:16 +0000 (15:40 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 2 Feb 2009 15:40:16 +0000 (15:40 +0000)
svn path=/trunk/; revision=7843

ChangeLog
NEWS

index e52337924f641fafcdfd0ea9afe9f8fcfac33a29..9446f2c04e6dc747dce09d21cd12cbff66735b45 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-31  Matthias Clasen  <mclasen@redhat.com>
+
+       * NEWS: Updates
+
 2009-01-31  Matthias Clasen  <mclasen@redhat.com>
 
        Bug 569105 – g_time_val_to_iso8601() assumes time_t==long
diff --git a/NEWS b/NEWS
index 679e185feb407851499ad9e1319391cadd3d8932..a8ce1a2efd0ddfaacc5e24013ca9dd282dbbcf0c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+Overview of Changes from GLib 2.19.5 to GLib 2.19.6
+===================================================
+
+* New format macro to print goffset data: G_OFFSET_FORMAT
+
+* GIO: 
+ - Add a GFilter{Input,Output}Stream::close-base-stream properties which
+   determine whether the base stream will be closed when the filter stream
+   is finalized.
+ - g_data_input_stream_read_line and ..._read_until have asynchronous
+   variants now.
+
+* Bugs fixed:
+ 568294 A wrong reference in the description of g_bookmark_file_...
+ 563141 RFE: define G_OFFSET_FORMAT
+ 569105 g_time_val_to_iso8601() assumes time_t==long
+ 568394 dropping the last reference to a stream filter closes...
+ 568741 g_buffered_input_stream_fill_async doesn't work
+ 568723 g_buffered_input_stream_fill_async doesn't take count == -1
+ 568575 _async functions for GDataInputStream
+
+* Updated translations:
+ Bulgarian (bg)
+ Finnish (fi)
+ Hungarian (hu)
+ Oriya (or)
+ Swedish (sv)
+ Traditional Chinese (zh_HK)
+ Traditional Chinese (zy_TW)
+
+
 Overview of Changes from GLib 2.19.4 to GLib 2.19.5
 ===================================================