Codebase list jsonrpc-glib / 003d798
Release 3.29.91 Christian Hergert 5 years ago
2 changed file(s) with 14 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 ===============
1 Version 3.29.91
2 ===============
3
4 Changes in this release:
5
6 • Fix of double-free in generated vala bindings
7 • Floating reference fixes for some gvariants
8 • Use g_bytes_new_take() to simplify memory tracking
9 • Some variants are now unwrapped to simplify usage by consumers.
10 • Unit tests now disable SIGPIPE
11 • test-client was removed as it was dead code
12
013 ==============
114 Version 3.29.4
215 ==============
00 project('jsonrpc-glib', 'c',
1 version: '3.29.4',
1 version: '3.29.91',
22 license: 'LGPLv2.1+',
33 meson_version: '>= 0.40.1',
44 default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ],