From 05f142694f856fcf56221db6395428c054a1ce24 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sat, 26 Jul 2008 08:25:18 +0000 Subject: Bump required glib version to 2.16 2008-07-26 Johan Dahlin * README: * configure.ac: Bump required glib version to 2.16 svn path=/trunk/; revision=856 --- ChangeLog | 6 ++++++ README | 14 +++++++------- configure.ac | 2 +- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 25c7cf5..ce47388 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-07-26 Johan Dahlin + + * README: + * configure.ac: + Bump required glib version to 2.16 + 2008-07-26 Johan Dahlin * glib/glibmodule.c (child_watch_dnotify), diff --git a/README b/README index 7235e13..b788736 100644 --- a/README +++ b/README @@ -3,11 +3,11 @@ PyGObject Original author: James Henstridge Current maintainer: Johan Dahlin -This archive contains bindings for the GObject, to be used in Python -It is a fairly complete set of bindings, it's already rather useful, -and is usable to write moderately complex programs. (see the -examples directory for some examples of the simpler programs you could -write). +This archive contains bindings for the GLib, GObject and GIO, +to be used in Python. It is a fairly complete set of bindings, +it's already rather useful, and is usable to write moderately +complex programs. (see the examples directory for some examples +of the simpler programs you could write). If you have any enhancements or bug reports, please file them in bugzilla at: @@ -38,7 +38,7 @@ Requirements ============ * C compiler (GCC and MSVC supported) * Python 2.3.5 or higher - * Glib 2.8.0 or higher + * Glib 2.16.0 or higher * libffi (optional) Copyright Information @@ -73,7 +73,7 @@ for all the .py files. Note. If you're installing to another prefix than the one where python is installed you'll need to set the PYTHONPATH variable to the -$prefix/lib/pythonX.Y/site-packages directory created by +$prefix/lib/pythonX.Y/site-packages directory created by the PyGObject installation. Tests diff --git a/configure.ac b/configure.ac index 3884fa7..b5893d1 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ m4_define(pygobject_micro_version, 2) m4_define(pygobject_version, pygobject_major_version.pygobject_minor_version.pygobject_micro_version) dnl versions of packages we require ... -m4_define(glib_required_version, 2.8.0) +m4_define(glib_required_version, 2.16.0) m4_define(gio_required_version, 2.16.0) m4_define(giounix_required_version, 2.16.0) -- cgit