[grilo/debian: 5/7] Bump to version 0.1.11



commit 9c95a81ef4aa1fa07da0fcdbeb298587f2153c61
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Thu Mar 17 22:22:35 2011 +0100

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

 AUTHORS                    |    1 +
 NEWS                       |   11 +++++++++++
 configure.ac               |    2 +-
 src/data/grl-media-video.c |   12 ++++++++++++
 4 files changed, 25 insertions(+), 1 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index e59bbfe..c0db170 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -3,6 +3,7 @@ Guillaume Emont <gemont igalia com>
 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>
 Simon Pena Placer <spenap gmail com>
 Víctor Manuel Jáquez Leal <vjaquez igalia com>
 Xabier Rodriguez Calvar <xrcalvar igalia com>
diff --git a/NEWS b/NEWS
index 7e015e0..5c8ea84 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+NEW in 0.1.11
+=============
+
+  * Fixed a segmentation fault
+  * Added new keys
+
+  * Contributors to this release:
+    Juan A. Suarez Romero <jasuarez igalia com>
+    Lionel Landwerlin <lionel g landwerlin linux intel com>
+
+
 NEW in 0.1.10
 =============
 
diff --git a/configure.ac b/configure.ac
index c307620..207c305 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], [10])
+m4_define([grl_micro_version], [11])
 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-media-video.c b/src/data/grl-media-video.c
index c390a7b..77c7929 100644
--- a/src/data/grl-media-video.c
+++ b/src/data/grl-media-video.c
@@ -158,6 +158,8 @@ grl_media_video_set_framerate (GrlMediaVideo *video, gfloat framerate)
  * @season: the video's season
  *
  * Sets the season number of the video
+ *
+ * Since: 0.1.11
  */
 void
 grl_media_video_set_season (GrlMediaVideo *video, gint season)
@@ -171,6 +173,8 @@ grl_media_video_set_season (GrlMediaVideo *video, gint season)
  * @episode: the video's episode
  *
  * Sets the episode number of the video
+ *
+ * Since: 0.1.11
  */
 void
 grl_media_video_set_episode (GrlMediaVideo *video, gint episode)
@@ -184,6 +188,8 @@ grl_media_video_set_episode (GrlMediaVideo *video, gint episode)
  * @show: the video's show name
  *
  * Sets the show title of the video
+ *
+ * Since: 0.1.11
  */
 void
 grl_media_video_set_show (GrlMediaVideo *video, const gchar *show)
@@ -238,6 +244,8 @@ grl_media_video_get_framerate (GrlMediaVideo *video)
  * @video: the media instance
  *
  * Returns: the season number of the video
+ *
+ * Since: 0.1.11
  */
 gint
 grl_media_video_get_season (GrlMediaVideo *video)
@@ -250,6 +258,8 @@ grl_media_video_get_season (GrlMediaVideo *video)
  * @video: the media instance
  *
  * Returns: the episode number of the video
+ *
+ * Since: 0.1.11
  */
 gint
 grl_media_video_get_episode (GrlMediaVideo *video)
@@ -262,6 +272,8 @@ grl_media_video_get_episode (GrlMediaVideo *video)
  * @video: the media instance
  *
  * Returns: the show title of the video
+ *
+ * Since: 0.1.11
  */
 const gchar *
 grl_media_video_get_show (GrlMediaVideo *video)



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