diff options
| author | Johan Dahlin <johan@src.gnome.org> | 2006-08-04 20:22:47 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2006-08-04 20:22:47 +0000 |
| commit | dec6c7d24f7f3757b5351057bc435770dfea0326 (patch) | |
| tree | 3fd7870a94ee9fd156fef58154d09beaabe06255 | |
| parent | 1c30df7261929499b2dfd56aa7d950c3c4ac5117 (diff) | |
| download | pygobject-dec6c7d24f7f3757b5351057bc435770dfea0326.tar.gz pygobject-dec6c7d24f7f3757b5351057bc435770dfea0326.tar.xz pygobject-dec6c7d24f7f3757b5351057bc435770dfea0326.zip | |
2.11.1PYGOBJECT_2_11_1
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | NEWS | 7 | ||||
| -rw-r--r-- | README | 8 |
3 files changed, 15 insertions, 5 deletions
@@ -1,5 +1,10 @@ +=== 2.11.1 === 2006-08-04 Johan Dahlin <jdahlin@async.com.br> + * NEWS: Update + + * README: Update, some s/PyGTK/PyGObject/ + * configure.ac: * docs/Makefile.am: * docs/reference/.cvsignore: @@ -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) @@ -1,4 +1,4 @@ -PyGTK +PyGObject ===== Original author: James Henstridge <james@daa.com.au> Current maintainer: Johan Dahlin <johan@gnome.org> @@ -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=<prefix where python is installed> @@ -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. |
