This commit is contained in:
Matthias Clasen 2006-05-26 14:05:35 +00:00
parent c3ea1ea049
commit 51f1754532
6 changed files with 40 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2006-05-26 Matthias Clasen <mclasen@redhat.com>
* === Released 2.10.3 ===
* NEWS: Updates
Tue May 2 14:18:25 2006 Tim Janik <timj@gtk.org>
* glib/goption.c (g_option_context_parse): fixed leak in short

View File

@ -1,3 +1,9 @@
2006-05-26 Matthias Clasen <mclasen@redhat.com>
* === Released 2.10.3 ===
* NEWS: Updates
Tue May 2 14:18:25 2006 Tim Janik <timj@gtk.org>
* glib/goption.c (g_option_context_parse): fixed leak in short

View File

@ -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

20
NEWS
View File

@ -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
===================================================

2
README
View File

@ -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,

View File

@ -1,3 +1,7 @@
2006-05-26 Matthias Clasen <mclasen@redhat.com>
* === Released 2.10.3 ===
2006-04-19 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/objects.sgml: Add some missing Since: 2.8 tags
@ -5,7 +9,7 @@
2006-04-18 Matthias Clasen <mclasen@redhat.com>
* gobject/tut_gobject.xml: Say that ref/unref are thread-safe now.
(#322883, Christophe Fergeau)
(#332883, Christophe Fergeau)
2006-04-07 Matthias Clasen <mclasen@redhat.com>