summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2010-04-27 10:24:12 +0100
committerBastien Nocera <hadess@hadess.net>2010-04-27 10:24:12 +0100
commit3f8ae7afeb7bbdfb03f039e99eb5b259e892936d (patch)
tree80c89c1503015d3a87eee651667c8bc81e1c85d4
parente17595407217defbd08c363bb5202889558ccba3 (diff)
downloadtotem-3f8ae7afeb7bbdfb03f039e99eb5b259e892936d.tar.gz
2.30.1V_2_30_1
-rw-r--r--NEWS20
-rw-r--r--configure.in2
2 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d82efaa4c..0bd77d0c3 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 e297e608d..8064df6a6 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],