diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-06-12 17:21:49 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-06-12 17:21:49 +0000 |
commit | 6427d30d1f39a278ef829647b31d8c9e11556622 (patch) | |
tree | c0b617f7ec1553ca543dad5dcb14c4be8d96ef5b | |
parent | 8f77d0cbd1ec29d1a915d9e8ead433326c86c0b4 (diff) |
2.17.1GLIB_2_17_1
svn path=/trunk/; revision=7029
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | INSTALL | 4 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | docs/reference/ChangeLog | 4 | ||||
-rw-r--r-- | docs/reference/gobject/tmpl/gparamspec.sgml | 1 | ||||
-rw-r--r-- | gio/ChangeLog | 4 | ||||
-rw-r--r-- | gmodule/ChangeLog | 4 | ||||
-rw-r--r-- | gobject/ChangeLog | 4 | ||||
-rw-r--r-- | gthread/ChangeLog | 4 | ||||
-rw-r--r-- | po/ChangeLog | 4 |
10 files changed, 31 insertions, 4 deletions
@@ -1,5 +1,9 @@ 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 2008-06-11 Matthias Clasen <mclasen@redhat.com> @@ -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 @@ -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, diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index ba4e2c724..7c84dd80e 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,9 @@ 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 2008-06-12 Matthias Clasen <mclasen@redhat.com> diff --git a/docs/reference/gobject/tmpl/gparamspec.sgml b/docs/reference/gobject/tmpl/gparamspec.sgml index be648ac1c..cebf58ead 100644 --- a/docs/reference/gobject/tmpl/gparamspec.sgml +++ b/docs/reference/gobject/tmpl/gparamspec.sgml @@ -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. diff --git a/gio/ChangeLog b/gio/ChangeLog index 56d5931c4..9c62f7b1b 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -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): diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog index da6cb4bcd..73af03c9d 100644 --- a/gmodule/ChangeLog +++ b/gmodule/ChangeLog @@ -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 diff --git a/gobject/ChangeLog b/gobject/ChangeLog index f92350868..32d2d022b 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -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 diff --git a/gthread/ChangeLog b/gthread/ChangeLog index 4fde2d87b..635bf1d0e 100644 --- a/gthread/ChangeLog +++ b/gthread/ChangeLog @@ -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 diff --git a/po/ChangeLog b/po/ChangeLog index 58592626b..8ae57b6e7 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -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. |