summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <creiter@src.gnome.org>2016-09-11 11:45:59 +0200
committerChristoph Reiter <creiter@src.gnome.org>2016-09-11 11:45:59 +0200
commit3ec19401dc57263508ee3aa16f5293419c222f5b (patch)
treeab639c585750863a8dfe6a851792fcfda28990a6
parent7ccc164b6da6d87c0a200ea50314d213470a1f18 (diff)
downloadpygobject-3ec19401dc57263508ee3aa16f5293419c222f5b.tar.gz
release 3.21.923.21.92
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index abbb672d..59be9166 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+3.21.92 11-Sep-2016
+ - Handle nullable filename parameters (Christoph Reiter) (#770821)
+ - Fix list/hashtable enum <-> hash conversion on 64-bit big endian (Aurelien Jarno) (#770608)
+ - Allow passing sockets to io_add_watch on win32 (Lukas K) (#766396)
+ - tests: use dbus-run-session instead of dbus-launch to run tests (Michael Biebl) (#770798)
+ - configure.ac: post-release version bump to 3.21.92 (Christoph Reiter)
+
3.21.91 25-Aug-2016
- Allow installing with pip (Mathieu Bridon) (#767988)
- Skip a test with older glib (Christoph Reiter) (#740301)