[grilo] Release 0.2.6



commit 54cccbef0f19770d92e2c5cd9d589657f75b5dbc
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Thu May 16 00:24:42 2013 +0200

    Release 0.2.6

 AUTHORS               |    1 +
 NEWS                  |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac          |    4 ++--
 src/data/grl-config.c |    4 ++--
 4 files changed, 52 insertions(+), 4 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index b68d7b8..cb02a7b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,3 +1,4 @@
+Alberto Garcia <agarcia igalia com>
 Bastien Nocera <hadess hadess net>
 Damien Lespiau <damien lespiau intel com>
 Guillaume Emont <gemont igalia com>
diff --git a/NEWS b/NEWS
index 04506de..4e86659 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,50 @@
+NEW in 0.2.6
+============
+
+  * Fixed GrlNet cache
+  * Added support for Vala 0.20
+  * Improved test-ui
+  * Some fixes, including
+    * BGO#696860 - filesystem: Add support for non-file URIs
+    * BGO#697175 - Grilo's flickr plugin using OAuth
+    * BGO#700310 - Soup HTTP cache size incorrectly set
+    * BGO#700311 - Use a different cache per plugin
+  * Added new functions in GrlConfig
+    * grl_config_get_api_token_secret()
+    * grl_config_set_api_token_secret()
+  * Added support for i18n
+    * Brazilian
+    * Czech
+    * Galician
+    * Greek
+    * Polish
+    * Serbian
+    * Slovenian
+    * Spanish
+    * Tajik
+  * Improved grl-inspect
+    * Print list of available keys
+    * Show more information about plugins
+
+  * Contributors to this release:
+    Alberto Garcia <agarcia igalia com>
+    Bastien Nocera <hadess hadess net>
+    Dimitris Spingos <dmtrs32 gmail com>
+    Fran Diéguez <fran dieguez mabishu com>
+    Juan A. Suarez Romero <jasuarez igalia com>
+    Kalev Lember <kalevlember gmail com>
+    Marek Černocký <marek manet cz>
+    Marek Chalupa <mchalupa redhat com>
+    Martin Srebotnjak <miles filmsi net>
+    Matej Urbančič <mateju svn gnome org>
+    Miguel Rodriguez Núñez <bokerones fritos gmail com>
+    Piotr Drąg <piotrdrag gmail com>
+    Rafael Ferreira <rafael f f1 gmail com>
+    Sergio Villar Senin <svillar igalia com>
+    Victor Ibragimov <victor ibragimov gmail com>
+    Мирослав Николић <miroslavnikolic rocketmail com>
+
+
 NEW in 0.2.5
 ============
 
diff --git a/configure.ac b/configure.ac
index 96b1ad2..c006934 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,8 +51,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:2:2
-GRLNET_LT_VERSION=1:3:1
+GRL_LT_VERSION=4:0:3
+GRLNET_LT_VERSION=1:4:1
 
 AC_SUBST([GRL_LT_VERSION])
 AC_SUBST([GRLNET_LT_VERSION])
diff --git a/src/data/grl-config.c b/src/data/grl-config.c
index fb981af..e489fac 100644
--- a/src/data/grl-config.c
+++ b/src/data/grl-config.c
@@ -453,7 +453,7 @@ grl_config_set_api_token (GrlConfig *config, const gchar *token)
  * Set the webservice API token secret in the configuration
  * (Needed by OAuth)
  *
- * Since: 0.2.5
+ * Since: 0.2.6
  */
 void
 grl_config_set_api_token_secret (GrlConfig *config, const gchar *secret)
@@ -595,7 +595,7 @@ grl_config_get_api_token (GrlConfig *config)
  * Returns: the webservice API token secret
  * (Needed by OAuth)
  *
- * Since: 0.2.5
+ * Since: 0.2.6
  */
 gchar *
 grl_config_get_api_token_secret (GrlConfig *config)


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