summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2022-01-03 20:45:08 +0100
committersfan5 <sfan5@live.de>2022-01-03 20:45:08 +0100
commit349e437466163cb52f7d0aa227d4606edd9db501 (patch)
tree9b8f3d2468fb7650eda85aab4393690f6fc66fd6
parentf47a05544015da79a5ffde6fedfdfca25e1de96e (diff)
downloadmpv-release/0.34.tar.bz2
mpv-release/0.34.tar.xz
Release 0.34.1v0.34.1release/0.34
-rw-r--r--RELEASE_NOTES26
-rw-r--r--VERSION2
2 files changed, 24 insertions, 4 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 36e82f3495..d4d6965c54 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,3 +1,23 @@
+Release 0.34.1
+==============
+
+Bug fix release for the 0.34 branch.
+
+Fixes and Minor Enhancements
+----------------------------
+
+- player: fix autofit/geometry related segfault
+- ao_oss: add missing PATH_DEV_MIXER define
+- egl_helpers: fix context creation if GLES 3 is not available
+- audio: stop corrupting audio on underreads
+- wayland: fix a potential segfault on surface enter
+- vo_gpu: opengl: fix wrong glMemoryBarrier call
+- vo_gpu: opengl: create context at version 4.4 again
+- af_lavcac3enc: fix memory leak on no-op
+- subprocess: unblock/reset signals before running child process
+- wayland: avoid doing unneccesary window resizes
+
+
Release 0.34.0
==============
@@ -140,7 +160,7 @@ This listing is not complete. Check DOCS/client-api-changes.rst for a history
of changes to the client API, and DOCS/interface-changes.rst for a history
of changes to other user-visible interfaces.
-A complete changelog can be seen by running `git log v0.33.0..v0.34.0`
+A complete changelog can be seen by running `git log v0.33.0..v0.34.1`
in the git repository or by visiting either
-https://github.com/mpv-player/mpv/compare/v0.33.0...v0.34.0 or
-https://git.srsfckn.biz/mpv/log/?qt=range&q=v0.33.0..v0.34.0
+https://github.com/mpv-player/mpv/compare/v0.33.0...v0.34.1 or
+https://git.srsfckn.biz/mpv/log/?qt=range&q=v0.33.0..v0.34.1
diff --git a/VERSION b/VERSION
index 85e60ed180..cd46610fe4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.34.0
+0.34.1