summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-08-04 20:22:47 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-08-04 20:22:47 +0000
commitdec6c7d24f7f3757b5351057bc435770dfea0326 (patch)
tree3fd7870a94ee9fd156fef58154d09beaabe06255
parent1c30df7261929499b2dfd56aa7d950c3c4ac5117 (diff)
downloadpygobject-dec6c7d24f7f3757b5351057bc435770dfea0326.tar.gz
pygobject-dec6c7d24f7f3757b5351057bc435770dfea0326.tar.xz
pygobject-dec6c7d24f7f3757b5351057bc435770dfea0326.zip
-rw-r--r--ChangeLog5
-rw-r--r--NEWS7
-rw-r--r--README8
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 <jdahlin@async.com.br>
+ * 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 <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.