From 9f42b39ddbe655419523db32b64546927f1d9373 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 15 Sep 2004 17:12:21 +0000 Subject: [PATCH] Updates --- ChangeLog | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-12 | 4 ++++ ChangeLog.pre-2-6 | 4 ++++ ChangeLog.pre-2-8 | 4 ++++ NEWS | 17 +++++++++++++++++ 6 files changed, 37 insertions(+) diff --git a/ChangeLog b/ChangeLog index cfe668bdb..c6b262817 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-09-15 Matthias Clasen + + * NEWS: Update. + 2004-09-09 Matthias Clasen * glib/gmessages.c (g_return_if_fail_warning): Strip the diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index cfe668bdb..c6b262817 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2004-09-15 Matthias Clasen + + * NEWS: Update. + 2004-09-09 Matthias Clasen * glib/gmessages.c (g_return_if_fail_warning): Strip the diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index cfe668bdb..c6b262817 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +2004-09-15 Matthias Clasen + + * NEWS: Update. + 2004-09-09 Matthias Clasen * glib/gmessages.c (g_return_if_fail_warning): Strip the diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index cfe668bdb..c6b262817 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +2004-09-15 Matthias Clasen + + * NEWS: Update. + 2004-09-09 Matthias Clasen * glib/gmessages.c (g_return_if_fail_warning): Strip the diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index cfe668bdb..c6b262817 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +2004-09-15 Matthias Clasen + + * NEWS: Update. + 2004-09-09 Matthias Clasen * glib/gmessages.c (g_return_if_fail_warning): Strip the diff --git a/NEWS b/NEWS index ab2ce2428..50d46abb1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +Overview of Changes from GLib 2.5.2 to GLib 2.5.3 +================================================= +* GOption + - set the program name from argv[0] [Masatake YAMATO] + - make contexts work without a main group [Anders Carlsson] +* Add API to get ISO 8601 week numbers [Niklas Lundell] +* Add API to install an alternate default log handler [Darin Adler] +* Add API to obtain a list of applicable locale names [Hidetoshi Tajima] +* Reduce code size bloat by removing literal strings from + the g_return_if_fail() macros [Owen Taylor] +* Add g_strv_length [Tim-Philipp Müller] +* Win32 changes + - Add API to determine the Windows version [Tor Lillqvist] +* Other bug fixes [Stepan Kasal, Anders, Tor] +* Documentation improvements [Morten Welinder, Matthias Clasen] +* New and updated translations (es,nn,ro) + Overview of Changes from GLib 2.5.1 to GLib 2.5.2 ================================================= * Add G_GNUC_INTERNAL macro [Arjan van de Ven]