[grilo] Release 0.2.10



commit d88e91c9abc801266f3a5a06b3d9689307f6d9ba
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Wed Mar 19 12:04:31 2014 +0000

    Release 0.2.10

 NEWS                 |   29 +++++++++++++++++++++++++++++
 configure.ac         |    6 +++---
 src/data/grl-media.c |    4 ++++
 src/grl-registry.c   |    2 ++
 4 files changed, 38 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index a7e4a07..6b2a1ad 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+NEW in 0.2.10
+=============
+
+  * Increase glib requirement to 2.34 or greater
+  * Added new property in GrlSource: "source-tags"
+  * Added new signal in GrlRegistry: "metadata-key-added"
+  * Added new functions: grl_media_{set,get}_size()
+  * Added new key: GRL_METADATA_KEY_SIZE
+  * Updated man page
+  * Several fixes, including:
+    * BGO#629002 - Add GRL_METADATA_KEY_SIZE
+    * BGO#724019 - core: Add "source-tags" property
+    * BGO#724648 - Vala dependency is not correctly detected
+    * BGO#724658 - test-ui: Fix crasher on exit
+    * BGO#724660 - Warnings on exit
+    * BGO#724871 - Warning fixes
+    * BGO#725419 - core: Add names to all the timeouts and idles
+    * BGO#726197 - grilo should not ignore ${libdir} and hardcode lib64
+    * BGO#726340 - core: Add guards for public API
+  * Added/Updated support for i18n
+    * Swedish (new)
+
+  * Contributors to this release:
+    Bastien Nocera <hadess hadess net>
+    Juan A. Suarez Romero <jasuarez igalia com>
+    Marcus Lundblad <ml update uu se>
+    Ryan Lortie <desrt desrt ca>
+
+
 NEW in 0.2.9
 ============
 
diff --git a/configure.ac b/configure.ac
index 31c67c3..4772bd8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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=6:1:5
-GRLNET_LT_VERSION=1:6:1
-GRLPLS_LT_VERSION=0:1:0
+GRL_LT_VERSION=7:0:6
+GRLNET_LT_VERSION=1:7:1
+GRLPLS_LT_VERSION=0:2:0
 
 AC_SUBST([GRL_LT_VERSION])
 AC_SUBST([GRLNET_LT_VERSION])
diff --git a/src/data/grl-media.c b/src/data/grl-media.c
index 1e5ffee..cbed2d8 100644
--- a/src/data/grl-media.c
+++ b/src/data/grl-media.c
@@ -1125,6 +1125,8 @@ grl_media_set_keyword (GrlMedia *media,
  * @size: the size in bytes
  *
  * Set the size of the media
+ *
+ * Since: 0.2.10
  */
 void
 grl_media_set_size (GrlMedia *media, gint size)
@@ -1810,6 +1812,8 @@ grl_media_get_keyword_nth (GrlMedia *media,
  * @media: the media object
  *
  * Returns: the media's size, in bytes or -1 if unknown.
+ *
+ * since: 0.2.10
  */
 gint
 grl_media_get_size (GrlMedia *media)
diff --git a/src/grl-registry.c b/src/grl-registry.c
index dc3cff8..4af5b1e 100644
--- a/src/grl-registry.c
+++ b/src/grl-registry.c
@@ -170,6 +170,8 @@ grl_registry_class_init (GrlRegistryClass *klass)
    * @key: the name of the new key added
    *
    * Signals that a new metadata key has been registered.
+   *
+   * Since: 0.2.10
    */
   registry_signals[SIG_METADATA_KEY_ADDED] =
     g_signal_new("metadata-key-added",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]