[grilo] Bumped to version 0.1.7



commit 24ab6085bd0c00b02101b2b280385372c58a82a9
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Mon Jan 10 10:34:29 2011 +0100

    Bumped to version 0.1.7
    
    Signed-off-by: Juan A. Suarez Romero <jasuarez igalia com>

 AUTHORS      |    1 +
 NEWS         |   37 +++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 39 insertions(+), 1 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 3e8cf42..3d21e0f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,3 +1,4 @@
+Damien Lespiau <damien lespiau intel com>
 Iago Toral Quiroga <itoral igalia com>
 Joaquim Rocha <jrocha igalia com>
 Juan A. Suarez Romero <jasuarez igalia com>
diff --git a/NEWS b/NEWS
index a4c9282..0490dbd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+NEW in 0.1.7
+============
+
+  * Several fixes, including fixes for:
+    * GB#627864 - log: Revamp the log system
+    * GB#628506 - rename the GRL_ERROR quark to GRL_CORE_ERROR
+    * GB#629369 - Make get_sources and get_sources_by_operations accessible from
+      JavaScript
+    * GB#630493 - Using full resolution during searches will cause an
+      uninitialised pointer access
+    * GB#635394 - Add ability to get video URL from page URL, or <embed> URL
+  * Added Grilo Net Web Client (GrlNetWc)
+  * Implemented grl_multiple_get_media_from_site(): build a GrlMedia from given
+    a site url
+  * Implemented grl_plugin_registry_add_config_from_file(): load plugin
+    configuration from a file
+  * Added a GError parameter to GrlPluginRegistry functions that can fail
+  * Added new GrlCoreError
+  * Log system revamp
+  * Improved documentation
+  * Improved gobject introspection annotations
+  * Improved Vala bindings
+  * Using functions instead of definitions in grl-media-plugin
+  * Updated tests infrastructure
+  * Added new python tests using gobject introspection
+
+  * Contributors to this release:
+    Chris Lord <chris linux intel com>
+    Damien Lespiau <damien lespiau intel com>
+    Fabien Lebaillif - Delamare <fabien developers arq-media com>
+    Guillaume Emont <gemont igalia com>
+    Iago Toral Quiroga <itoral igalia com>
+    Juan A. Suarez Romero <jasuarez igalia com>
+    Simon Pena <spena igalia com>
+    Víctor Manuel Jáquez Leal <vjaquez igalia com>
+
+
 NEW in 0.1.6
 ============
 
diff --git a/configure.ac b/configure.ac
index 3df1d5f..b49cc1c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ m4_define([prj_name],    [grilo])
 m4_define([prj_gir_name], [Grilo])
 m4_define([grl_major_version], [0])
 m4_define([grl_minor_version], [1])
-m4_define([grl_micro_version], [6])
+m4_define([grl_micro_version], [7])
 m4_define([prj_version], grl_major_version.grl_minor_version.grl_micro_version)
 
 AC_INIT([prj_name], [prj_version])



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