mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
0.3.47
This commit is contained in:
parent
cab1d905d6
commit
2af3938893
2 changed files with 18 additions and 4 deletions
20
NEWS
20
NEWS
|
|
@ -1,3 +1,20 @@
|
|||
# PipeWire 0.3.47 (2022-02-18)
|
||||
|
||||
This is a bugfix release that is API and ABI compatible with previous
|
||||
0.3.x releases.
|
||||
|
||||
This is a quick emergency release to fix some severe
|
||||
problems with the previous release.
|
||||
|
||||
## Highlights
|
||||
- Fixes a bug in pulse-server that caused cached notifications
|
||||
to play multiple times. (#2142)
|
||||
- Removed check and warnings to catch leaked listeners on the
|
||||
proxy. This might access invalid memory and cause infinite
|
||||
loops in older wireplumber.
|
||||
|
||||
Older versions:
|
||||
|
||||
# PipeWire 0.3.46 (2022-02-17)
|
||||
|
||||
This is a bugfix release that is API and ABI compatible with previous
|
||||
|
|
@ -88,9 +105,6 @@ This is a bugfix release that is API and ABI compatible with previous
|
|||
- GStreamer sink will now set a default channelmap to make it possible to
|
||||
remap to the channel layout of the device.
|
||||
|
||||
|
||||
Older versions:
|
||||
|
||||
# PipeWire 0.3.45 (2022-02-03)
|
||||
|
||||
This is a bugfix release that is API and ABI compatible with previous
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('pipewire', ['c' ],
|
||||
version : '0.3.46',
|
||||
version : '0.3.47',
|
||||
license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ],
|
||||
meson_version : '>= 0.59.0',
|
||||
default_options : [ 'warning_level=3',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue