summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2006-10-03 17:55:36 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2006-10-03 17:55:36 +0000
commitec8e53c9662af04586ce97420b447374a21d95b2 (patch)
tree33e3b1cdd2e5b80783ee7dfaa485a4b61a8d5a9d
parenta31aee46eed48d5d1c26a6738f7a9ca60f19e9db (diff)
downloadpygtk-PYGTK_2_10_3.tar.gz
2.10.3 releasePYGTK_2_10_3
-rw-r--r--ChangeLog3
-rw-r--r--NEWS7
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c79c7a33..8df38975 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
+=== 2.10.3 ===
2006-10-03 Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
+ * NEWS: Update.
+
* Makefile.am:
* atk.override:
* atkrectangle.override:
diff --git a/NEWS b/NEWS
index 496064e0..c19cb837 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,9 @@
-pygtk-2.10.0 3-october-2006
+pygtk-2.10.3 3-october-2006
+ - Fix a crasher bug introduced in 2.10.2 (Gustavo)
+ - Make PyGTK work with Python 2.5 and 64-bit (#337368, Gustavo)
+ (when used in conjunction with the soon-to-be-released PyGObject 2.12.2)
+
+pygtk-2.10.2 3-october-2006
- distutils / win32 compilation fixes (Cedric Gustin)
- gtk.TreeSelection.selected_foreach bug fix (#347273, Gustavo)
- Fix compilation older C compilers (John Ehresman)