summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2006-11-14 16:03:09 +0000
committerBastien Nocera <hadess@src.gnome.org>2006-11-14 16:03:09 +0000
commit2c60cb6d9b1d09e09a84a4354cb063fd74b7b309 (patch)
treec99c2a0adf3e099fd5a30fadb3526e5ba9bec45f
parentdeb2cb98a4233ca1356465a13e4dc62bc1204a09 (diff)
downloadtotem-2c60cb6d9b1d09e09a84a4354cb063fd74b7b309.tar.gz
upd 2.16.3V_2_16_3
2006-11-14 Bastien Nocera <hadess@hadess.net> * NEWS: upd * configure.in: 2.16.3
-rw-r--r--ChangeLog7
-rw-r--r--NEWS18
-rw-r--r--configure.in4
3 files changed, 27 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e63c81179..73bd70327 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+============ Version 2.16.3
+
+2006-11-14 Bastien Nocera <hadess@hadess.net>
+
+ * NEWS: upd
+ * configure.in: 2.16.3
+
2006-11-09 Bastien Nocera <hadess@hadess.net>
* data/totem.glade: Patch from Lubomir Marinov to make the "Zoom
diff --git a/NEWS b/NEWS
index 113ebfddc..e6e14cc96 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,23 @@
New features and significant updates in version...
+2.16.3:
+ * Better accessibility support in the volume button
+ * Browser plugin:
+ - Restart accepting streams that aren't from the supported mime-type
+ there are too many broken sites for now
+ - Don't crash when printing a page with the plugin
+ - Don't destroy a stream if we don't have one
+ - Fix some cases where the server gives a playlist, and we never start the
+ video viewer
+ - Catch errors after playback has started
+ * Playlist parser:
+ - Avoid D-Bus warnings with newer D-Bus versions
+ - Avoid trying to allocate loads of memory when gnome-vfs fails
+ * GStreamer backend:
+ - Avoid crashes when files contain non-UTF-8 metadata
+ - Avoid deadlocks when getting redirect streams
+ - Make the "automatically resize window" and resize menu items work again
+
2.16.2
* Playlist parser:
- Handle playlists linked inside playlists as used on kinkfm.com
diff --git a/configure.in b/configure.in
index 8190fb18d..33c90d466 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, 16)
-m4_define(totem_version_micro, 2)
+m4_define(totem_version_micro, 3)
AC_INIT([totem],
[totem_version_major.totem_version_minor.totem_version_micro],
@@ -42,7 +42,7 @@ DBUS_REQS=0.35
# - If binary compatibility has been broken (eg removed or changed interfaces)
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-PLPARSER_LT_VERSION=4:1:3
+PLPARSER_LT_VERSION=4:2:3
AC_SUBST(PLPARSER_LT_VERSION)
TOTEM_VERSION_MAJOR=totem_version_major