svn path=/trunk/; revision=6344
This commit is contained in:
Matthias Clasen 2008-01-21 15:50:34 +00:00
parent 1fb2801476
commit 2a0a4e8780
2 changed files with 34 additions and 0 deletions

View File

@ -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

30
NEWS
View File

@ -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
===================================================