summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS54
1 files changed, 32 insertions, 22 deletions
diff --git a/NEWS b/NEWS
index bda641ec..f28be4b6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,34 +1,44 @@
-pygtk-2.8.0 3-september-2005
- - GObject metaclass bugfix (John Ehresman)
- - Double free fix in type_register (Gustavo)
- - Make it buildable srcdir != buildir (Johan)
- - Improve GdkRectangle conversion (Tim Evans, Gustavo)
- - Use automake 1.8 (Johan)
-
-pygtk-2.7.4 24-august-2005
+pygtk-2.8.1: 03-october-2005
+ - Bug fixes (Gustavo, Johan)
+ - Improve exceptions when registering properties (Gustavo)
+ - Extend warnings (John Ehresman)
+ - Raise exception when working on uninitialized objects (Johan)
+ - Plug libglade leak (Gustavo)
+ - Undeprecate a few gobject functions (Johan)
+ - UINT64 buf fixes (Gustavo, Johan)
+ - GCC 4.0 warnings (Johan)
+
+pygtk-2.8.0: 03-september-2005
+ - GObject metaclass bugfix (John Ehresman)
+ - Double free fix in type_register (Gustavo)
+ - Make it buildable srcdir != buildir (Johan)
+ - Improve GdkRectangle conversion (Tim Evans, Gustavo)
+ - Use automake 1.8 (Johan)
+
+pygtk-2.7.4: 24-august-2005
- Container.do_forall implementable in subclasses (Johan)
- Bug fixes (John Finlay, Christian Persch, Christopher Allion,
Johan, Gustavo)
- Build fixes (Stepan Kasal, John Ehresman, Johan)
-pygtk-2.7.3 10-august-2005
+pygtk-2.7.3: 10-august-2005
- Build fixes (Johan)
- Code generator fixes (Gustavo)
- Bug fixes (Johan, Andy, Gustavo)
-pygtk-2.7.2 02-august-2005
+pygtk-2.7.2: 02-august-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
+pygtk-2.7.1: 21-july-2005
- Update API to Gtk+ 2.7.3 (Johan)
- Threading, Enum fixes (Johan
- Registration fixes (Gustavo)
- Make use of atomic ref counting in glib (Johan)
-pygtk-2.7.0 10-july-2005
+pygtk-2.7.0: 10-july-2005
- GIOChannel wrapper (Gustavo, John Ehresman, Manish)
- GSource wrapper (Manish)
- Allow creation of python classes through gobject.new (Gustavo,
@@ -50,31 +60,31 @@ pygtk-2.7.0 10-july-2005
Benjamin Otte, Manish Singh, Gian Mario Tagliaretti,
Fernando San Martin Woerner)
-pygtk-2.6.2 9-may-2005
+pygtk-2.6.2: 9-may-2005
- Allow None to be sent in to set_group radio widgets (Johan, Lorenzo)
- guint/gsize as longs (Gustavo)
- Check for exceptions in child_watch (Mark McLoughlin)
- Bug fixes (Johan, Manish Singh, John Finaly)
-pygtk-2.6.1 15-march-2005
+pygtk-2.6.1: 15-march-2005
- GtkListStore.insert optimization (Johan)
- GtkTreeStore/GtkListStore.reorder leak fix (Johan, Richard Hult)
- GParamSpec bug fix (Johan)
- Code generator improvements (Anders Carlsson, Johan, Doug Quale)
- GCC4 build fixes
-pygtk-2.6.0 7-march-2005
+pygtk-2.6.0: 07-march-2005
- win32 fixes (Cedric Gustin)
- remove unnecessary casting (Manish Singh)
- updated examples (Johan)
-pygtk-2.5.4 23-february-2005
+pygtk-2.5.4: 23-february-2005
- Much improved GMainloop support (Mark McLoughlin)
- Install pygtk-demo (Gustavo)
- Deprecate gtk.TRUE/gtk.FALSE (Johan)
- win32 build fixes (Cedric Gustin)
-pygtk-2.5.3 23-january-2005
+pygtk-2.5.3: 23-january-2005
- Revert some threading changes (Gustavo)
- Build improvements (Johan)
- Improve pixmap functions (John F)
@@ -83,7 +93,7 @@ pygtk-2.5.3 23-january-2005
- Plug mem leaks (Mark McLoughlin)
- Flag/Enum bug fixes (Gustavo)
-pygtk-2.5.2 10-january-2005
+pygtk-2.5.2: 10-january-2005
- Improved deprecation messages (Johan)
- gtk.idle_add, gtk.timout_add, and others are now
deprecated (Johan)
@@ -93,22 +103,22 @@ pygtk-2.5.2 10-january-2005
- Bug fixes (Adam Hooper, John Finlay, Gustavo, Johan, Tim Evans)
- Build system improvens (Johan)
-pygtk-2.5.1 23-december-2004
+pygtk-2.5.1: 23-december-2004
- Remove API removed in Gtk+ 2.6.0 (Gustavo, Johan)
- Implement pango.LayoutIter (John)
- Build fixes (Johan, Marco Pensenti Gritti)
- Update examples (Alan Horkan)
- distutils/win32 fixes (Cedric Gustin)
-pygtk-2.5.0 29-november-2004
+pygtk-2.5.0: 29-november-2004
- Port to Gtk+ 2.5.x (Johan, John)
- Code generator improvements (Gustavo)
-pygtk-2.4.1 04-november-2004
+pygtk-2.4.1: 04-november-2004
- Bug fixes (Johan, Gustavo, John Finlay)
- Allow the headers to be parsable by a C++ compiler
- Updated examples (Johan, John)
-pygtk-2.4.0 03-october-2004
+pygtk-2.4.0: 03-october-2004
- Updated examples (John Finlay)
- Tiny threading bug fix (John Ehresman)