From dec6c7d24f7f3757b5351057bc435770dfea0326 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Fri, 4 Aug 2006 20:22:47 +0000 Subject: 2.11.1 --- ChangeLog | 5 +++++ NEWS | 7 ++++++- README | 8 ++++---- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1bd10cf..264b100 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ +=== 2.11.1 === 2006-08-04 Johan Dahlin + * NEWS: Update + + * README: Update, some s/PyGTK/PyGObject/ + * configure.ac: * docs/Makefile.am: * docs/reference/.cvsignore: diff --git a/NEWS b/NEWS index 54e5fdf..d928bb0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +2.11.1 04-august-2006 + - Add John Finlay's reference manual (Johan, John) + - Fix GOption mem leak (Gustavo) + - Infrastructure for lazy type registration (Johan) + - Enum/Flags fixes (Gustavo, John) + - Eliminate some GCC warnings (Johan) 2.11.0 12-july-2006 - Add GOption support (#163645, Johannes Hölzl) - GObject metaclass converted to Python code (Gustavo) @@ -11,7 +17,6 @@ - Support retrieving signal and property info from interfaces (Finlay) - Support parameters of type G_TYPE_GSTRING in signals (Gustavo) - Wrap a few g_filename_* APIs (Gustavo) - 2.10.1 11-april-2006 - uint64 property bug fix (Andy Wingo) - Hard code path to 2.0 (Gustavo) diff --git a/README b/README index 594dd9b..84b53ab 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -PyGTK +PyGObject ===== Original author: James Henstridge Current maintainer: Johan Dahlin @@ -50,7 +50,7 @@ say you wrote bits you didn't. Compilation =========== -PyGTK uses the standard autotools for the build infrastructure. To +PyGObject uses the standard autotools for the build infrastructure. To build, it should be as simple as running: $ ./configure --prefix= @@ -73,12 +73,12 @@ 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 -the PyGTK installation. +the PyGObject installation. Tests ===== -After having compiled and installed pygtk, you may want to test them. +After having compiled and installed pygobject, you may want to test them. There are a number of example programs available in the examples/ subdirectory. -- cgit