[grilo] Release 0.2.11
- From: Juan A. Suarez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo] Release 0.2.11
- Date: Sun, 24 Aug 2014 15:47:47 +0000 (UTC)
commit 5b49eb5d5bf4cf0aae364945ff7b85a58fd657a0
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date: Sun Aug 24 15:38:03 2014 +0000
Release 0.2.11
NEWS | 43 +++++++++++++++++++++++++++++++++++++++++++
configure.ac | 10 +++++-----
src/data/grl-media-audio.c | 4 ++++
3 files changed, 52 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6b2a1ad..321724a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,46 @@
+NEW in 0.2.11
+=============
+
+ * Fixes in build system
+ * Generate AUTHORS file automatically
+ * Added new keys: GRL_METADATA_KEY_TITLE_FROM_FILENAME,
+ GRL_METADATA_KEY_MB_ALBUM_ID
+ * Added new tool: grl-launch, to run Grilo operations from command line
+ * Several fixes, including
+ * BGO#706877 - Let TheMovieDb resolver perform searches based on file name
+ * BGO#726698 - core: More cleanups
+ * BGO#727223 - Add grl-launch tool
+ * BGO#728812 - GrlPlsFilterFunc is missing from the doc
+ * BGO#730003 - core: Fix reference to renamed functions
+ * BGO#730548 - GRL_METADATA_KEY_INVALID is missing in the Vala bindings
+ * BGO#731282 - Add GRL_METADATA_KEY_MB_ALBUM_ID to core keys
+ * BGO#733232 - rhythmbox crashes while using jamendo due to double free in
+ libgrilo
+ * BGO#733285 - gboolean grl_initialized should be reset to FALSE in
+ grl_deinit
+ * Added/updated support for i18n
+ * Basque (new)
+ * Greek
+ * Serbian
+ * Turkish (new)
+
+ * Contributors to this release:
+ Andres Gomez <agomez igalia com>
+ Bastien Nocera <hadess hadess net>
+ Inaki Larranaga Murgoitio <dooteo zundan com>
+ Juan A. Suarez <jasuarez igalia com>
+ Juan A. Suarez Romero <jasuarez igalia com>
+ MarMav <mavridou gmail com>
+ Muhammet Kara <muhammetk gmail com>
+ Olav Vitters <olav vitters nl>
+ Oliver Krylow <okrylow gmail com>
+ Piotr Drąg <piotrdrag gmail com>
+ Simon Wenner <simon wenner ch>
+ Victor Toso <me victortoso com>
+ Xavier Claessens <xavier claessens collabora com>
+ Мирослав Николић <miroslavnikolic rocketmail com>
+
+
NEW in 0.2.10
=============
diff --git a/configure.ac b/configure.ac
index b13304c..6632813 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,13 +40,13 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
# Grilo Net library
-GRLNET_VERSION=0.2.4
+GRLNET_VERSION=0.2.5
AC_SUBST(GRLNET_VERSION)
AC_DEFINE_UNQUOTED(GRLNET_VERSION, "$GRLNET_VERSION", [Grilo Net library version])
# Grilo Pls library
-GRLPLS_VERSION=0.2.1
+GRLPLS_VERSION=0.2.2
AC_SUBST(GRLPLS_VERSION)
AC_DEFINE_UNQUOTED(GRLPLS_VERSION, "$GRLPLS_VERSION", [Grilo Pls library version])
@@ -57,9 +57,9 @@ AC_DEFINE_UNQUOTED(GRLPLS_VERSION, "$GRLPLS_VERSION", [Grilo Pls library version
# Libtool library version, not to confuse with API version
# see http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
-GRL_LT_VERSION=7:0:6
-GRLNET_LT_VERSION=1:7:1
-GRLPLS_LT_VERSION=0:2:0
+GRL_LT_VERSION=8:0:7
+GRLNET_LT_VERSION=1:8:1
+GRLPLS_LT_VERSION=0:3:0
AC_SUBST([GRL_LT_VERSION])
AC_SUBST([GRLNET_LT_VERSION])
diff --git a/src/data/grl-media-audio.c b/src/data/grl-media-audio.c
index 41d904f..2b0f516 100644
--- a/src/data/grl-media-audio.c
+++ b/src/data/grl-media-audio.c
@@ -148,6 +148,8 @@ grl_media_audio_set_lyrics (GrlMediaAudio *audio, const gchar *lyrics)
* @mb_album_id: the MusicBrainz album identifier
*
* Set the MusicBrainz album identifier of the audio
+ *
+ * Since: 0.2.11
*/
void
grl_media_audio_set_mb_album_id (GrlMediaAudio *audio, const gchar *mb_album_id)
@@ -441,6 +443,8 @@ grl_media_audio_get_lyrics_nth (GrlMediaAudio *audio, guint index)
* @audio: the media instance
*
* Returns: the MusicBrainz album identifier
+ *
+ * Since: 0.2.11
*/
const gchar *
grl_media_audio_get_mb_album_id (GrlMediaAudio *audio)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]