summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-01-03 19:55:27 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-01-03 19:55:27 +0000
commit2f3cb26ace3762026641e7a9a16e7ae62479594c (patch)
tree11218a673e0e71ab3c1d17a8dec1cee872e5dee7 /NEWS
parentd96950a562db1198e6cfc40a24f6b362cbd7f610 (diff)
downloadpygtk-2f3cb26ace3762026641e7a9a16e7ae62479594c.tar.gz
Post release version bump
2008-01-03 Johan Dahlin <johan@gnome.org> * configure.in: Post release version bump svn path=/trunk/; revision=2953
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8e62a6be..f288e469 100644
--- a/NEWS
+++ b/NEWS
@@ -7,13 +7,13 @@ pygtk-2.12.1 03-january-2007
- Install gtk-extrafuncs.defs (Matthew Barnes, #380020)
- Fix x86-64 crash (Dan Winship, #500508)
- Plug gtk.Widget.render_icon leak (Gustavo, #502871)
- - Fix hypertext demo (Richard Hult)
+ - Fix hypertext demo (Richard Hult, #503107)
- Correct wrong command line (Sebastien Bacher)
- Distribute .m4 files (Ed Catmur)
- Release the GIL in pixbuf constructors (Jakub Stachowski, #415611)
- Add a new pango extent example (Adam Olsen, Behdad Esfahbod, #400810)
- Fix leak in gdk.Pixbuf.flip() (Guillaume Cottenceau)
- - Accept None in Cellrenderer.get_cell_area() (Paul Pogonyshev, #358091)
+ - Accept None in CellRenderer.get_cell_area() (Paul Pogonyshev, #358091)
- Fix typo in clipboard.set_with_data (Julien Moutinho)
- Add support for PySignal_SetWakeUp thread which avoids unnecessary
polling in the main loop for threaded programs (Johan, #481569)