Skip to content

Commit 349e437

Browse files
committed
Release 0.34.1
1 parent f47a055 commit 349e437

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

RELEASE_NOTES

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
Release 0.34.1
2+
==============
3+
4+
Bug fix release for the 0.34 branch.
5+
6+
Fixes and Minor Enhancements
7+
----------------------------
8+
9+
- player: fix autofit/geometry related segfault
10+
- ao_oss: add missing PATH_DEV_MIXER define
11+
- egl_helpers: fix context creation if GLES 3 is not available
12+
- audio: stop corrupting audio on underreads
13+
- wayland: fix a potential segfault on surface enter
14+
- vo_gpu: opengl: fix wrong glMemoryBarrier call
15+
- vo_gpu: opengl: create context at version 4.4 again
16+
- af_lavcac3enc: fix memory leak on no-op
17+
- subprocess: unblock/reset signals before running child process
18+
- wayland: avoid doing unneccesary window resizes
19+
20+
121
Release 0.34.0
222
==============
323

@@ -140,7 +160,7 @@ This listing is not complete. Check DOCS/client-api-changes.rst for a history
140160
of changes to the client API, and DOCS/interface-changes.rst for a history
141161
of changes to other user-visible interfaces.
142162

143-
A complete changelog can be seen by running `git log v0.33.0..v0.34.0`
163+
A complete changelog can be seen by running `git log v0.33.0..v0.34.1`
144164
in the git repository or by visiting either
145-
https://github.com/mpv-player/mpv/compare/v0.33.0...v0.34.0 or
146-
https://git.srsfckn.biz/mpv/log/?qt=range&q=v0.33.0..v0.34.0
165+
https://github.com/mpv-player/mpv/compare/v0.33.0...v0.34.1 or
166+
https://git.srsfckn.biz/mpv/log/?qt=range&q=v0.33.0..v0.34.1

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.34.0
1+
0.34.1

0 commit comments

Comments
 (0)