2008-01-21 Matthias Clasen <
[email protected]>
* === Released 2.15.3 ===
2008-01-21 Tor Lillqvist <
[email protected]>
* glib-zip.in: Add the gio DLL to the runtime zipfile.
2008-01-21 Matthias Clasen <
[email protected]>
* === Released 2.15.3 ===
* NEWS: Updates
2008-01-20 Murray Cumming <
[email protected]>
* glib/gchecksum.c: (g_checksum_update): Accept -1 for the data
length if the data is a null-terminated string. Bug #510855.
2008-01-21 Alexander Larsson <
[email protected]>
* configure.in:
Only check for sys/inotify.h (see gio/ChangeLog)
2008-01-18 16:51:23 Tim Janik <
[email protected]>
* glib/gutils.h: don't define __GNUC_PREREQ which is not in the glib
namespace. for gcc, define G_INLINE_FUNC to "static inline" as with
all other C compilers, because newer GCC versions incompatibly
changed "extern inline" semantics.
2008-01-18 Murray Cumming <
[email protected]>
* glib/gfileutils.c:
* glib/gsequence.c:
* glib/gstring.c: Fixed some minor typos in the documentation.
2008-01-16 Dan Winship <
[email protected]>
* glib/gchecksum.c (md5_sum_update): Fix another bug (which
doesn't affect the results, but may cause it to read bad memory).
2008-01-15 Alexander Larsson <
[email protected]>
* glib/gurifuncs.c:
Clarify docs for g_uri_unescape_string() (#508773)
2008-01-14 Dan Winship <
[email protected]>
* m4macros/glib-2.0.m4: Support gio in AM_PATH_GLIB_2_0 (#509465)
2008-01-15 Dan Winship <
[email protected]>
* glib/gchecksum.c (md5_sum_update): fix this; the previous code
gave the wrong md5sum when called in certain ways with buffers
larger than 64 bytes.
(g_checksum_update): remove the unnecessary "length > 1"
restriction
* tests/checksum-test.c: Rewrite this to be much more exhaustive
(and in particular to test the md5_sum_update bugfix).