summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--NEWS4
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4929ee64..d0c57d50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
+=== PyGTK 2.14.1 ===
2009-03-05 Gian Mario Tagliaretti <gianmt@gnome.org>
+ * NEWS: Updaed
* configure.ac: Bump version 2.14.1
2009-02-01 Gustavo J. A. M. Carneiro <gjc@gnome.org>
diff --git a/NEWS b/NEWS
index 797315ef..fce8db26 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+pygtk-2.14.1 06-March-2009
+ - Return the deserialized string as a new memory buffer (Gustavo, #567747)
+ - Complete docs with 2.14 API (Gian Mario)
+
pygtk-2.14.0 31-January-2009
- Fix a bogus override of python includes in configure.ac
(Loïc Minier, #556130)