From dc32d554a102ca2a0d7e0776ddabfc809dcea235 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 18 Dec 2006 21:19:34 +0000 Subject: Updates --- ChangeLog | 6 ++++-- NEWS | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1749f9da1..ab92b88ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-12-18 Matthias Clasen + * NEWS: Updates + * tests/Makefile.am: Try a different fix for bug 346373. 2006-12-18 Matthias Clasen @@ -46,7 +48,7 @@ Marek Rouchal) * glib/gspawn.c: Fix the recent fdwalk()-related changes - to not break mapping-test. (#286838, Marco Barisione) + to not break mapping-test. (#386838, Marco Barisione) 2006-12-16 Matthias Clasen @@ -133,7 +135,7 @@ 2006-10-15 Sebastian Wilhelmi * tests/Makefile.am: Compile errorcheck-mutex-test with thread - libraries explicitly. (#74748, Javier Villavicencio) + libraries explicitly. (#362328, Javier Villavicencio) 2006-10-08 Matthias Clasen diff --git a/NEWS b/NEWS index 4a7fdad0e..2d1a14172 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,42 @@ +Overview of Changes from GLib 2.12.4 to GLib 2.12.5 +=================================================== + +* Various portability fixes + +* Bugs fixed + 302672 poll is completely broken on Mac OS X 10.4 + 362328 errorcheck_mutex_test fails to compile due to missing -pthread + 316434 glib-2.6.6 fails to compile on AIX 5.1 due to assembler errors + 172406 gconvert.c, function open_converter + 327800 Hang during self-test of threads + 343825 Double expansion in m4macros/glib-gettext.m4 will fail with + newer autoconf + 380801 build on Solaris does not work out of the box + 386252 HEAD broken with last commit + 138153 g_utf8_next_char problem with gcc -Wcast-qual + 161288 glib doesn't configure well on Mac OS < 10.3 + 321977 GIOChannel ref_count private variable should be gint instead + of guint + 343191 GKeyFile silently loses values + 346373 test failures in glib-2.10.3 on NetBSD + 347944 make check fails 2 test on Solaris 9 + 355955 Hash tables in gwin32.c do not g_strdup their keys + 357585 Calls to set_cloexec inefficient on Solaris + 359190 gtimer.c failes to compile on solaris-2.9 + 378078 extremely unlikely read-after-free in instance_real_class_get + 379207 gthreadpool.h causes warning with GCC and -Wshadow + 385132 solaris gettext support fix + 385910 Suprising behaviour with duplicate groups in GKeyFile + 386838 mapping-test freezes + 315061 compiler specific flag in gthread-2.0.pc + 362543 Compilation fail when configured with --disable-visibility + 362918 monotonic clock test uses AC_TRY_RUN + 369908 g_key_file_get_string not stripping final space + 373864 sanity_check is a bash script + +* Translation updates (ar,en_CA,es,he,nb,pl,sq) + + Overview of Changes from GLib 2.12.3 to GLib 2.12.4 =================================================== -- cgit v1.2.3