summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)