From 53b44b711a4558c0511dbe73d928971fd2c7bb30 Mon Sep 17 00:00:00 2001 From: Victor Toso Date: Tue, 14 Feb 2017 13:57:41 +0100 Subject: Release 0.3.3 --- NEWS | 24 ++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 296aa2f..930cb42 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +NEW in 0.3.3 +============ + * Support to Meson build included + * Updated Travis CI to use docker and support meson builds + * Updated translations + + * Bugs fixed: + * BGO#771339 - Test: tracker-backend.vala:211: Falling back to bus backend + * BGO#773422 - net: Always return an error on failure + * BGO#774394 - gir break since commit 463d94d6022d + * BGO#774578 - test_net_wc_throttling_cb: assertion failed + * BGO#775950 - Add Meson build support in grilo core + + * Contributors to this release: + Alexander Shopov + Bastien Nocera + David King + Dominique Leuenberger + Juan A. Suarez Romero + Marinus Schraal + Victor Toso + liushuyu + + NEW in 0.3.2 ============ diff --git a/configure.ac b/configure.ac index 8d9f963..548e264 100644 --- a/configure.ac +++ b/configure.ac @@ -57,8 +57,8 @@ AC_DEFINE_UNQUOTED(GRLPLS_VERSION, "$GRLPLS_VERSION", [Grilo Pls library version # Libtool library version, not to confuse with API version # see http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html -GRL_LT_VERSION=1:1:1 -GRLNET_LT_VERSION=0:2:0 +GRL_LT_VERSION=1:2:1 +GRLNET_LT_VERSION=0:3:0 GRLPLS_LT_VERSION=0:0:0 AC_SUBST([GRL_LT_VERSION]) -- cgit v1.2.1