svn path=/trunk/; revision=7029
This commit is contained in:
Matthias Clasen 2008-06-12 17:21:49 +00:00
parent 8f77d0cbd1
commit 6427d30d1f
10 changed files with 31 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2008-06-12 Matthias Clasen <mclasen@redhat.com>
* === Released 2.17.1 ===
2008-06-12 Matthias Clasen <mclasen@redhat.com>
* glib/gtestutils.c: Documentation fixups

View File

@ -1,8 +1,8 @@
Simple install procedure
========================
% gzip -cd glib-2.17.0.tar.gz | tar xvf - # unpack the sources
% cd glib-2.17.0 # change to the toplevel directory
% gzip -cd glib-2.17.1.tar.gz | tar xvf - # unpack the sources
% cd glib-2.17.1 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB

2
README
View File

@ -1,7 +1,7 @@
General Information
===================
This is GLib version 2.17.0. GLib is the low-level core
This is GLib version 2.17.1. 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 @@
2008-06-12 Matthias Clasen <mclasen@redhat.com>
* === Released 2.17.1 ===
2008-06-12 Matthias Clasen <mclasen@redhat.com>
* gio/gio-sections.txt: Add some new symbols

View File

@ -154,7 +154,6 @@ can be configured.
parameter is guaranteed to remain valid and
unmmodified for the lifetime of the parameter.
Since 2.8
@G_PARAM_STATIC_BLURB: the string used as blurb when constructing the
parameter is guaranteed to remain valid and
unmodified for the lifetime of the parameter.

View File

@ -1,3 +1,7 @@
2008-06-12 Matthias Clasen <mclasen@redhat.com>
* === Released 2.17.1 ===
2008-06-11 A. Walton <awalton@gnome.org>
* tests/g-file.c (test_g_file_new_null):

View File

@ -1,3 +1,7 @@
2008-06-12 Matthias Clasen <mclasen@redhat.com>
* === Released 2.17.1 ===
2008-05-28 Michael Natterer <mitch@imendio.com>
* Makefile.am: don't define G_DISABLE_SINGLE_INCLUDES, it's in

View File

@ -1,3 +1,7 @@
2008-06-12 Matthias Clasen <mclasen@redhat.com>
* === Released 2.17.1 ===
2008-06-10 13:34:01 Tim Janik <timj@imendio.com>
* tests/threadtests.c: added race condition tester from Michael Meeks

View File

@ -1,3 +1,7 @@
2008-06-12 Matthias Clasen <mclasen@redhat.com>
* === Released 2.17.1 ===
2008-05-28 Michael Natterer <mitch@imendio.com>
* Makefile.am: don't define G_DISABLE_SINGLE_INCLUDES, it's in

View File

@ -1,3 +1,7 @@
2008-06-12 Matthias Clasen <mclasen@redhat.com>
* === Released 2.17.1 ===
2008-06-11 Djihed Afifi <djihed@gmail.com>
* ar.po: Updated Arabic Translation by Khaled Hosny.