summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6ab4c2a7..098665e5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+pygtk-1.99.17: 31-July-2003
+ - Threading support is compiled in by default now. It is
+ necessary to call gtk.threads_init() in order to make use of
+ threading though. There have been a number of fixes to the
+ threading support too.
+ - Fix up some problems with multiple definitions of global
+ variables in gobject module, that was causing problems on
+ Mac OS X.
+ - Wrappers for many new APIs (John Finlay, Naofumi Yasufuku,
+ Johan Dahlin and others).
+ - Improvements to the code generator to give better error
+ messages.
+ - Some fixes to property APIs to work correctly on 64 bit
+ systems, and to handle ATOM type properties.
+ - Fix copyright headers on source files.
+
pygtk-1.99.16: 23-March-2003
- various new functions wrapped.
- More threding fixes (Jon Trowbridge)