summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-10-03 20:26:29 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-10-03 20:26:29 +0000
commit1697ffcb61a84220b4cf8589a086e3fd0ff6bf19 (patch)
treeb2aca130c2d4540e35c4bb82c1f4076388759606 /NEWS
parent1f7fc69c6282b70809c78e9b908023f606dd7ebb (diff)
downloadpygobject-1697ffcb61a84220b4cf8589a086e3fd0ff6bf19.tar.gz
pygobject-1697ffcb61a84220b4cf8589a086e3fd0ff6bf19.tar.xz
pygobject-1697ffcb61a84220b4cf8589a086e3fd0ff6bf19.zip
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6932cca..992172c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+2.12.2 3-october-2006
+ - Make PyGObject 64-bit safe for Python 2.5 (Gustavo)
+ - All headers are now LGPL and not GPL (Johan)
+ - Remove a couple of GCC warnings (Gustavo)
+ - Revive distutils support (Cedric Gustin)
+ - Emission hook reference count bugfix (Gustavo)
+ - MSVC/ANSI C compilation fix (John Ehresman)
+ - Bump Ctrl-C timeout handler from 100ms to 1000 (Johan)
+
2.12.1 4-september-2006
- Corrected version check (Sebastian Dröge, #354364)