From 349e437466163cb52f7d0aa227d4606edd9db501 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Mon, 3 Jan 2022 20:45:08 +0100 Subject: Release 0.34.1 --- RELEASE_NOTES | 26 +++++++++++++++++++++++--- VERSION | 2 +- 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 -- cgit v1.2.3