pygobject r856 - trunk



Author: johan
Date: Sat Jul 26 08:25:18 2008
New Revision: 856
URL: http://svn.gnome.org/viewvc/pygobject?rev=856&view=rev

Log:
2008-07-26  Johan Dahlin  <johan gnome org>

    * README:
    * configure.ac:
    Bump required glib version to 2.16



Modified:
   trunk/ChangeLog
   trunk/README
   trunk/configure.ac

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Sat Jul 26 08:25:18 2008
@@ -3,11 +3,11 @@
 Original author: James Henstridge <james daa com au>
 Current maintainer: Johan Dahlin <johan gnome org>
 
-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 @@
 ============
   * 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 @@
 
 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

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sat Jul 26 08:25:18 2008
@@ -8,7 +8,7 @@
 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)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]