summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2008-06-11 12:35:19 +0000
committerBastien Nocera <hadess@src.gnome.org>2008-06-11 12:35:19 +0000
commit79a1fcae4b06e2cf6965b954df261acc9df45cb0 (patch)
tree4f5615a903e9d49bef7eecca295d7d9eeeb19968
parent752d9ecd4f9ecc01e56b7d79df7726e9de17af3f (diff)
downloadtotem-79a1fcae4b06e2cf6965b954df261acc9df45cb0.tar.gz
upd 2.23.4V_2_23_4
2008-06-11 Bastien Nocera <hadess@hadess.net> * NEWS: upd * configure.in: 2.23.4 svn path=/trunk/; revision=5466
-rw-r--r--ChangeLog7
-rw-r--r--NEWS25
-rw-r--r--configure.in2
3 files changed, 33 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c82854d39..3cfcee390 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+============ Version 2.23.4
+
+2008-06-11 Bastien Nocera <hadess@hadess.net>
+
+ * NEWS: upd
+ * configure.in: 2.23.4
+
2008-06-11 Bastien Nocera <hadess@hadess.net>
* browser-plugin/tests/10-data/*:
diff --git a/NEWS b/NEWS
index d3e5598f8..25a36e26c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,30 @@
New features and significant updates in version...
+2.23.4:
+* Remove gnome-vfs requirements, all over
+* Better help output when wrong arguments are passed
+* Automatically remove files from the playlist when they've been
+ removed from the filesystem
+* Bug fixes for build on MacOS X with native GTK+
+* Always use files on fuse when available
+* Plenty of small bug fixes
+
+* Thumbnailer:
+ - When a file contains cover art, use the art as the thumbnail
+
+* Web browser plugin:
+ - Remove mozilla specific requirements
+ - Show stream titles in fullscreen
+ - Add double-click -> fullscreen
+ - Hide controls by default in the Cone (VLC) plugin
+ - Implement Playlist::isplaying for Cone
+
+* Plugins:
+ - Remove need to configure the MythTV plugin, use UPNP instead
+ - Add a progress bar to the YouTube plugin
+ - Add support for high-res YouTube videos
+ - Use ~/.local/share/totem/plugins/ for user-plugins
+
2.23.3:
* Update FSF address in the sources
* Use GIO when a GIO source isn't available (xine-lib, GStreamer)
diff --git a/configure.in b/configure.in
index 83ebcbcfe..4e9cfab4e 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, 23)
-m4_define(totem_version_micro, 3)
+m4_define(totem_version_micro, 4)
AC_INIT([totem],
[totem_version_major.totem_version_minor.totem_version_micro],