From 15824cb6563589cae296e8ab3a446dadde1ffced Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 29 Jul 2013 07:59:11 +0200 Subject: 3.9.5 --- NEWS | 13 +++++++++++++ configure.ac | 4 ++-- libgd | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 7b815dbac..2701a0b3a 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,18 @@ New features and significant updates in version... +Major changes in 3.9.5: +- Add work-around to allow streaming of Vimeo videos +- Don't hide the titlebar on fullscreen (as we still have + a menu bar) +- Make thumbnailer work even when VA-API support is enabled +- Avoid warnings from the rotation plugin for unsupported locations +- Fix aspect ratio in dual-head setups +- Fix playback when video location is not mounted +- Access streams directly rather than through FUSE, making + buffering and playback smoother +- Fix excessive redraws when using rotation, and make + rotation and crop work together + Major changes in 3.8.2: - Work-around problem with initial window size - Fix errors in gallery name print when filename contains "&" diff --git a/configure.ac b/configure.ac index be7e4e6a5..e99ddd86d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_PREREQ[(2.64)] m4_define(totem_version_major, 3) -m4_define(totem_version_minor, 8) -m4_define(totem_version_micro, 2) +m4_define(totem_version_minor, 9) +m4_define(totem_version_micro, 5) # The version of the API exposed to plugins m4_define(totem_api_version_major, 1) diff --git a/libgd b/libgd index 572fcf471..5f75e01e7 160000 --- a/libgd +++ b/libgd @@ -1 +1 @@ -Subproject commit 572fcf471c8d521ddbff7dab5be08450ec15c995 +Subproject commit 5f75e01e74235e2a503356e2198599cb1105b7dc -- cgit v1.2.1