summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Feltman <sfeltman@src.gnome.org>2013-11-17 20:04:49 -0800
committerSimon Feltman <sfeltman@src.gnome.org>2013-11-17 20:05:47 -0800
commitd1314af8f237a634dbfefb0a1c319f910d3d8765 (patch)
treeb76c9c0d1d5415e595d176ea51d593707c27d1b0
parent6fc3d977f17397e514aed492055e93d03c410f60 (diff)
downloadpygobject-d1314af8f237a634dbfefb0a1c319f910d3d8765.tar.gz
release 3.11.2
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f0a45036..2d03292b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+3.11.2 17-Nov-2013
+ - gkt-demo: Change main info/source notebook into a GtkStack (Simon Feltman)
+ - Add deprecation warnings and cleanup class initializer overrides (Simon Feltman) (#705810)
+ - Fix dir method for static GParamSpec in Python 3 (Simon Feltman)
+ - Remove overzealous argument checking for callback userdata (Simon Feltman) (#711173)
+
3.11.1 28-Oct-2013
- Fix toggleref safety problems by always enabling the GIL
(Simon Feltman) (#709223)