summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan A. Suarez Romero <jasuarez@igalia.com>2011-12-09 14:50:33 +0000
committerJuan A. Suarez Romero <jasuarez@igalia.com>2011-12-09 14:50:33 +0000
commita90b2b6ed8cb8297fddbb31ff96642f42aeed9d8 (patch)
tree58132f5f7df8916c12576c59118c9f6449f3df1d
parentfc4665d87b4e15636ca70451c89e383892379fe1 (diff)
downloadgrilo-plugins-a90b2b6ed8cb8297fddbb31ff96642f42aeed9d8.tar.gz
Bump to 0.1.18grilo-plugins-0.1.18
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
-rw-r--r--AUTHORS1
-rw-r--r--NEWS24
-rw-r--r--configure.ac4
3 files changed, 27 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 0c8b6be..5a918bb 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,3 +1,4 @@
+Damien Lespiau <damien.lespiau@intel.com>
Guillaume Emont <gemont@igalia.com>
Iago Toral Quiroga <itoral@igalia.com>
Joaquim Rocha <jrocha@igalia.com>
diff --git a/NEWS b/NEWS
index 93d97b9..c17baf0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+NEW in 0.1.18
+=============
+ * General
+ * Added support for Windows
+
+ * Apple trailers plugin
+ * Fixed mime-type
+
+ * Tracker plugin
+ * Fixed BGO#658448 - No tracker-sparql-0.12 support
+ * Added config option to expose documents as content (turned off by default)
+
+ * UPnP plugin
+ * Removed "UPnP -" prefix from title
+ * Fixed BGO#653759 - UPnP sends back containers on search
+ * Fixed BGO#658812 - upnp: support GRL_METADATA_KEY_TRACK_NUMBER
+
+ * Contributors to this release:
+ Damien Lespiau <damien.lespiau@intel.com>
+ Jonathan Matthew <jonathan@d14n.org>
+ Juan A. Suarez Romero <jasuarez@igalia.com>
+ Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
+
+
NEW in 0.1.17
=============
diff --git a/configure.ac b/configure.ac
index 93c71c4..79e6791 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.17])
+m4_define([prj_version], [0.1.18])
AC_INIT([prj_name],
[prj_version],
@@ -88,7 +88,7 @@ fi
PKG_CHECK_MODULES([DEPS], glib-2.0 \
gobject-2.0 \
gmodule-2.0 \
- ${GRL_NAME} = 0.1.17)
+ ${GRL_NAME} = 0.1.18)
# ----------------------------------------------------------
# DEFINITIONS