summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)