summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan A. Suarez Romero <jasuarez@igalia.com>2010-07-29 17:24:05 +0200
committerJuan A. Suarez Romero <jasuarez@igalia.com>2010-08-26 18:39:21 +0200
commitdf92cb1412e1c44e27c57afeab13c152062a1e10 (patch)
tree5b48904c48dde2fbe6b5885f6692e5eb84a81511
parent1bbb33f76075cdfda3b480d80b2cbb2559dc1f06 (diff)
downloadgrilo-df92cb1412e1c44e27c57afeab13c152062a1e10.tar.gz
Bumped to version 0.1.6grilo-0.1.6
-rw-r--r--AUTHORS9
-rw-r--r--NEWS64
-rw-r--r--configure.ac2
3 files changed, 68 insertions, 7 deletions
diff --git a/AUTHORS b/AUTHORS
index 25dbfb5..3e8cf42 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,9 +1,6 @@
Iago Toral Quiroga <itoral@igalia.com>
-* Core development
-
+Joaquim Rocha <jrocha@igalia.com>
Juan A. Suarez Romero <jasuarez@igalia.com>
-* Core development
-
+Simon Pena Placer <spenap@gmail.com>
Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
-* Vala bindings
-
+Xabier Rodriguez Calvar <xrcalvar@igalia.com>
diff --git a/NEWS b/NEWS
index d6f06de..a4c9282 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+NEW in 0.1.6
+============
+
+ * Several fixes, including fixes for GB#620143, GB#62047 and GB#627207
+ * Use SILENCE mode when building
+ * Added (un)serialization API to GrlMedia
+ * New metadata key system based on GParamSpec
+ * Added API to get all available keys
+ * Added API to initialize Grilo
+ * Added API to search in several plugins at the same time
+ * Added API with utility functions
+ * Added command-line options
+ * Use XML to define plugins
+ * Added new keys: external-url, external-player, studio, certificate and license
+ * grl_media_source_metadata() is cancelable
+ * Handle flickr authorization in test-ui
+ * Added synchronous functions for the asynchronous partners
+ * Added grl-inspect utility
+ * Renamed grl_plugin_registry_get_instance() to grl_plugin_registry_get_default()
+ * Improved Vala bindings
+ * Improved GObject introspection support
+
+ * Contributors to this release:
+ Damien Lespiau <damien.lespiau@intel.com>
+ Eduardo Lima Mitev <elima@igalia.com>
+ Iago Toral Quiroga <itoral@igalia.com>
+ iain <iain@linux.intel.com>
+ Joaquim Rocha <jrocha@igalia.com>
+ Juan A. Suarez Romero <jasuarez@igalia.com>
+ Simón Pena <spenap@gmail.com>
+ Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
+ Xabier Rodriguez Calvar <xrcalvar@igalia.com>
+
+
NEW in 0.1.5
============
@@ -10,6 +44,14 @@ NEW in 0.1.5
* Improved build system
* Added Vimeo plugin support to test-ui
+ * Contributors to this release:
+ Iago Toral Quiroga <itoral@igalia.com>
+ José Dapena Paz <jdapena@igalia.com>
+ Juan A. Suarez Romero <jasuarez@igalia.com>
+ Stefan Kost <ensonic@users.sf.net>
+ Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
+ Xabier Rodriguez Calvar <xrcalvar@igalia.com>
+
NEW in 0.1.4
============
@@ -25,6 +67,13 @@ NEW in 0.1.4
* Renamed grl_plugins_get_sources_by_capabilities() to
grl_plugins_get_sources_by_operations()
+ * Contributors to this release:
+ Eduardo Lima Mitev <elima@igalia.com>
+ Iago Toral Quiroga <itoral@igalia.com>
+ Juan A. Suarez Romero <jasuarez@igalia.com>
+ Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
+ Xabier Rodriguez Calvar <xrcalvar@igalia.com>
+
NEW in 0.1.3
============
@@ -35,6 +84,11 @@ NEW in 0.1.3
* Test-UI: some improvements
* Documentation: add gtk-doc for GrlMediaPlugin and GrlMetadataSource
+ * Contributors to this release:
+ Iago Toral Quiroga <itoral@igalia.com>
+ Juan A. Suarez Romero <jasuarez@igalia.com>
+ Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
+
NEW in 0.1.2
============
@@ -43,8 +97,18 @@ NEW in 0.1.2
* Fixed some bugs
* Started initial support for gtk-doc
+ * Contributors to this release:
+ Juan A. Suarez Romero <jasuarez@igalia.com>
+ Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
+
NEW in 0.1.1
============
* First release
+
+ * Contributors to this release:
+ Iago Toral <itoral@igalia.com>
+ Juan A. Suarez Romero <jasuarez@igalia.com>
+ Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
+
diff --git a/configure.ac b/configure.ac
index 98c009a..a8207b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@
# Copyright (C) 2010 Igalia S.L.. All rights reserved.
m4_define([prj_name], [grilo])
-m4_define([prj_version], [0.1.5])
+m4_define([prj_version], [0.1.6])
m4_define([prj_gir_name], [Grilo])
AC_INIT([prj_name], [prj_version])