summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Feltman <sfeltman@src.gnome.org>2014-03-03 15:16:43 -0800
committerSimon Feltman <sfeltman@src.gnome.org>2014-03-03 15:16:43 -0800
commit7816531691a3db3ae1fe74abc85ac37988b67d2b (patch)
tree70378ee462d876cc78a8259a4bc9c99140e18e8f
parent1a63a04eaf2a77c1752b90e80ab571677f27ac3d (diff)
downloadpygobject-7816531691a3db3ae1fe74abc85ac37988b67d2b.tar.gz
release 3.11.913.11.91
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 45cbb0c6..df044036 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+3.11.91 03-Mar-2014
+ - Use ffi_call directly instead of g_callable_info_invoke
+ (Simon Feltman) (#723642)
+ - configure.ac: Use -std=c90 and error on declaration-after-statement
+ (Simon Feltman)
+ - Fix Build on Visual Studio (Chun-wei Fan) (#725122)
+
3.11.90 17-Feb-2014
- Use GObject type checking for instance arguments (Simon Feltman) (#724009)
- configure.ac: post release version bump to 3.11.90 (Simon Feltman)