[jsonrpc-glib/jsonrpc-glib-3-26] Release 3.26.1



commit 3cac93a18dd95572027d9817c0ea046838f8bcb9
Author: Christian Hergert <chergert redhat com>
Date:   Tue Oct 3 13:19:46 2017 -0700

    Release 3.26.1

 NEWS        |   14 ++++++++++++++
 meson.build |    2 +-
 2 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 00ecfde..b95add3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,18 @@
 ==============
+Version 3.26.1
+==============
+
+Changes in this release:
+
+ • Require -std=gnu11 in project config. We always required this, but
+   previously we were relying on the default GCC flags to do so.
+ • Fix improper use of va_list on non-Intel architectures.
+ • JsonrpcOutputStream now properly checks for pending operations before
+   flushing, so that an error is not incorrectly synthesized.
+ • Improved error propagation from data streams.
+ • Correctness fixes for stress tests.
+
+==============
 Version 3.26.0
 ==============
 
diff --git a/meson.build b/meson.build
index 740a777..cf7c3b5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('jsonrpc-glib', 'c',
-          version: '3.26.0',
+          version: '3.26.1',
           license: 'LGPLv2.1+',
     meson_version: '>= 0.40.1',
   default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]