[grilo/debian: 31/33] Bump to version 0.1.8



commit 145a3deb036016ba4adb6f2e3dffdb11526d31f5
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Thu Jan 27 18:00:53 2011 +0000

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

 NEWS                   |   20 ++++++++++++++++++++
 configure.ac           |    2 +-
 src/data/grl-config.c  |    8 ++++++++
 src/grl-media-source.c |    2 ++
 4 files changed, 31 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0490dbd..4103ec4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+NEW in 0.1.8
+============
+
+  * Several fixes
+  * Improved documentation
+  * Reworked GrlConfig
+  * Added new types and functions in GrlConfig
+  * Added padded for public structures
+  * Added sync version of grl_media_source_get_media_from_uri()
+  * Several fixes and improvements in test-ui
+
+  * Contributors to this release:
+    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>
+    Jussi Kukkonen <jku linux intel com>
+    Lionel Landwerlin <lionel g landwerlin linux intel com>
+
+
 NEW in 0.1.7
 ============
 
diff --git a/configure.ac b/configure.ac
index 979b870..58270c4 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], [7])
+m4_define([grl_micro_version], [8])
 m4_define([prj_version], grl_major_version.grl_minor_version.grl_micro_version)
 
 AC_INIT([prj_name], [prj_version])
diff --git a/src/data/grl-config.c b/src/data/grl-config.c
index 19d31a6..7c92b98 100644
--- a/src/data/grl-config.c
+++ b/src/data/grl-config.c
@@ -292,6 +292,8 @@ grl_config_set_api_secret (GrlConfig *config, const gchar *secret)
  * @username: the username
  *
  * Set the username in the configuration
+ *
+ * Since: 0.1.8
  */
 void
 grl_config_set_username (GrlConfig *config, const gchar *username)
@@ -307,6 +309,8 @@ grl_config_set_username (GrlConfig *config, const gchar *username)
  * @password: the password
  *
  * Set the password in the configuration
+ *
+ * Since: 0.1.8
  */
 void
 grl_config_set_password(GrlConfig *config, const gchar *password)
@@ -381,6 +385,8 @@ grl_config_get_api_secret (GrlConfig *config)
  * @config: the config instance
  *
  * Returns: the username
+ *
+ * Since: 0.1.8
  */
 gchar *
 grl_config_get_username (GrlConfig *config)
@@ -394,6 +400,8 @@ grl_config_get_username (GrlConfig *config)
  * @config: the config instance
  *
  * Returns: the password
+ *
+ * Since: 0.1.8
  */
 gchar *
 grl_config_get_password(GrlConfig *config)
diff --git a/src/grl-media-source.c b/src/grl-media-source.c
index 39d6b7b..e5312d8 100644
--- a/src/grl-media-source.c
+++ b/src/grl-media-source.c
@@ -2455,6 +2455,8 @@ grl_media_source_get_media_from_uri (GrlMediaSource *source,
  * resolution.
  *
  * This method is synchronous.
+ *
+ * Since: 0.1.8
  */
 GrlMedia *
 grl_media_source_get_media_from_uri_sync (GrlMediaSource *source,



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