[grilo] Release 0.2.4



commit cddf75e3ca028dcada3e0029a5de4787ef027f9e
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Fri Nov 30 15:17:37 2012 +0000

    Release 0.2.4

 AUTHORS      |    1 +
 NEWS         |   17 +++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 20 insertions(+), 2 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index b050aee..dd0e6c6 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -6,6 +6,7 @@ Joaquim Rocha <jrocha igalia com>
 Juan A. Suarez Romero <jasuarez igalia com>
 Lionel Landwerlin <lionel g landwerlin linux intel com>
 Mathias Hasselmann <mathias openismus com>
+Murray Cumming <murrayc murrayc com>
 Sam Thursfield <sam thursfield codethink co uk>
 Simon Pena Placer <spenap gmail com>
 VÃctor Manuel JÃquez Leal <vjaquez igalia com>
diff --git a/NEWS b/NEWS
index d77957b..5ed3e02 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+NEW in 0.2.4
+============
+
+  * Fixed compilation problem with gcc 4.2
+  * Improved documetation
+  * Added support for boolean, float and datetime keys in filters
+  * Some fixes in core, including:
+    * BGO#688301 - docs: GrlMedia: Improve certificate/region function docs
+    * BGO#689053 - grl-source: fix compare_queue_element function
+
+  * Contributors to this release:
+    * Andrzej Bieniek <andyhelp gmail com>
+    * Jasper Lievisse Adriaanse <jasper humppa nl>
+    * Juan A. Suarez Romero <jasuarez igalia com>
+    * Murray Cumming <murrayc murrayc com>
+
+
 NEW in 0.2.3
 ============
 
diff --git a/configure.ac b/configure.ac
index 0d853dd..a18816a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,8 +50,8 @@ AC_DEFINE_UNQUOTED(GRLNET_VERSION, "$GRLNET_VERSION", [Grilo Net 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=3:0:2
-GRLNET_LT_VERSION=1:1:1
+GRL_LT_VERSION=3:1:2
+GRLNET_LT_VERSION=1:2:1
 
 AC_SUBST([GRL_LT_VERSION])
 AC_SUBST([GRLNET_LT_VERSION])



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