[grilo-plugins] Bumped version to 0.1.7



commit 68dde011eef8e5d37741905e8cb437c41947acf9
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Mon Jan 10 13:09:30 2011 +0000

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

 AUTHORS      |   17 +++--------------
 NEWS         |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    6 +++---
 3 files changed, 54 insertions(+), 17 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 6eb3e55..79af7fc 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,16 +1,5 @@
 Iago Toral Quiroga <itoral igalia com>
-* Fake-metadata plugin
-* Filesystem plugin
-* Podcasts plugin
-* UPnP plugin
-* Youtube plugin
-
-Juan A. Suarez Romero <jasuarez igalia com>
-* Flickr plugin
-* Jamendo plugin
-* LastFM-Albumart plugin
-* Gravatar plugin
-
 Joaquim Rocha <jrocha igalia com>
-* Vimeo plugin
-
+Juan A. Suarez Romero <jasuarez igalia com>
+Víctor Manuel Jáquez Leal <vjaquez igalia com>
+Xabier Rodriguez Calvar <xrcalvar igalia com>
diff --git a/NEWS b/NEWS
index 131d71d..07eea1d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,51 @@
+NEW in 0.1.7
+============
+
+  * General
+    * General fixes, including fixes for:
+      * GB#627864 - log: Revamp the log system
+      * GB#628506 - rename the GRL_ERROR quark to GRL_CORE_ERROR
+    * Install plugins as loadable modules, not libraries
+    * Use GrlNet
+    * Adapt code to changes in GrlPluginRegistry functions
+
+  * Apple trailers plugin
+    * General fixes, including fix for:
+      * GB#630538 - Apple trailers can provide a higher-resolution thumbnail
+
+  * Filesystem plugin
+    * Implemented media_from_uri() and test_media_from_uri()
+
+  * Flickr plugin
+    * General fixes
+
+  * Podcasts plugin
+    * General fixes
+
+  * Shoutcast plugin
+    * General fixes
+
+  * UPnP plugin
+    * Aded plugin deinit function
+
+  * Vimeo plugin
+    * GB#630494 - The Vimeo plugin accesses freed memory during searches
+
+  * Youtube plugin
+    * General fixes, including fix for:
+      * GB#635394 - Add ability to get video URL from page URL, or <embed> URL
+    * Handle libgdata 0.7 and 0.8 api
+
+  * Contributors to this release:
+    Chris Lord <chris linux intel com>
+    Damien Lespiau <damien lespiau intel com>
+    Guillaume Emont <gemont igalia com>
+    Iago Toral Quiroga <itoral igalia com>
+    Juan A. Suarez Romero <jasuarez igalia com>
+    Ross Burton <ross linux intel com>
+    Víctor Manuel Jáquez Leal <vjaquez igalia com>
+
+
 NEW in 0.1.6
 ============
 
diff --git a/configure.ac b/configure.ac
index 5859f0f..31128b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@
 # Copyright (C) 2010 Igalia S.L.. All rights reserved.
 
 m4_define([prj_name],    [grilo-plugins])
-m4_define([prj_version], [0.1.6])
+m4_define([prj_version], [0.1.7])
 
 AC_INIT([prj_name], [prj_version])
 
@@ -77,7 +77,7 @@ fi
 PKG_CHECK_MODULES([DEPS], glib-2.0 \
 			  gobject-2.0 \
 			  gmodule-2.0 \
-			  ${GRL_NAME} = 0.1.6)
+			  ${GRL_NAME} = 0.1.7)
 
 # ----------------------------------------------------------
 # DEFINITIONS
@@ -98,7 +98,7 @@ AC_SUBST(GRL_PLUGINS_CONF_DIR)
 # EXTERNAL/OPTIONAL DEPENDENCIES
 # ----------------------------------------------------------
 
-PKG_CHECK_MODULES([GRLNET], [${GRLNET_NAME} = 0.1.6],
+PKG_CHECK_MODULES([GRLNET], [${GRLNET_NAME} = 0.1.7],
 			    HAVE_GRLNET=yes,
 			    HAVE_GRLNET=no)
 



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