summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2006-06-15 19:01:22 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2006-06-15 19:01:22 +0000
commitfff459450046a06b05dc94339edc61c200dd61d6 (patch)
tree92926dd195b4243a3c77dcad85e38ed360f71d10 /NEWS
parentf058bfc057f8599d55462c626ba9b654c7efa46e (diff)
downloadpygtk-fff459450046a06b05dc94339edc61c200dd61d6.tar.gz
update printing example
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6699df45..b3dbca24 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+pygtk-2.9.2 15-june-2006
+ - Fix a codegen bug that prevent build of other extensions (344845, Gustavo)
+ - Builds with pycairo 1.1.6 (344957, Gustavo)
+ - gtk.TextBuffer rich text copy and serialization (Finlay)
+ - Correct Print Editor example (Gustavo)
+
pygtk-2.9.1 13-june-2006
- Allow gtk.TreeSortable.set_default_sort_func callback to be None
(Johan, Patrick O'Brien)