[grilo] Release 0.2.9



commit c3add1a606383bd0e583d48cf85ad5c714ff1639
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Tue Feb 18 14:15:33 2014 +0000

    Release 0.2.9

 NEWS         |   14 ++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3ce6e87..a7e4a07 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+NEW in 0.2.9
+============
+
+  * Several fixes, including
+    * BGO#724620 - core: Fix introspection scanner warnings
+    * BGO#724540 - pls: Return an error when the entry media is of the wrong type
+    * BGO#724430 - Remove check for libvala in configure.ac
+
+  * Contributors to this release:
+    Bastien Nocera <hadess hadess net>
+    Colin Walters <walters verbum org>
+    Juan A. Suarez Romero <jasuarez igalia com>
+
+
 NEW in 0.2.8
 ============
 
diff --git a/configure.ac b/configure.ac
index c398d9c..615cfda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,9 +57,9 @@ 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=6:0:5
+GRL_LT_VERSION=6:1:5
 GRLNET_LT_VERSION=1:6:1
-GRLPLS_LT_VERSION=0:0:0
+GRLPLS_LT_VERSION=0:1:0
 
 AC_SUBST([GRL_LT_VERSION])
 AC_SUBST([GRLNET_LT_VERSION])


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