[jsonrpc-glib] build: release 3.25.3



commit df1e5fb5a9aeaf4543871780836ea35b595e1e44
Author: Christian Hergert <chergert redhat com>
Date:   Sun Jun 18 20:13:36 2017 -0700

    build: release 3.25.3

 NEWS        |   18 ++++++++++++++++++
 meson.build |    2 +-
 2 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9de0731..9ee35af 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,22 @@
 ==============
+Version 3.25.3
+==============
+
+This new release of jsonrpc-glib contains a few fixes and additions.
+
+ • Support for gtk-doc based documentation has been added. Use
+   -Denable_gtk_doc=true to enable it when configuring Meson.
+ • JsonrpcServer now supports a convenience API for handling incoming
+   methods via jsonrpc_server_add_handler() and
+   jsonrpc_server_remove_handler().
+ • Support has been added to allow jsonrpc-glib to be used as a Meson
+   subproject.
+ • jsonrpc-version.h now generates the proper values for checking
+   compile time version information.
+ • Various build options were canonicalized to use _ instead of -
+   as a word separator.
+
+==============
 Version 3.25.2
 ==============
 
diff --git a/meson.build b/meson.build
index a620363..c90bea3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('jsonrpc-glib', 'c',
-          version: '3.25.2',
+          version: '3.25.3',
           license: 'LGPLv2.1+',
     meson_version: '>= 0.38.1',
   default_options: [ 'warning_level=1', 'buildtype=debugoptimized' ],


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