summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--NEWS32
-rw-r--r--configure.in4
3 files changed, 41 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index adddee1c3..561f2f788 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+============ Version 2.20.0
+
+2007-09-16 Bastien Nocera <hadess@hadess.net>
+
+ * NEWS: upd
+ * configure.in: 2.20.0
+
2007-09-05 Bastien Nocera <hadess@hadess.net>
* src/plparse/totem-disc.c: (totem_cd_detect_type_with_url):
diff --git a/NEWS b/NEWS
index 394f58024..c7926fb48 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,37 @@
New features and significant updates in version...
+2.20.0
+* Better error when there's no DVD plugins available
+* Fix dropping URLs from Firefox/Mozilla-based browsers
+* Fix the media players key plugin not starting automatically
+* Stop the screensaver when we're playing, not only in fullscreen
+* Fix the visuals plugins list being always empty
+* Don't allow seeking when there's no files loaded
+* Don't ask the user twice whether to disable visualisations when
+ running remotely
+* Disable the Eject menu item, as it's not working properly
+* Don't rebuild the drives list for each click on the Movie menu
+* Add audio/off and audio/x-sbc as supported
+
+* Browser plugin:
+ - Stop the play button glowing when we click play
+ - Don't call out to the viewer if it's not started yet
+ - Stop the screensaver when we're playing
+ - Show an icon in the about dialogue
+
+* Playlist parser:
+ - Add starttime and endtime support for RAM files
+ - When getting a cdda:/// URL, use the canonical device,
+ not the link to the device
+ - Push the duration attribute for PLS files
+ - Don't crash or eject the CD/DVD when trying to play a disc
+ that's not mounted
+
+* Fix some problems when the position (0->1.0) doesn't match
+ time elapsed/duration (xine-lib)
+* Start playback when running "totem dvb:" (xine-lib)
+* Fix a crash when trying to use "totem dvb:" (GStreamer)
+
2.19.90
* Make the default window size bigger on first startup
* Remove most of the flicker from the waiting cursor on startup
diff --git a/configure.in b/configure.in
index f77496d6c..2dca59a98 100644
--- a/configure.in
+++ b/configure.in
@@ -1,8 +1,8 @@
AC_PREREQ(2.52)
m4_define(totem_version_major, 2)
-m4_define(totem_version_minor, 19)
-m4_define(totem_version_micro, 90)
+m4_define(totem_version_minor, 20)
+m4_define(totem_version_micro, 0)
AC_INIT([totem],
[totem_version_major.totem_version_minor.totem_version_micro],