diff options
author | Juan A. Suarez Romero <jasuarez@igalia.com> | 2010-07-30 09:49:05 +0200 |
---|---|---|
committer | Juan A. Suarez Romero <jasuarez@igalia.com> | 2010-08-26 19:23:37 +0200 |
commit | 30d69dd936a6abfbcc262a466be1f0b664a04d9b (patch) | |
tree | 25a805b2f04f78c18f77ad119be2e7dd78edac0d | |
parent | cc5a955c53176e2d5b57175d9649c0e6668a0d13 (diff) |
Bumped version to 0.1.6grilo-plugins-0.1.6
-rw-r--r-- | NEWS | 95 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 97 insertions, 2 deletions
@@ -1,3 +1,73 @@ +NEW in 0.1.6 +============ + + * General + * General fixes + * Use the new metadata key system + * Use the new way of registering plugins + + * Apple trailers plugin + * General fixes + * Handle more metadata keys + * Handle both SD and HD videos + + * Bookmarks plugin + * General fixes + + * Fake metadata plugin + * General fixes + + * Filesystem plugin + * General fixes + * Restrict content to a set of directories + + * Flickr plugin + * General fixes + * Added browse operation + * Instance source to handle personal content + + * Gravatar plugin + * New plugin that shows avatar for author/artist + + * Jamendo plugin + * General fixes + + * LastFM album art plugin + * General fixes + + * Metadata Store plugin + * General fixes + + * Podcasts plugin + * General fixes + + * SHOUTCast plugin + * General fixes + * Cache root page for some minutes + * Change ID encoding + + * uPnP plugin + * General fixes + + * Vimeo plugin + * General fixes + + * Youtube plugin + * General fixes + * Handle more metadata keys + + * Contributors to this release: + Chris Lord <chris@linux.intel.com> + Damien Lespiau <damien.lespiau@intel.com> + Iago Toral Quiroga <itoral@igalia.com> + iain <iain@linux.intel.com> + Joaquim Rocha <jrocha@igalia.com> + Juan A. Suarez Romero <jasuarez@igalia.com> + Simón Pena <spenap@gmail.com> + Víctor Manuel Jáquez Leal <vjaquez@igalia.com> + Xabier Rodriguez Calvar <xrcalvar@igalia.com> + + NEW in 0.1.5 ============ @@ -37,6 +107,13 @@ NEW in 0.1.5 * General fixes * Refactored plugin to use libgdata + * Contributors to this release: + Iago Toral Quiroga <itoral@igalia.com> + Joaquim Rocha <jrocha@igalia.com> + Juan A. Suarez Romero <jasuarez@igalia.com> + Víctor Manuel Jáquez Leal <vjaquez@igalia.com> + Xabier Rodriguez Calvar <xrcalvar@igalia.com> + NEW in 0.1.4 ============ @@ -56,6 +133,10 @@ NEW in 0.1.4 * Podcasts plugin * Small improvements + * Contributors to this release: + Iago Toral Quiroga <itoral@igalia.com> + Juan A. Suarez Romero <jasuarez@igalia.com> + NEW in 0.1.3 ============ @@ -78,6 +159,11 @@ NEW in 0.1.3 * Upnp pugin * Small improvements + * Contributors to this release: + Iago Toral Quiroga <itoral@igalia.com> + Juan A. Suarez Romero <jasuarez@igalia.com> + Philippe Normand <phil@base-art.net> + NEW in 0.1.2 ============ @@ -104,6 +190,10 @@ NEW in 0.1.2 * Upnp plugin * Support for new versions of gupnp-av-1.0 (>=0.5). + * Contributors to this release: + Iago Toral <itoral@igalia.com> + Juan A. Suarez Romero <jasuarez@igalia.com> + NEW in 0.1.1 ============ @@ -121,3 +211,8 @@ NEW in 0.1.1 * Developed metadata providers: * Fake: provides fake data for almost all keys * Last.FM: provides album covers + + * Contributors to this release: + Iago Toral <itoral@igalia.com> + Juan A. Suarez Romero <jasuarez@igalia.com> + diff --git a/configure.ac b/configure.ac index 8e02813..bcbb518 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.5]) +m4_define([prj_version], [0.1.6]) AC_INIT([prj_name], [prj_version]) @@ -76,7 +76,7 @@ fi PKG_CHECK_MODULES([DEPS], glib-2.0 \ gobject-2.0 \ gmodule-2.0 \ - ${GRL_NAME} = 0.1.5) + ${GRL_NAME} = 0.1.6) # ---------------------------------------------------------- # DEFINITIONS |