Updates
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 21 Jan 2008 15:50:34 +0000 (15:50 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 21 Jan 2008 15:50:34 +0000 (15:50 +0000)
svn path=/trunk/; revision=6344

ChangeLog
NEWS

index 4524b2d..bf2390d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-21  Matthias Clasen  <mclasen@redhat.com>
+
+       * NEWS: Updates
+
 2008-01-20  Murray Cumming  <murrayc@murrayc.com>
 
        * glib/gchecksum.c: (g_checksum_update): Accept -1 for the data 
diff --git a/NEWS b/NEWS
index 4835c05..f44c75e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+Overview of Changes from GLib 2.15.2 to GLib 2.15.3
+===================================================
+
+* GChecksum:
+ - g_checksum_update can accept nul-terminated strings
+ - The MD5 implementation works correctly on buffers 
+   that are longer than 64 bytes
+
+* GIO:
+ - Don't include a copy of the inotify headers, rely on system headers
+ - g_file_find_enclosing_mount has an async variant now
+ - Reduntant seek API on file streams has been removed
+
+* Bugs fixed:
+  508602 gmemory{in|out}putstream.c: unknown pointer size
+  508771 There is no g_file_test/exists() for GFile
+  508773 g_uri_escape_string() documentation unclear.
+  509465 AM_PATH_GLIB_2_0 doesn't support gio
+  509626 async functions: Document allowed NULL callback?
+  509990 GSeekable documentation unclear
+  510448 No inotify support on ARM or SH5
+  510855 g_checksum_update(): Take -1 for length. 
+
+* Updated translations:
+  Basque (eu)
+  Marathi (mr)
+  Swedish (sv)
+  Ukrainian (uk)
+
+
 Overview of Changes from GLib 2.15.1 to GLib 2.15.2
 ===================================================