summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2006-07-12 17:48:01 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2006-07-12 17:48:01 +0000
commitb4f42e64bec62155db4893f73871d1e2d8e66f88 (patch)
tree16541d9ff0dc006cb523f42c5cb6f3696fba8876
parentdc15570848f833402c31b149ee1c4c4f108394d8 (diff)
downloadpygobject-PYGOBJECT_2_11_0.tar.gz
pygobject-PYGOBJECT_2_11_0.tar.xz
pygobject-PYGOBJECT_2_11_0.zip
-rw-r--r--ChangeLog1
-rw-r--r--NEWS14
2 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6dab803..f1f879a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+=== PyGObject 2.11.0 ===
2006-07-09 Gustavo J. A. M. Carneiro <gjc@gnome.org>
* gobject/gobjectmodule.c (pyg_type_register): Make interface_data
diff --git a/NEWS b/NEWS
index d734de1..54e5fdf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+2.11.0 12-july-2006
+ - Add GOption support (#163645, Johannes Hölzl)
+ - GObject metaclass converted to Python code (Gustavo)
+ - Register GType constants from Python-land (Johan)
+ - Distutils updates (John Ehresman, Cedric Gustin)
+ - Add support for signal emission hooks (#154845, Johan)
+ - g_spawn_close_pid support (Gustavo)
+ - Add new APIs do add or disable log redirections (Muntyan, #323786)
+ - "sub-sub-type" bug fixed (Gustavo)
+ - Coverity report code fixes (Johan)
+ - 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)