From 51f1754532e4415ad25b7d5709749be04088c96c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 26 May 2006 14:05:35 +0000 Subject: [PATCH] 2.10.3 --- ChangeLog | 6 ++++++ ChangeLog.pre-2-12 | 6 ++++++ INSTALL | 4 ++-- NEWS | 20 ++++++++++++++++++++ README | 2 +- docs/reference/ChangeLog | 6 +++++- 6 files changed, 40 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7989efecf..0f63fb9eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-05-26 Matthias Clasen + + * === Released 2.10.3 === + + * NEWS: Updates + Tue May 2 14:18:25 2006 Tim Janik * glib/goption.c (g_option_context_parse): fixed leak in short diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 7989efecf..0f63fb9eb 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,9 @@ +2006-05-26 Matthias Clasen + + * === Released 2.10.3 === + + * NEWS: Updates + Tue May 2 14:18:25 2006 Tim Janik * glib/goption.c (g_option_context_parse): fixed leak in short diff --git a/INSTALL b/INSTALL index 6218534f4..5e8772cb1 100644 --- a/INSTALL +++ b/INSTALL @@ -1,8 +1,8 @@ Simple install procedure ======================== - % gzip -cd glib-2.10.2.tar.gz | tar xvf - # unpack the sources - % cd glib-2.10.2 # change to the toplevel directory + % gzip -cd glib-2.10.3.tar.gz | tar xvf - # unpack the sources + % cd glib-2.10.3 # change to the toplevel directory % ./configure # run the `configure' script % make # build GLIB diff --git a/NEWS b/NEWS index 057efc038..9af67ac39 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +Overview of Changes from GLib 2.10.2 to GLib 2.10.3 +=================================================== + +* Bugs fixed: + 338845 g_completion_complete_utf8 crashes when NULL is + passed to it [Yevgen Muntyan] + 157877 update-desktop-database doesn't handle duplicate + entries [Sebastien Bacher] + 155884 gatomic.c should be based on new SDK on win32 [John Ehresman] + 338572 Dereferencing NULL value in g_key_file_get_group_comment + [Coverity, Pascal Terjan] + 340816 GKeyFile set_string_list invalid memory reads [Nick Treleaven] + 341192 g_io_channel_set_flags not implemented on win32 [Benjamin Otte] + 340530 mismatched calloc / g_free in win32 threads [Jake Goulding] + 332883 The GObject tutorial say g_object_(un)ref is _not_ + thread-safe [Christophe Fergeau] + Fix a memory leak in GOption [Tim Janik] + +* Updated translations (dz,et,nn) + Overview of Changes from GLib 2.10.1 to GLib 2.10.2 =================================================== diff --git a/README b/README index af0db62ef..f2159b4b0 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ General Information =================== -This is GLib version 2.10.2. GLib is the low-level core +This is GLib version 2.10.3. GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 8bc1c3238..4400aecfd 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2006-05-26 Matthias Clasen + + * === Released 2.10.3 === + 2006-04-19 Matthias Clasen * gobject/tmpl/objects.sgml: Add some missing Since: 2.8 tags @@ -5,7 +9,7 @@ 2006-04-18 Matthias Clasen * gobject/tut_gobject.xml: Say that ref/unref are thread-safe now. - (#322883, Christophe Fergeau) + (#332883, Christophe Fergeau) 2006-04-07 Matthias Clasen