From e2d5240179aa4efc09515cb59359a1d973d0b7d0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 20 Jan 2004 21:28:55 +0000 Subject: [PATCH] Start of 2.3.2 section. Tue Jan 20 22:31:22 2004 Matthias Clasen * NEWS: Start of 2.3.2 section. --- ChangeLog | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-12 | 4 ++++ ChangeLog.pre-2-4 | 4 ++++ ChangeLog.pre-2-6 | 4 ++++ ChangeLog.pre-2-8 | 4 ++++ NEWS | 21 ++++++++++++++++++++- 7 files changed, 44 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3ea33c492..f0d9d0e4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Jan 20 22:31:22 2004 Matthias Clasen + + * NEWS: Start of 2.3.2 section. + Fri Jan 16 21:45:56 2004 Matthias Clasen * glib/gstring.c (g_string_ascii_up): Forgot to fix this one. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 3ea33c492..f0d9d0e4e 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +Tue Jan 20 22:31:22 2004 Matthias Clasen + + * NEWS: Start of 2.3.2 section. + Fri Jan 16 21:45:56 2004 Matthias Clasen * glib/gstring.c (g_string_ascii_up): Forgot to fix this one. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 3ea33c492..f0d9d0e4e 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +Tue Jan 20 22:31:22 2004 Matthias Clasen + + * NEWS: Start of 2.3.2 section. + Fri Jan 16 21:45:56 2004 Matthias Clasen * glib/gstring.c (g_string_ascii_up): Forgot to fix this one. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 3ea33c492..f0d9d0e4e 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +Tue Jan 20 22:31:22 2004 Matthias Clasen + + * NEWS: Start of 2.3.2 section. + Fri Jan 16 21:45:56 2004 Matthias Clasen * glib/gstring.c (g_string_ascii_up): Forgot to fix this one. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 3ea33c492..f0d9d0e4e 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +Tue Jan 20 22:31:22 2004 Matthias Clasen + + * NEWS: Start of 2.3.2 section. + Fri Jan 16 21:45:56 2004 Matthias Clasen * glib/gstring.c (g_string_ascii_up): Forgot to fix this one. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 3ea33c492..f0d9d0e4e 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +Tue Jan 20 22:31:22 2004 Matthias Clasen + + * NEWS: Start of 2.3.2 section. + Fri Jan 16 21:45:56 2004 Matthias Clasen * glib/gstring.c (g_string_ascii_up): Forgot to fix this one. diff --git a/NEWS b/NEWS index c01eef0f6..2c129ecd5 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,27 @@ +Overview of Changes from GLib 2.3.1 to GLib 2.3.2 +================================================= + +* Add G_MAXSIZE. [Manish Singh] +* Add g_rand_new_with_seed_array(), g_rand_set_seed_array(), + implementing the init-by-array functionality of the + original mersenne twister. [George Lebl] +* Add a lowercase_name option to glib-mkenums. [Murray Cumming] +* Add g_ptr_array_foreach(). [Matthias Clasen] +* Fix a threadsafety issue in mem chunks. [Matthias] +* Fix g_filename_{to,from}_utf8() on Win32 and improve + g_file_test() there too [Hans Breuer] +* Add a boxed type for NULL-terminated string arrays. [Matthias] +* Add G_DEFINE_TYPE() plus variants to ease the constuction + of GObject boilerplate code. [Tim Janik] +* Documentation improvements [Matthias, Manish] +* Misc bug fixes [Manish, Matthias, Owen Taylor] +* Updated translations (ar,nn,fa,de,mn,no,ga) + Overview of Changes from GLib 2.3.0 to GLib-2.3.1 ================================================= * Add glib/gi18n.h and glib/gi18n-lib.h for common - gettext suport, including a Q() macro for translation + gettext support, including a Q_() macro for translation with context [Matthias Clasen] * Add a more flexible G_FILENAME_ENCODING variable as a replacement for G_BROKEN_FILENAMES [Matthias]