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



commit 3e4a0871d2cf1fb7fea80fd3e48fcb2d0140c80c
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Mon Sep 5 09:43:21 2011 +0200

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

 AUTHORS      |    1 +
 NEWS         |   39 +++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 42 insertions(+), 2 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 97c5042..0c8b6be 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -4,5 +4,6 @@ Joaquim Rocha <jrocha igalia com>
 Juan A. Suarez Romero <jasuarez igalia com>
 Jussi Kukkonen <jku linux intel com>
 Lionel Landwerlin <lionel g landwerlin linux intel com>
+Philip Withnall <philip tecnocode co uk>
 VÃctor Manuel JÃquez Leal <vjaquez igalia com>
 Xabier Rodriguez Calvar <xrcalvar igalia com>
diff --git a/NEWS b/NEWS
index 7fb1989..93d97b9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+NEW in 0.1.17
+=============
+
+  * General
+    * Do not generate static libraries
+    * Install XML files in the same place as libraries plugins.
+
+  * Blip.TV plugin
+    * Added new plugin
+
+  * Bookmarks plugin
+    * Minor changes
+
+  * Local Metadata plugin
+    * Plugged memory leak
+
+  * Podcasts plugin
+    * Fixed BGO#653937 - Doesn't support gmime 2.5.x
+
+  * Tracker plugin
+    * Minor fixes
+    * Fixed BGO#654248 - tracker-sparql-0.11 support
+    * Removed code for tracker < 0.10.5
+
+  * Vimeo plugin
+    * Correctly links against libgcrypt
+
+  * Youtube plugin
+    * Minor fixes
+    * Added support for libgdata >= 0.9.0
+    * Removed code for libdata < 0.7
+
+  * Contributors to this release:
+    Cedric Bosdonnat <cedric bosdonnat gmail com>
+    Juan A. Suarez Romero <jasuarez igalia com>
+    Lionel Landwerlin <lionel g landwerlin linux intel com>
+    Philip Withnall <philip tecnocode co uk>
+
+
 NEW in 0.1.16
 =============
 
diff --git a/configure.ac b/configure.ac
index fad906b..08ca855 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.16])
+m4_define([prj_version], [0.1.17])
 
 AC_INIT([prj_name], [prj_version])
 
@@ -84,7 +84,7 @@ fi
 PKG_CHECK_MODULES([DEPS], glib-2.0      \
 			  gobject-2.0   \
 			  gmodule-2.0   \
-			  ${GRL_NAME} = 0.1.16)
+			  ${GRL_NAME} = 0.1.17)
 
 # ----------------------------------------------------------
 # DEFINITIONS



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