summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-07-29 07:59:11 +0200
committerBastien Nocera <hadess@hadess.net>2013-07-29 07:59:11 +0200
commit15824cb6563589cae296e8ab3a446dadde1ffced (patch)
tree9d105a4c612966e47c55a3498c5298a2641a6f10
parent08c176793c91ba46161f0155fe97201ec3e69663 (diff)
downloadtotem-V_3_9_5.tar.gz
3.9.5V_3_9_5
-rw-r--r--NEWS13
-rw-r--r--configure.ac4
m---------libgd0
3 files changed, 15 insertions, 2 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
-Subproject 572fcf471c8d521ddbff7dab5be08450ec15c99
+Subproject 5f75e01e74235e2a503356e2198599cb1105b7d