This commit is contained in:
Wim Taymans 2022-02-18 09:27:44 +01:00
parent cab1d905d6
commit 2af3938893
2 changed files with 18 additions and 4 deletions

20
NEWS
View file

@ -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

View file

@ -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',