summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2006-08-27 20:50:27 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2006-08-27 20:50:27 +0000
commit7fd71cf4c3016bd22150f49854031878bbe9504f (patch)
tree0c5ea7106602800d02ee2bae5caab072fbbe123e
parentd05fccab23aef7fa4c406352552262782bf1066c (diff)
downloadpygobject-7fd71cf4c3016bd22150f49854031878bbe9504f.tar.gz
pygobject-7fd71cf4c3016bd22150f49854031878bbe9504f.tar.xz
pygobject-7fd71cf4c3016bd22150f49854031878bbe9504f.zip
-rw-r--r--ChangeLog3
-rw-r--r--NEWS6
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b514be0..9b31d1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
+=== 2.11.4 ===
2006-08-27 Gustavo J. A. M. Carneiro <gjc@gnome.org>
+ * NEWS: Update.
+
* gobject/gobjectmodule.c (pyg_type_register): Correct a bug in
the code that checks if parent already implements an interface or not.
diff --git a/NEWS b/NEWS
index 7129467..9a54b9d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+2.11.4 27-august-2006
+ - Include pre-generated html docs in the tarball (Johan)
+ - Fix bug in do_set_property called from constructor (Gustavo, #353039)
+ - Fix type registration involving interfaces with signals and/or
+ properties (Gustavo)
+
2.11.3 21-august-2006
- Documentation updates (John)
- Documentation build fixes (Johan, John, Gian Mario Tagliaretti)