summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan A. Suarez Romero <jasuarez@igalia.com>2012-05-23 17:46:50 +0000
committerJuan A. Suarez Romero <jasuarez@igalia.com>2012-05-24 08:51:49 +0000
commite7f76399f70d47fcae0e1a4a8352ffca1cad2bd7 (patch)
tree50e00f7cd25ff29094996b7bf9545559976eab0d
parent79ed56df2f233a38d7dae643a0056f291988ca08 (diff)
Bump to 0.1.19grilo-plugins-0.1.19
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
-rw-r--r--AUTHORS1
-rw-r--r--NEWS44
-rw-r--r--configure.ac4
3 files changed, 47 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 5a918bb..9e3cbbe 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,3 +1,4 @@
+Bastien Nocera <hadess@hadess.net>
Damien Lespiau <damien.lespiau@intel.com>
Guillaume Emont <gemont@igalia.com>
Iago Toral Quiroga <itoral@igalia.com>
diff --git a/NEWS b/NEWS
index c17baf0..729b831 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,47 @@
+NEW in 0.1.19
+=============
+
+ * General
+ * Fixed BGO#641115 - grilo plugins do not store private data in right places
+ * Fixed BGO#641357 - Remove libdir= from all Makefile.am
+ * Fixed BGO#667855 - Support tracker 0.13/0.14
+
+ * Filesystem plugin
+ * Do not show file extension in the media title
+
+ * Jamendo plugin
+ * Fix small typo
+
+ * Local Metadata plugin
+ * Several fixes and improvements
+ * Use user's cache to get album art
+ * Fixed BGO#673916 - local-metadata: Support all GIO supported schemes
+ * Fixed BGO#673936 - local-metadata: Don't leave unfinished calls
+
+ * Optical Media plugin
+ * New plugin that provides content from DVD and Blu-ray disks (BGO#672929)
+
+ * SHOUTCast plugin
+ * Use the new API 2.0
+
+ * Tracker plugin
+ * Fixed BGO#662748 - tracker plugin: support multiple resources in a larger file
+
+ * UPnP plugin
+ * Fixed BGO#653756 - Empty results on UPnP shows error
+
+ * Youtube plugin
+ * Request quvi 0.4.0
+
+ * Contributors to this release:
+ Antía Puentes <apuentes@igalia.com>
+ Bastien Nocera <hadess@hadess.net>
+ Juan A. Suarez Romero <jasuarez@igalia.com>
+ Michael Wood <michael.g.wood@linux.intel.com>
+ Sam Thursfield <sam.thursfield@codethink.co.uk>
+ Vincent Untz <vuntz@gnome.org>
+
+
NEW in 0.1.18
=============
* General
diff --git a/configure.ac b/configure.ac
index 9c18d79..1888461 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.18])
+m4_define([prj_version], [0.1.19])
AC_INIT([prj_name],
[prj_version],
@@ -88,7 +88,7 @@ fi
PKG_CHECK_MODULES([DEPS], glib-2.0 >= 2.28 \
gobject-2.0 \
gmodule-2.0 \
- ${GRL_NAME} = 0.1.18)
+ ${GRL_NAME} = 0.1.19)
# ----------------------------------------------------------
# DEFINITIONS