From aa1f71e973c9d979fb0672d516ca56dd1b7973c0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 7 Mar 2006 17:02:38 +0000 Subject: [PATCH] Prepare 2.10.1 --- ChangeLog | 6 ++++-- ChangeLog.pre-2-10 | 6 ++++-- ChangeLog.pre-2-12 | 6 ++++-- NEWS | 17 +++++++++++++++++ 4 files changed, 29 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index efab90596..a7534e942 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,18 +1,20 @@ 2006-03-07 Matthias Clasen + * NEWS: Updates. + * glib/gutf8.c (_g_charset_get_aliases): Match the prototype in gconvert.c to fix build problems in NetBSD. (#333651, Julio M. Merino Vidal) 2006-03-06 Anders Carlsson - * configure.in: + * configure.in: Make .dylib the shared library suffix on darwin. (#322476, Vladimir Panov) 2006-03-06 Anders Carlsson - * configure.in: + * configure.in: Skip checking thread flags on Darwin. Fix suggested by Manish Singh. (#314794, Gregor Riepl) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index efab90596..a7534e942 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,18 +1,20 @@ 2006-03-07 Matthias Clasen + * NEWS: Updates. + * glib/gutf8.c (_g_charset_get_aliases): Match the prototype in gconvert.c to fix build problems in NetBSD. (#333651, Julio M. Merino Vidal) 2006-03-06 Anders Carlsson - * configure.in: + * configure.in: Make .dylib the shared library suffix on darwin. (#322476, Vladimir Panov) 2006-03-06 Anders Carlsson - * configure.in: + * configure.in: Skip checking thread flags on Darwin. Fix suggested by Manish Singh. (#314794, Gregor Riepl) diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index efab90596..a7534e942 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,18 +1,20 @@ 2006-03-07 Matthias Clasen + * NEWS: Updates. + * glib/gutf8.c (_g_charset_get_aliases): Match the prototype in gconvert.c to fix build problems in NetBSD. (#333651, Julio M. Merino Vidal) 2006-03-06 Anders Carlsson - * configure.in: + * configure.in: Make .dylib the shared library suffix on darwin. (#322476, Vladimir Panov) 2006-03-06 Anders Carlsson - * configure.in: + * configure.in: Skip checking thread flags on Darwin. Fix suggested by Manish Singh. (#314794, Gregor Riepl) diff --git a/NEWS b/NEWS index 841f6879d..c86e7a4f4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +Overview of Changes from GLib 2.10.0 to GLib 2.10.1 +=================================================== + +* Bugs fixed: + 314794 Broken pthread detection on Darwin [Gregor Riepl] + 322476 Missing check for .dylib [Vladimir Panov] + 333651 Inconsistent _g_charset_get_aliases prototype [Julio + M. Merino Vidal] + 333761 GInitiallyUnowned breaks application code [Sven Herzberg] + +* Win32 changes: + - Fix g_listenv() implementation. + - Allow up to 100 GPrivate structs + +* Translation updates (fr,hu,lt,pl,sv) + + Overview of Changes from GLib 2.9.6 to GLib 2.10.0 ==================================================