[grilo-plugins/0.1.x] Bump to 0.1.16



commit 9d134ff6f15f88e0792c62a45b64635f7d7c1e4f
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Fri Jul 1 15:15:23 2011 +0000

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

 NEWS         |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 49 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 90c7f35..7fb1989 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,50 @@
+NEW in 0.1.16
+=============
+
+  * General
+    * Do not install test programs
+    * Fixed gdata flags for libgdata >= 0.7
+    * Missed configuration keys are not warnings any more
+    * Small fixes in build system
+    * Use the new cancellation API
+
+  * Fake Metadata plugin
+    * Updated for latest changes in core
+
+  * Filesystem plugin
+    * Do not replace already existant identifiers
+
+  * Jamendo plugin
+    * Small fixes
+    * Fixed feed identifier
+
+  * Podcasts plugin
+    * Several fixes
+    * Included thumbnail in podcasts
+    * Made cache time configurable
+
+  * Shoutcast plugin
+    * Do not use deprecated functions
+
+  * Tracker plugin
+    * Fixed registering keys when re-loading the plugin
+
+  * Vimeo plugin
+    * Handled wrong dates
+
+  * Youtube plugin
+    * Fixed BGO#650679 - Youtube plugin shouldn't load the categories on start      * Added quvi supported
+
+  * Contributors to this release:
+    Alberto Garcia <agarcia igalia com>
+    Guillaume Emont <guijemont igalia com>
+    Iago Toral Quiroga <itoral igalia com>
+    Juan A. Suarez Romero <jasuarez igalia com>
+    Lionel Landwerlin <lionel g landwerlin linux intel com>
+    Philippe Normand <pnormand igalia com>
+    VÃctor Manuel JÃquez Leal <vjaquez igalia com>
+
+
 NEW in 0.1.15
 =============
 
diff --git a/configure.ac b/configure.ac
index 505d6f8..898ef51 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.15])
+m4_define([prj_version], [0.1.16])
 
 AC_INIT([prj_name], [prj_version])
 
@@ -83,7 +83,7 @@ fi
 PKG_CHECK_MODULES([DEPS], glib-2.0      \
 			  gobject-2.0   \
 			  gmodule-2.0   \
-			  ${GRL_NAME} = 0.1.15)
+			  ${GRL_NAME} = 0.1.16)
 
 # ----------------------------------------------------------
 # DEFINITIONS



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