[totem] 2.29.3



commit f533b36f128d18e3a049fb22fcda06d8fcfcc2d6
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Jan 26 11:25:45 2010 +0000

    2.29.3

 NEWS         |   25 +++++++++++++++++++++++++
 configure.in |    2 +-
 2 files changed, 26 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6f41aad..74b5ec2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,30 @@
 New features and significant updates in version...
 
+2.29.3:
+* Movie Player:
+  - Add GConf key to disable all the keyboard shortcuts
+  - Implement type-ahead search
+  - Display embedded cover images in audio streams
+  - Add "fullscreen" button in the main video UI
+  - Fix for new TotemPlParser API
+  - Fix the time elapsed not showing up in the status bar
+    with newer GTK+
+  - Fix translation of skip menu items in RTL languages
+  - Make "Esc" passing the keyboard focus to the video canvas
+  - Close RTSP streams, and clean up temporary buffer files on exit
+
+* Web browser plugin:
+  - Fix a number of Javascript functions not working in the QuickTime plugin
+  - Implement SetURL for QuickTime
+
+* Plugins:
+  - Remove built-in DVB support, and rely on gnome-dvb-daemon instead
+  - Convert D-Bus plugin to MPRIS plugin
+
+* GStreamer backend:
+  - Fix playback of files from archives
+  - Make track switching faster
+
 2.29.2 (changes since latest stable 2.28.4 release):
 * General:
   - Add disk buffering for QuickTime and Flash video files,
diff --git a/configure.in b/configure.in
index 9c05acd..a937ce7 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, 29)
-m4_define(totem_version_micro, 2)
+m4_define(totem_version_micro, 3)
 
 AC_INIT([totem],
         [totem_version_major.totem_version_minor.totem_version_micro],



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