[grilo/0.2.x] Release 0.2.15



commit d1342ea3b10fad48a655a35ea5494e2f23f5009a
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Sat Dec 19 12:32:44 2015 +0100

    Release 0.2.15

 NEWS               |   40 ++++++++++++++++++++++++++++++++++++++++
 configure.ac       |    4 ++--
 src/grl-registry.c |    2 +-
 3 files changed, 43 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 011e395..7d23be3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+NEW in 0.2.15
+=============
+
+* Updated i18n translations
+  * Support builtin plugins
+  * Bugs fixed:
+    * BGO#747026 - core: Add a way to load builtin plugins
+    * BGO#755368 - 'make clean' removes Vala .deps files
+    * BGO#755433 - grl_pls_browse_sync() is not introspectable
+    * BGO#755516 - build: fix build due syntax error
+    * BGO#755702 - Show better configuration information
+    * BGO#758654 - Fix tracker serialisation
+    * BGO#758655 - grl-launch fixes
+
+  * Contributors to this release:
+    Alexandre Franke <alexandre franke gmail com>
+    Anders Jonsson <anders jonsson norsjovallen se>
+    Ask Hjorth Larsen <asklarsen gmail com>
+    Bastien Nocera <hadess hadess net>
+    Bernd Homuth <dev hmt im>
+    Cédric Valmary <cvalmary yahoo fr>
+    Fran Dieguez <fran openhost es>
+    Inaki Larranaga Murgoitio <dooteo zundan com>
+    Juan A. Suarez Romero <jasuarez igalia com>
+    Marek Černocký <marek manet cz>
+    Matej Urbančič <mateju svn gnome org>
+    Muhammet Kara <muhammetk gmail com>
+    Pedro Albuquerque <palbuquerque73 gmail com>
+    Piotr Drąg <piotrdrag gmail com>
+    Rafael Fontenelle <rffontenelle gmail com>
+    Seong-ho Cho <shcho gnome org>
+    Stas Solovey <whats_up tut by>
+    Victor Toso <me victortoso com>
+    Wolfgang Stöggl <c72578 yahoo de>
+    Xavier Claessens <xavier claessens collabora com>
+    Yosef Or Boczko <yoseforb src gnome org>
+    Марко Костић <marko m kostic gmail com>
+    Милош Поповић <gpopac gmail com>
+
+
 NEW in 0.2.14
 =============
 
diff --git a/configure.ac b/configure.ac
index 7e970e4..6ad4917 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,8 +57,8 @@ 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=10:0:9
-GRLNET_LT_VERSION=1:9:1
+GRL_LT_VERSION=11:0:10
+GRLNET_LT_VERSION=1:10:1
 GRLPLS_LT_VERSION=0:5:0
 
 AC_SUBST([GRL_LT_VERSION])
diff --git a/src/grl-registry.c b/src/grl-registry.c
index 3948c02..0762066 100644
--- a/src/grl-registry.c
+++ b/src/grl-registry.c
@@ -1372,7 +1372,7 @@ grl_registry_load_plugin (GrlRegistry *registry,
  *
  * Returns: %TRUE if the plugin is initialised correctly
  *
- * Since: 0.3.0
+ * Since: 0.2.15
  */
 gboolean
 grl_registry_load_plugin_from_desc (GrlRegistry *registry,


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