[grilo-plugins] Downgrade version to 0.2.1



commit 83c3a8b2c0c0ffa3de091c1ea0682bbc77a73c92
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Thu Oct 4 00:36:23 2012 +0200

    Downgrade version to 0.2.1

 NEWS         |   21 +++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index a9c836a..be52cd2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+NEW in 0.2.1
+============
+
+  * DMAP plugin
+    * New plugin providing content from DMAP protocol (BGO#652516)
+
+  * Local Metadata plugin
+    * Fixed segmentation fault
+
+  * Tracker plugin
+    * Several fixes
+
+  * YouTube plugin
+    * BGO#685235 - Better error reporting for youtube plugin when quvi fails
+
+  * Contributors to this release:
+    * Juan A. Suarez Romero <jasuarez igalia com>
+    * Mohammed Hassan <mohammed hassan jollamobile com>
+    * W. Michael Petullo <mike flyn org>
+
+
 NEW in 0.2.0
 ============
 
diff --git a/configure.ac b/configure.ac
index 69e5a49..8861461 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.3.1])
+m4_define([prj_version], [0.2.1])
 
 AC_INIT([prj_name],
         [prj_version],
@@ -61,7 +61,7 @@ if test "x$enable_uninstalled" = "xyes"; then
         AC_MSG_WARN("Configuring for running uninstalled!")
 	GRL_VERSION=uninstalled
 else
-	GRL_VERSION=0.3
+	GRL_VERSION=0.2
 fi
 
 GRL_NAME=grilo-${GRL_VERSION}



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