diff options
author | Bastien Nocera <hadess@hadess.net> | 2006-09-07 22:34:00 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@src.gnome.org> | 2006-09-07 22:34:00 +0000 |
commit | c572497d65fccba1dd3dc4fa424b0ef063811f53 (patch) | |
tree | dc81e40cba0b4c8880b2d67b23c1572edf2842ef | |
parent | 5edbf64a1072fbb268b8f48426ccf6a6efa9dc8e (diff) |
upd 2.16.1
2006-09-07 Bastien Nocera <hadess@hadess.net>
* NEWS: upd
* configure.in: 2.16.1
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.in | 4 |
3 files changed, 23 insertions, 2 deletions
@@ -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: @@ -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 7b7ff050..0bd47c73 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 |