This commit is contained in:
Wim Taymans 2024-09-17 12:17:57 +02:00
parent a1418589a7
commit 5695fda57c
2 changed files with 32 additions and 4 deletions

34
NEWS
View file

@ -1,3 +1,34 @@
# PipeWire 1.2.4 (2024-09-19)
This is a bugfix release that is API and ABI compatible with the
previous 1.2.x and 1.0.x releases.
## Highlights
- Avoid a crash in cleanup of globals. (#4250)
- Use systemd-logind to scan for new devices in v4l2.
- Some more bugfixes and improvements.
## PipeWire
- Avoid a crash in cleanup of globals. (#4250)
- Improve RequestProcess dispatch.
## Tools
- Improve float parsing. (#4234)
## SPA
- Clear the ringbuffer when stopping in libcamera.
- Use systemd-logind to scan for new devices in v4l2. (#3539, #3960)
- Queue dropped first buffer in v4l2.
- Unlink pcm devices when moving drivers to avoid broken pipe.
## JACK
- Emit buffer_size callback in jack_activate() to improve
compatibility with GStreamer. (#4260)
Older versions:
# PipeWire 1.2.3 (2024-08-22) # PipeWire 1.2.3 (2024-08-22)
This is a bugfix release that is API and ABI compatible with the This is a bugfix release that is API and ABI compatible with the
@ -39,9 +70,6 @@ previous 1.2.x and 1.0.x releases.
- pw-cli can now handle arbitrarily large input and params. (#4166) - pw-cli can now handle arbitrarily large input and params. (#4166)
- Avoid some compiler warnings in pw-top. - Avoid some compiler warnings in pw-top.
Older versions:
# PipeWire 1.2.2 (2024-07-31) # PipeWire 1.2.2 (2024-07-31)
This is a bugfix release that is API and ABI compatible with the This is a bugfix release that is API and ABI compatible with the

View file

@ -1,5 +1,5 @@
project('pipewire', ['c' ], project('pipewire', ['c' ],
version : '1.2.3', version : '1.2.4',
license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ], license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ],
meson_version : '>= 0.61.1', meson_version : '>= 0.61.1',
default_options : [ 'warning_level=3', default_options : [ 'warning_level=3',