summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)