summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS12
2 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b8223c8..371ae2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+=== 2.13.2 ===
+2007-07-07 Gustavo J. A. M. Carneiro <gjc@gnome.org>
+
+ * NEWS: Update.
+
2007-07-07 Damien Carbery <damien.carbery@sun.com>
reviewed by: Gustavo Carneiro.
diff --git a/NEWS b/NEWS
index 388f17b..d53f01e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+2.13.2 07-jul-2007
+ - Fix build on opensolaris (Damien Carbery, #339924)
+ - Proxy GOption exceptions from Python to C (Johannes Hölzl, #342948)
+ - Support G_TYPE_VALUE boxed args/signals
+ (Ed Catmur, Carlos Martin, #351072)
+ - pyg_error_exception_check bug fix (Sebastian Granjoux, #449879)
+ - Toggle references bug fix (#447271, Gustavo Carneiro)
+ - use python-config to get python includes (#448173, Sebastien Bacher)
+ - Support GObject properties in new properties API (Gustavo)
+ - generate-constants fixes (Muntyan)
+ - Allow running autogen.sh from outside $srcdir (Muntyan)
+
2.13.1 02-may-2007
- Generic CClosure marshaller using libffi (Johan, #353816)
- Uninstalled .pc file (Damien Carbery, #385129)