[jsonrpc-glib] release 3.27.90



commit 986edc86a837190ddab6334e4a40dbbb77e4f52c
Author: Christian Hergert <chergert redhat com>
Date:   Sun Feb 4 21:24:23 2018 -0800

    release 3.27.90

 NEWS        | 25 +++++++++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 26 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 8a52182..6306f17 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+===============
+Version 3.27.90
+===============
+
+Changes in this release:
+
+ • More documentation and GObject Introspection additions.
+ • Fixes for documentation and taking of floating references from
+   GVariant params.
+ • The soname has been bumped since we altered the correctness of
+   GVariant params. C-based programs mostly just need to be recompiled.
+   Other bindings-based consumers should have their bindings regenerated
+   if necessary.
+ • When panic'ing a connection (such as from a broken pipe) we now
+   defer error propagation back to the main loop to avoid some
+   re-entrancy complexity for applications.
+
+Distributors:
+
+ In this cycle we had to break our GObject Introspection documentation
+ that was correct for the transfer ownership of GVariant. Additionally, we
+ fixed the miss-named library libjsonrpc_glib-1.0 to libjsonrpc-glib-1.0.
+ Since we bumped our soname, it is a good time to fix this in your
+ packaging.
+
 ==============
 Version 3.27.4
 ==============
diff --git a/meson.build b/meson.build
index 455315b..113c20e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('jsonrpc-glib', 'c',
-          version: '3.27.4',
+          version: '3.27.90',
           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]