summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--NEWS14
-rw-r--r--configure.in4
3 files changed, 23 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2dbab97d4..243b5dbe3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+============ Version 2.16.1
+
+2006-09-07 Bastien Nocera <hadess@hadess.net>
+
+ * NEWS: upd
+ * configure.in: 2.16.1
+
2006-09-07 Bastien Nocera <hadess@hadess.net>
* browser-plugin/Makefile.am:
diff --git a/NEWS b/NEWS
index 0c050989e..8ba1b5e84 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,19 @@
New features and significant updates in version...
+2.16.1
+* Browser enhancement:
+ - Fix the "Open with..." menu item not showing for some supported types
+ - Hide the preferences menu item
+ - Fix playback for http://www.viftv.no
+ - Fix videos on http://www.apple.com/getamac/ stopping playing
+ - Support the "showcontrols=false" parameter, for http://www.k9media.se
+ - Fix playback of videos on http://news.sky.com
+ - Add a new plugin to support videos on http://stage6.divx.com/
+* When opening the "Skip to" dialogue, set the default to the current time
+* Fix a possible crasher when checking for an ASF reference file
+* Use the top-level title from the SMIL playlist, when there isn't an
+ entry specific one
+
2.16.0
* Add keyboard support for the DVD keys: Up, Down, Left, Right
* Add support for audio/AMR, audio/AMR-WB and Musepack
diff --git a/configure.in b/configure.in
index 7b7ff0503..0bd47c73f 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, 0)
+m4_define(totem_version_micro, 1)
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=3:1:2
+PLPARSER_LT_VERSION=4:0:3
AC_SUBST(PLPARSER_LT_VERSION)
TOTEM_VERSION_MAJOR=totem_version_major