==============
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
==============

Changes in this release:

 • Run test suite as part of build tooling

===============
Version 3.25.92
===============

Changes in this release:

 • Check for version-script support from linker
 • Fix impossible comparison in JsonrpcInputStream

==============
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
==============

This is the first release of jsonrpc-glib.

This is an early project, but things seem to be working well so it's time for a
release.  You can use jsonrpc-glib to create both JSON RPC clients and servers.
Additionally, it supports connection upgrades to GVariant when both sides
support it instead of JSON to reduce parser overhead and lesson the chances of
memory fragmentation.

Things to note

 • Initial release of jsonrpc-glib.
 • We'll follow the GNOME release cycle.
 • You JsonrpcClient and JsonrpcServer should handle most of what you need
 • See jsonrpc-message.h for a convenient va_args based C API.

Thanks!
 
