[grilo/0.2.x] Release 0.2.1



commit c6a6f85caff82306f67368f6c25131dcefaf1771
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Wed Oct 3 06:56:02 2012 +0000

    Release 0.2.1

 AUTHORS      |    1 +
 NEWS         |   25 +++++++++++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 28 insertions(+), 2 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 4563782..7a9e48b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -4,6 +4,7 @@ Iago Toral Quiroga <itoral igalia com>
 Joaquim Rocha <jrocha igalia com>
 Juan A. Suarez Romero <jasuarez igalia com>
 Lionel Landwerlin <lionel g landwerlin linux intel com>
+Mathias Hasselmann <mathias openismus com>
 Sam Thursfield <sam thursfield codethink co uk>
 Simon Pena Placer <spenap gmail com>
 VÃctor Manuel JÃquez Leal <vjaquez igalia com>
diff --git a/NEWS b/NEWS
index d936e5c..4daa8a9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+NEW in 0.2.1
+============
+
+  * Use G_MODULE_BIND_LOCAL to load modules
+  * Less disturbances using warnings instead of errors
+  * Add option to disable Test UI
+  * Several fixes, including:
+    * BGO#681757 - grilo-tests / pointer from int
+    * BGO#681983 - Pointer cast warning in grl-source.c
+    * BGO#681984 - sync source functions freeze on bad pre-conditions
+    * BGO#681992 - C++ guards missing in some header files
+    * BGO#682024 - Uninitialized data access in grl_source_get_media_from_uri()
+    * BGO#682791 - Fix display of non-ASCII strings in test-ui
+    * BGO#682793 - Clarify some documentations
+    * BGO#682855 - Memory leak in grl_source_test_media_from_uri_sync()
+    * BGO#685161 - grl_source_store() causes segfault if the plugin reports an error
+    * BGO#685169 - grl_source_store() doesn't obey GRL_WRITE_NORMAL
+
+  * Contributors to this release:
+    * Bastien Nocera <hadess hadess net>
+    * Jens Georg <jensg openismus com>
+    * Juan A. Suarez Romero <jasuarez igalia com>
+    * Mathias Hasselmann <mathias openismus com>
+
+
 NEW in 0.2.0
 ============
 
diff --git a/configure.ac b/configure.ac
index b2a26d7..553305c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,8 +44,8 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 # 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=1:0:0
-GRLNET_LT_VERSION=0:1:0
+GRL_LT_VERSION=1:1:0
+GRLNET_LT_VERSION=0:2:0
 
 AC_SUBST([GRL_LT_VERSION])
 AC_SUBST([GRLNET_LT_VERSION])



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