[grilo-plugins/debian: 20/22] Bump to version 0.1.10



commit 8725c7354688a70943e8ab74e89c677f990742d8
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Fri Mar 4 14:20:31 2011 +0100

    Bump to version 0.1.10
    
    Signed-off-by: Juan A. Suarez Romero <jasuarez igalia com>

 NEWS         |   39 +++++++++++++++++++++++++++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 42 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4ef2d22..e58bbc5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+NEW in 0.1.10
+=============
+
+  * General
+    * Use the new grl_metadata_source_may_resolve() function
+    * Split src/ code between media and metadata sources
+
+  * Gravatar plugin
+    * Use the new multi-valued API to provide several avatars
+
+  * Jamendo plugin
+    * Fixed feeds category
+
+  * LastFM album art plugin
+    * Use the new mult-valued API to provide several thumbnails
+
+  * Podcasts plugin
+    * Fixed invalid GrlNetWc free
+
+  * Shoutcast plugin
+    * Disabled by default (it is broken)
+
+  * UPnP plugin
+    * Use GrlData API to set metadata properties
+
+  * Vimeo plugin
+    * Several fixes
+    * Fixed BGO#643811 - Date format for vimeo plugin
+
+  * Youtube plugin
+    * Use the new mult-valued API to provide several thumbnails
+
+  * Contributors to this release:
+    * Guillaume Emont <gemont igalia com>
+    * Juan A. Suarez Romero <jasuarez igalia com>
+    * Lionel Landwerlin <lionel g landwerlin linux intel com>
+    * Michael Wood <michael g wood linux intel com>
+
+
 NEW in 0.1.9
 ============
 
diff --git a/configure.ac b/configure.ac
index c46e6f8..39c2955 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@
 # Copyright (C) 2010, 2011 Igalia S.L.. All rights reserved.
 
 m4_define([prj_name],    [grilo-plugins])
-m4_define([prj_version], [0.1.9])
+m4_define([prj_version], [0.1.10])
 
 AC_INIT([prj_name], [prj_version])
 
@@ -82,7 +82,7 @@ fi
 PKG_CHECK_MODULES([DEPS], glib-2.0      \
 			  gobject-2.0   \
 			  gmodule-2.0   \
-			  ${GRL_NAME} = 0.1.9)
+			  ${GRL_NAME} = 0.1.10)
 
 # ----------------------------------------------------------
 # DEFINITIONS
@@ -103,7 +103,7 @@ AC_SUBST(GRL_PLUGINS_CONF_DIR)
 # EXTERNAL/OPTIONAL DEPENDENCIES
 # ----------------------------------------------------------
 
-PKG_CHECK_MODULES([GRLNET], [${GRLNET_NAME} = 0.1.9],
+PKG_CHECK_MODULES([GRLNET], [${GRLNET_NAME} = 0.1.10],
 			    HAVE_GRLNET=yes,
 			    HAVE_GRLNET=no)
 



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