diff options
author | Juan A. Suarez Romero <jasuarez@igalia.com> | 2011-02-10 18:27:11 +0100 |
---|---|---|
committer | Juan A. Suarez Romero <jasuarez@igalia.com> | 2011-02-10 19:55:20 +0100 |
commit | 0bd4d0c9baca298251fd212f02a291157b371327 (patch) | |
tree | d2bca2339ff4fd84e63387d0f12a8a5a2a9f9e38 | |
parent | 9e5c4ad15184a994671a6466f7f0e8240b093898 (diff) |
Bump to version 0.1.9grilo-plugins-0.1.9
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
-rw-r--r-- | NEWS | 38 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 41 insertions, 3 deletions
@@ -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) |