[totem] 2.90.5



commit 99169b4ecb87a7b8e0cf48a3fce1a0c4425cd1a3
Author: Philip Withnall <philip tecnocode co uk>
Date:   Tue Jul 13 21:25:39 2010 +0100

    2.90.5

 NEWS         |   15 +++++++++++++++
 configure.in |    2 +-
 2 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index d321428..367da5a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,20 @@
 New features and significant updates in version...
 
+2.90.5:
+* Movie Player:
+  - Port from libunique to GApplication
+  - Rework cancellation in the YouTube plugin to remove races
+  - Reorganise the core code into an installed library, libtotem.so
+  - Add gobject-introspection support to this library
+  - Make it possible to build plugins out of tree by installing a few header files
+  - Remove the old Python and Vala bindings in favour of introspection
+  - Port the Python plugins to libpeas and the new bindings (note that they aren't re-enabled yet due to being too unstable)
+  - Tidy up the "Open Location" dialogue
+  - Port to the updated PeasUIConfigurable interface in libpeas 0.5.2
+
+* Browser plugin:
+  - Add support for the VLC input.length property
+
 2.90.0:
 * Movie Player:
   - Fix some strings in the BBC iPlayer plugin
diff --git a/configure.in b/configure.in
index fbbbc2c..f4d8855 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, 90)
-m4_define(totem_version_micro, 0)
+m4_define(totem_version_micro, 5)
 
 # The version of the API exposed to plugins
 m4_define(totem_api_version_major, 1)



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