[jsonrpc-glib] release 3.27.4



commit 808b2aa1e0d90d9191aa1af8352a6914eb716b0b
Author: Christian Hergert <chergert redhat com>
Date:   Mon Jan 8 15:41:20 2018 -0800

    release 3.27.4

 NEWS        | 18 ++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index a52b931..8a52182 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+==============
+Version 3.27.4
+==============
+
+Changes in this release:
+
+ • The JSONRPC_MESSAGE_NEW_ARRAY() macro was added to allow for creating
+   GVariant messages that are an array.
+ • A number of conformance tests were added.
+ • JsonrpcClient allows for detailed signals (G_SIGNAL_DETAILED) for
+   notification and handle-call signals.
+ • JsonrpcServer gained new functionality to enumerate the number of
+   connected clients.
+ • JsonrpcClient tries to hold on to an additional reference when
+   panic is called.
+ • Message parsing can now support NULL strings using maybe types when
+   encoding and decoding messages.
+
 ==============
 Version 3.27.1
 ==============
diff --git a/meson.build b/meson.build
index db8771a..4734fac 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('jsonrpc-glib', 'c',
-          version: '3.27.1',
+          version: '3.27.4',
           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]