From a49ca5eaa452197bd982a1bfeb9daacb75460be3 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Sun, 16 Sep 2007 11:00:17 +0000 Subject: Update NEWS svn path=/trunk/; revision=706 --- ChangeLog | 4 ++++ NEWS | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index c0aa149..e679639 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-09-16 Gustavo J. A. M. Carneiro + + * NEWS: Update NEWS for next release. + 2007-09-06 John Finlay * docs/xsl/fixxref.py.in: Remove DATADIR substitution since it now diff --git a/NEWS b/NEWS index d53f01e..524bd7d 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) -- cgit