summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2005-08-02 15:27:59 +0000
committerJohan Dahlin <johan@src.gnome.org>2005-08-02 15:27:59 +0000
commit6210a2d1391bbf808220f672aba3feb788188571 (patch)
tree4ccdf1a0c2c560991a8b235404aba08526dcfa66
parent0dd11ae7633cfd0685f9dde0ae8da0fd11e0db7c (diff)
downloadpygtk-PYGTK_2_7_2.tar.gz
PyGTK 2.7.2PYGTK_2_7_2
-rw-r--r--ChangeLog5
-rw-r--r--NEWS6
2 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d6a4bb9..56b9f28b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+=== PyGTK 2.7.2 ===
+2005-07-30 Johan Dahlin <jdahlin@async.com.br>
+
+ * NEWS: Updated
+
2005-08-02 Mark McLoughlin <mark@skynet.ie>
Fixes bug #312337
diff --git a/NEWS b/NEWS
index 70e0a60d..64fd89c1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+pygtk-2.7.2 30-july-2005
+ - Subclass/type registration bug fixes (Gustavo)
+ - Allow gobject to be initialized twice (Yevgen Muntyan)
+ - Deprecating warning bug fixes (Mark McLoughlin)
+ - Bug fixes (Sebastien Bacher, Gustavo, Johan, Manish)
+
pygtk-2.7.1 21-july-2005
- Update API to Gtk+ 2.7.3 (Johan)
- Threading, Enum fixes (Johan