[totem/gnome-2-28] 2.28.5



commit 8bea2f5e1052844678e8867fcb82475cc5f7cff6
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Dec 11 16:23:44 2009 +0000

    2.28.5

 NEWS         |    8 ++++++++
 configure.in |    3 ++-
 2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 643419f..b86d7ea 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
 New features and significant updates in version...
 
+2.28.5:
+* YouTube plugin:
+  - Fix progress bar when search returns no results
+
+* Movie Player:
+  - Fix status bar when compiling against newer GTK+
+  - Fix translation of the skip menu items when in RTL languages
+
 2.28.4:
 * Movie Player:
   - Don't hide the fullscreen popups when the mouse is on top of them
diff --git a/configure.in b/configure.in
index 12914c2..cc08c01 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_PREREQ(2.52)
 
 m4_define(totem_version_major, 2)
 m4_define(totem_version_minor, 28)
-m4_define(totem_version_micro, 4)
+m4_define(totem_version_micro, 5)
 
 AC_INIT([totem],
         [totem_version_major.totem_version_minor.totem_version_micro],
@@ -11,6 +11,7 @@ AC_INIT([totem],
 AC_CONFIG_SRCDIR([src/totem.c])
 AC_CONFIG_HEADERS([config.h])
 
+AM_MAINTAINER_MODE()
 AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip check-news subdir-objects])
 
 # Enable silent build when available (Automake 1.11)



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