summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <me@victortoso.com>2017-02-14 13:57:41 +0100
committerVictor Toso <me@victortoso.com>2017-02-14 14:27:39 +0100
commit53b44b711a4558c0511dbe73d928971fd2c7bb30 (patch)
tree86c436b5446d29c32b73c038486324a6ecf21d18
parentfcdcd29b1bc6aec03f57dac39b7b5a7df60c8cae (diff)
downloadgrilo-53b44b711a4558c0511dbe73d928971fd2c7bb30.tar.gz
Release 0.3.3grilo-0.3.3
-rw-r--r--NEWS24
-rw-r--r--configure.ac4
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 <ash@kambanaria.org>
+ Bastien Nocera <hadess@hadess.net>
+ David King <amigadave@amigadave.com>
+ Dominique Leuenberger <dimstar@opensuse.org>
+ Juan A. Suarez Romero <jasuarez@igalia.com>
+ Marinus Schraal <mschraal@src.gnome.org>
+ Victor Toso <me@victortoso.com>
+ liushuyu <liushuyu_011@126.com>
+
+
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])