Skip to content

Commit 140ec21

Browse files
committed
Release 0.35.1
1 parent db52498 commit 140ec21

File tree

2 files changed

+45
-4
lines changed

2 files changed

+45
-4
lines changed

RELEASE_NOTES

Lines changed: 44 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
Release 0.35.1
2+
==============
3+
4+
Bug fix release for the 0.35 branch.
5+
6+
Fixes and Minor Enhancements
7+
----------------------------
8+
9+
- ao_pipewire: log version and other useful debug info
10+
- wayland: error out if essential protocol support is missing
11+
- wayland: also log refresh rate on surface entrance
12+
- vo_gpu_next: fix undefined behavior on alpha-first formats
13+
- meson: prepend MPV_CONFDIR path with prefix
14+
- meson: unbreak dl check on BSDs without libdl
15+
- lcms: fix crash with lcms2-related options if lcms is disabled
16+
- meson: fix stdatomic detection on bsd
17+
- osc: don't spam window-controls bindings on every render
18+
- wayland: check for resize/move in touch event first
19+
- ao_coreaudio: use device's nominal sample rate for latency properties
20+
- ao_pipewire: properly clean up resources
21+
- filter_kernels: fix kaiser
22+
- hwdec/d3d11va: fix a possible memory leak
23+
- external_files: set log level for potential files to trace
24+
- vo_opengl: do not blindly reject all Microsoft's OpenGL implementations
25+
- ao_coreaudio: use AudioUnitReset as ao_driver.reset to prevent long restart
26+
- hwdec_drmprime: fix memory leak
27+
- vo: hwdec: fix libdrm-related memory leak
28+
- draw_bmp: ensure last slice width is less than total width
29+
- wayland: dispatch and wait for compositor events in uninit
30+
- demux: boost read EBU R128 gain values to ReplayGain's reference level
31+
- version.py/version.sh: bump copyright year
32+
- vulkan: fix build error for 32bit builds with clang
33+
- vo_wlshm: cleanup on failure
34+
- ra_d3d11: fix incorrect type
35+
- meson: also search for rst2html with .py extension
36+
- audio: fix crash during uninit with ao_lavc
37+
- mp_image: fix XYZ primaries default
38+
- vd_lavc: add "auto" choice for vd-lavc-dr
39+
- vo: implement VO_DR_FLAG_HOST_CACHED
40+
- x11: fix issue with xpresent timing feedback
41+
142
Release 0.35.0
243
==============
344

@@ -149,7 +190,7 @@ This listing is not complete. Check DOCS/client-api-changes.rst for a history
149190
of changes to the client API, and DOCS/interface-changes.rst for a history
150191
of changes to other user-visible interfaces.
151192

152-
A complete changelog can be seen by running `git log v0.34.0..v0.35.0`
193+
A complete changelog can be seen by running `git log v0.34.0..v0.35.1`
153194
in the git repository or by visiting either
154-
https://github.com/mpv-player/mpv/compare/v0.34.0...v0.35.0 or
155-
https://git.srsfckn.biz/mpv/log/?qt=range&q=v0.34.0..v0.35.0
195+
https://github.com/mpv-player/mpv/compare/v0.34.0...v0.35.1 or
196+
https://git.srsfckn.biz/mpv/log/?qt=range&q=v0.34.0..v0.35.1

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.35.0
1+
0.35.1

0 commit comments

Comments
 (0)