diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-12-18 21:19:34 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-12-18 21:19:34 +0000 |
commit | dc32d554a102ca2a0d7e0776ddabfc809dcea235 (patch) | |
tree | 0c77193179ce638b5978c2cc298de28d48951364 | |
parent | dae633b32fbcf38bf3c7ba8e5d5b4d6c03b96a16 (diff) |
UpdatesGLIB_2_12_5
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | NEWS | 39 |
2 files changed, 43 insertions, 2 deletions
@@ -1,5 +1,7 @@ 2006-12-18 Matthias Clasen <mclasen@redhat.com> + * NEWS: Updates + * tests/Makefile.am: Try a different fix for bug 346373. 2006-12-18 Matthias Clasen <mclasen@redhat.com> @@ -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 <mclasen@redhat.com> @@ -133,7 +135,7 @@ 2006-10-15 Sebastian Wilhelmi <seppi@seppi.de> * tests/Makefile.am: Compile errorcheck-mutex-test with thread - libraries explicitly. (#74748, Javier Villavicencio) + libraries explicitly. (#362328, Javier Villavicencio) 2006-10-08 Matthias Clasen <mclasen@redhat.com> @@ -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 =================================================== |