More verbiage.
[platform/upstream/glib.git] / ChangeLog
index 9b1938a..9f6147e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2008-05-29  Tor Lillqvist  <tml@novell.com>
+
+       * glib/gnulib/printf-args.c (printf_fetchargs): wint_t is short on
+       Windows, and gcc warns: "wint_t is promoted to int when passed
+       through ... (so you should pass int not wint_t to va_arg)." And
+       indeed g_print("%C", L'a') crashes. So do as gcc says then.
+
+2008-05-28  Michael Natterer  <mitch@imendio.com>
+
+       * configure.in: add G_DISABLE_SINGLE_INCLUDES to CPPFLAGS
+       globally.
+
+       * glib/tests/option-context.c
+       * glib/tests/testing.c
+       * tests/testingbase64.c: don't include <glib/gtestutils.h>
+
+2008-05-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * configure.in: Bump version
+
+       * === Released 2.17.0 ===
+
 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
 
        * README.in: Add a note about G_DISABLE_SINGLE_HEADERS.