summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2004-08-06 16:10:48 +0000
committerJohan Dahlin <johan@src.gnome.org>2004-08-06 16:10:48 +0000
commit3fca6f011f8d81ffadc4ab559870c24eafad5b4c (patch)
treec9b81ba55f5abd77bc3c702014f96685bffa18ea
parent43a98de47fdb525027cf4c154581d328bcb4957e (diff)
downloadpygtk-PYGTK_2_3_96.tar.gz
* NEWS: Update.
-rw-r--r--ChangeLog2
-rw-r--r--NEWS7
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ff3c224..4523907c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2004-08-06 Johan Dahlin <johan@gnome.org>
+ * NEWS: Update.
+
* gobject/pygflags.c (pyg_flags_from_gtype): Don't comment out the
fallback, it break the test. (Wow, the testsuite caught another bug!)
diff --git a/NEWS b/NEWS
index 4abf2a56..b1e355a2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+pygtk-2.3.96: 06-august-2004
+ - Threading fixes (Johan, Gustavo)
+ - Bug fixes (John, Johan, Gustavo)
+ - GEnum/GFlags wrapping improvements
+ - GdkAtom string wrapping (John)
+ - Better boolean support (since we now can require 2.3)
+
pygtk-2.3.95: 02-august-2004
- Flags/Enum fixes (John, Johan)
- Bug Fixes (John, John E, Johan, Gustavo)