[totem] 2.90.0



commit 1ebcf48674c1638e8f6c5a0d07831e6a7ca2ff11
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sat Jun 19 19:30:05 2010 +0100

    2.90.0

 NEWS         |   23 +++++++++++++++++++++++
 configure.in |    2 +-
 2 files changed, 24 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0bd77d0..d321428 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,28 @@
 New features and significant updates in version...
 
+2.90.0:
+* Movie Player:
+  - Fix some strings in the BBC iPlayer plugin
+  - Support async loading of playlists
+  - Fix window resizing when showing/hiding the controls and sidebar
+  - Add deinterlacing to the preferences
+  - Add support for accurate seeking
+  - Add WebM support
+  - Port to GDBus
+  - Port to libpeas for plugin handling (porting the C plugins, but disabling the Python and Vala ones)
+
+* Browser plugin:
+  - Fix URL parameter usage in the GMP plugin
+  - Fix the position when the QT plugin gets to the EOS
+  - Add support for the input.time and togglePause VLC JavaScript API
+  - Add support for the VLC toolbar argument
+  - Initialise GType support when called into
+
+* GStreamer backend:
+  - Implement deinterlacing support and turn on automatic deinterlacing by default
+  - Fix constant buffering when playing live streams
+  - Ensure the widget uses the system colourmap
+
 2.30.1:
 * Movie Player:
   - Fix artifacts and flashing or black screen when paused
diff --git a/configure.in b/configure.in
index 171bb77..3f1a6f3 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 AC_PREREQ(2.52)
 
 m4_define(totem_version_major, 2)
-m4_define(totem_version_minor, 31)
+m4_define(totem_version_minor, 90)
 m4_define(totem_version_micro, 0)
 
 AC_INIT([totem],



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