summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--NEWS1
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ccfa633c..32ba83c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2006-07-12 Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
+ * NEWS: I forgot one NEWS item in the release :P
+
* configure.in: Post release version bump.
=== 2.9.3 ===
diff --git a/NEWS b/NEWS
index d628fb44..7488da99 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,7 @@ pygtk-2.9.3 12-july-2006
- New pango APIs wrapped (Finlay)
- Fix refcount error in gtk.Clipboard (#343960, Gustavo, Finlay)
- Enable GDK X11-specific APIs available also with gtk+ 2.8 (Gustavo)
+ - Lazy loading of the gtk.keysyms module (Johan Dahlin)
pygtk-2.9.2 15-june-2006
- Fix a codegen bug that prevent build of other extensions (344845, Gustavo)