[totem] 2.30.1



commit 3f8ae7afeb7bbdfb03f039e99eb5b259e892936d
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Apr 27 10:24:12 2010 +0100

    2.30.1

 NEWS         |   20 ++++++++++++++++++++
 configure.in |    2 +-
 2 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index d82efaa..0bd77d0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,25 @@
 New features and significant updates in version...
 
+2.30.1:
+* Movie Player:
+  - Fix artifacts and flashing or black screen when paused
+  - Better download buffering handling
+  - Fix crasher when PyGTK is badly installed
+  - Avoid problems with seeking when pausing the video too early
+  - Fix link to Totem website in error messages
+  - Disable seeking in DVD menus
+  - Make Eject menu item work for DVDs
+  - Fix playback from FTP sites
+
+* Plugins:
+  - Port Tracker plugin to Tracker 0.8
+  - Make YouTube plugin work again for latest site changes
+
+* Browser Plugin:
+  - Add download buffering support even when streaming from
+    the browser itself
+  - Fix playback on the Apple trailers site, and add seeking support
+
 2.30.0:
 * Updated translations
 
diff --git a/configure.in b/configure.in
index e297e60..8064df6 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, 30)
-m4_define(totem_version_micro, 0)
+m4_define(totem_version_micro, 1)
 
 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]