[grilo-plugins/debian: 30/32] Bump to version 0.1.9



commit 0bd4d0c9baca298251fd212f02a291157b371327
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Thu Feb 10 18:27:11 2011 +0100

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

 NEWS         |   38 ++++++++++++++++++++++++++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 41 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 76a01ab..4ef2d22 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+NEW in 0.1.9
+============
+
+  * General
+    * Implemented NULL-text search (search all)
+
+  * Bookmarks plugin
+    * Fixed saving/loading content from database
+    * Addec content-changed notification
+
+  * Filesystem plugin
+    * Added cancellation support
+    * Added content-changed notification
+
+  * Flickr plugin
+    * Fixed Makefile.am
+
+  * Local metadata plugin
+    * New plugin that provides covers and thumbnails from local filesystem
+
+  * Podcasts plugin
+    * Fixed search
+    * Added content-changed notification
+
+  * Tracker plugin
+    * Several fixes and improvements
+
+  * UPnP plugin
+    * Fixed warning
+    * Added content-changed notification
+
+  * Contributors to this release:
+    Fabien Lebaillif - Delamare <fabien developers arq-media com>
+    Guillaume Emont <gemont igalia com>
+    Juan A. Suarez Romero <jasuarez igalia com>
+    Lionel Landwerlin <lionel g landwerlin linux intel com>
+
+
 NEW in 0.1.8
 ============
 
diff --git a/configure.ac b/configure.ac
index 6ca2e9c..75ec7cc 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.8])
+m4_define([prj_version], [0.1.9])
 
 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.8)
+			  ${GRL_NAME} = 0.1.9)
 
 # ----------------------------------------------------------
 # DEFINITIONS
@@ -103,7 +103,7 @@ AC_SUBST(GRL_PLUGINS_CONF_DIR)
 # EXTERNAL/OPTIONAL DEPENDENCIES
 # ----------------------------------------------------------
 
-PKG_CHECK_MODULES([GRLNET], [${GRLNET_NAME} = 0.1.8],
+PKG_CHECK_MODULES([GRLNET], [${GRLNET_NAME} = 0.1.9],
 			    HAVE_GRLNET=yes,
 			    HAVE_GRLNET=no)
 



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