summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-08-21 19:02:22 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-08-21 19:02:22 +0000
commit31021f79cff47b98249c8d67f5342417dfb542f7 (patch)
tree4ed6510c6eb4bc28ebb2ca4ac459efe4bdd17e6b
parent69635d4ff07c5f09b9cb360fb00e2abbec92432d (diff)
downloadpygobject-31021f79cff47b98249c8d67f5342417dfb542f7.tar.gz
pygobject-31021f79cff47b98249c8d67f5342417dfb542f7.tar.xz
pygobject-31021f79cff47b98249c8d67f5342417dfb542f7.zip
-rw-r--r--ChangeLog3
-rw-r--r--NEWS6
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3935f65..0988186 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
+=== 2.11.3 ===
2006-08-21 Johan Dahlin <jdahlin@async.com.br>
+ * NEWS: Update
+
* Makefile.am:
* docs/Makefile.am:
Always install the xsl files & css files, regardless if the
diff --git a/NEWS b/NEWS
index 21561fb..7129467 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+2.11.3 21-august-2006
+ - Documentation updates (John)
+ - Documentation build fixes (Johan, John, Gian Mario Tagliaretti)
+ - PyGObject can now be compiled using a C++ compiler (Murray Cumming)
+ - Type registration bug fix (Gustavo)
+
2.11.2 8-august-2006
- Add fixxref.py from PyGTK (Johan)
- Fix parallel build (#350225, Ed Catmur)