summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan A. Suarez Romero <jasuarez@igalia.com>2010-05-07 14:00:43 +0200
committerJuan A. Suarez Romero <jasuarez@igalia.com>2010-05-07 14:05:19 +0200
commit498c7bfdbf42968d4eebfb97037fca6f2ba4534f (patch)
treea8ba72c108f93e42b1765766f7d3dbc600ea2cd1
parentaf10ef3a731b7844ef2cb46413dd61775339c896 (diff)
Bumped version to 0.1.5grilo-plugins-0.1.5
-rw-r--r--NEWS40
-rw-r--r--configure.ac4
2 files changed, 42 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a63094c..e461d56 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+NEW in 0.1.5
+============
+
+ * General
+ * Code moved to gnome.org
+ * Improved build system
+ * Use of glib slices when possible
+
+ * Apple trailers plugin
+ * General fixes
+
+ * Bookmarks plugin
+ * Added a title to root category
+
+ * Flickr plugin
+ * General fixes
+
+ * Jamendo plugin
+ * General fixes
+
+ * LastFM album art plugin provider
+ * General fixes
+
+ * Podcasts plugin
+ * Added a title to root category
+
+ * SHOUTCast plugin
+ * General fixes
+
+ * UPnP plugin
+ * Use source name as title in root category
+
+ * Vimeo plugin
+ * New plugin that shows content from Vimeo service
+
+ * Youtube plugin
+ * General fixes
+ * Refactored plugin to use libgdata
+
+
NEW in 0.1.4
============
diff --git a/configure.ac b/configure.ac
index 241379d..783a06d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@
# Copyright (C) 2010 Igalia S.L.. All rights reserved.
m4_define([prj_name], [grilo-plugins])
-m4_define([prj_version], [0.1.4])
+m4_define([prj_version], [0.1.5])
AC_INIT([prj_name], [prj_version])
@@ -55,7 +55,7 @@ AC_DEFINE_UNQUOTED(GRL_PLUGINS_DIR, "$GRL_PLUGINS_DIR", [Plugins directory])
PKG_CHECK_MODULES(DEPS, glib-2.0 \
gobject-2.0 \
gmodule-2.0 \
- grilo-0.1 >= 0.1.4)
+ grilo-0.1 >= 0.1.5)
PKG_CHECK_MODULES(XML, libxml-2.0, HAVE_XML=yes, HAVE_XML=no)