summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2007-09-16 11:00:17 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2007-09-16 11:00:17 +0000
commita49ca5eaa452197bd982a1bfeb9daacb75460be3 (patch)
treed90eb88c3b7ae47b3ec629fc29f24af87b74203c
parent2f24816a0ecae3623600db4350b8352a6178b2b5 (diff)
downloadpygobject-a49ca5eaa452197bd982a1bfeb9daacb75460be3.tar.gz
Update NEWS
svn path=/trunk/; revision=706
-rw-r--r--ChangeLog4
-rw-r--r--NEWS9
2 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c0aa149d..e679639e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-09-16 Gustavo J. A. M. Carneiro <gjc@gnome.org>
+
+ * NEWS: Update NEWS for next release.
+
2007-09-06 John Finlay <finlay@moeraki.com>
* docs/xsl/fixxref.py.in: Remove DATADIR substitution since it now
diff --git a/NEWS b/NEWS
index d53f01e9..524bd7de 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+2.14.0 16-sep-2007
+ - Fix a Python 2.6 deprecation warning (Johannes Hölzl, #342948)
+ - Wrap g_timeout_add_seconds, when compiling with glib 2.14 (Gustavo)
+ - Always fully initialize the PyGObject (Ed Catmur, #466082)
+ - Fix compilation in Solaris, again (#339924, Gustavo)
+ - Fix check for default value in boolean type (Marco Giusti, #470230)
+ - Fix new style properties with subclasses (Johan Dahlin, #470718)
+ - Docs generation fixes (John Finlay)
+
2.13.2 07-jul-2007
- Fix build on opensolaris (Damien Carbery, #339924)
- Proxy GOption exceptions from Python to C (Johannes Hölzl, #342948)