[totem] 3.1.0



commit 566b38d88265df73ebc2ef212570f08931d9462a
Author: Bastien Nocera <hadess hadess net>
Date:   Tue May 10 10:11:27 2011 +0100

    3.1.0

 NEWS         |   25 +++++++++++++++++++++++++
 configure.in |    2 +-
 2 files changed, 26 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index dcd441d..3e8c27f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,30 @@
 New features and significant updates in version...
 
+3.1.0:
+* Use clutter-gst to draw the video, the
+  only major related change is simpler zoom modes
+* Use GStreamer API directly for audio preview
+  utility (used in nautilus), thumbnailer and
+  nautilus properties window
+* Show container format in the properties
+* Add ability to switch video tracks
+* Add ability to "thumbnail" DVD ISOs
+* Advertise support for audio/x-stm and audio/x-s3m
+* Fix possible dropped chapters in chapter plugin
+
+* Code:
+  - Port media-player-keys plugin to GDBus
+  - Add pylint support for all Python plugins, and fix
+    errors from it, and port all of the plugins to
+    GObject Introspection
+  - Simplify screenshot code
+
+* Removed:
+  - Remove XVidMode support in backend
+  - Remove video indexer, it wasn't used
+  - Remove thumbnail plugin which doesn't serve a purpose
+    under GNOME 3
+
 3.0.0:
 * Fix packing and spacing in the properties
 * Fix subtitle downloader and jamendo plugins
diff --git a/configure.in b/configure.in
index 90c64fd..c578067 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 AC_PREREQ(2.52)
 
 m4_define(totem_version_major, 3)
-m4_define(totem_version_minor, 0)
+m4_define(totem_version_minor, 1)
 m4_define(totem_version_micro, 0)
 
 # The version of the API exposed to plugins



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