From a6593fdc8cab93a1bac0a38c189734bd654fd2e8 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 9 Mar 2007 19:42:26 +0000 Subject: upd 2.18.0 2007-03-09 Bastien Nocera * NEWS: upd * configure.in: 2.18.0 svn path=/trunk/; revision=4101 --- ChangeLog | 7 +++++++ NEWS | 16 ++++++++++++++++ configure.in | 6 +++--- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 807cdbde8..fe4fd17a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +============ Version 2.18.0 + +2007-03-09 Bastien Nocera + + * NEWS: upd + * configure.in: 2.18.0 + 2007-03-09 Bastien Nocera * browser-plugin/totemPlugin.cpp: diff --git a/NEWS b/NEWS index e09e4c9d0..a1a69524c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,21 @@ New features and significant updates in version... +2.18.0 +* Fix resizing of the sidebar the first time it's opened +* Fix using the playlist parser with the Python bindings +* Translate the preferences dialogue title +* Don't change the screen resolution when switching to fullscreen + and the resolution isn't the highest possible +* Don't crash when the XRandR extension isn't available +* Avoid crashes when Totem is compiled with LIRC support, and + no remoted are configured +* Make the ASX playlist parser more robust +* Browser: +- Don't crash when the plugin has been unloaded, and the desktop + theme is changed +- Fix parsing of boolean values +* Fix playback of Ogg Vorbis files (xine-lib backend) + 2.17.92 * Fix building when /bin/sh isn't Bash * Add better debugging support to the thumbnailer and indexer diff --git a/configure.in b/configure.in index 228c87484..5a610a35b 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, 17) -m4_define(totem_version_micro, 92) +m4_define(totem_version_minor, 18) +m4_define(totem_version_micro, 0) AC_INIT([totem], [totem_version_major.totem_version_minor.totem_version_micro], @@ -45,7 +45,7 @@ DBUS_REQS=0.61 # - 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=6:5:5 +PLPARSER_LT_VERSION=6:6:5 AC_SUBST(PLPARSER_LT_VERSION) TOTEM_VERSION_MAJOR=totem_version_major -- cgit v1.2.1