Merge tag '0.3.42'

This commit is contained in:
Wim Taymans 2021-12-16 09:51:21 +01:00
commit 7b26384388
2 changed files with 22 additions and 3 deletions

23
NEWS
View file

@ -1,3 +1,24 @@
# PipeWire 0.3.42 (2021-12-16)
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 underrun handling that broke qemu
and orca.
- A fix was added to pulse-server to handle quantum changes
gracefully.
- Fix module-echo-cancel again.
- Fix a bug where the bluetooth headset capture was producing
noise.
Older versions:
# PipeWire 0.3.41 (2021-12-13)
This is a bugfix release that is API and ABI compatible with previous
@ -103,8 +124,6 @@ This is a bugfix release that is API and ABI compatible with previous
name as the ALSA node. This can be used to link alsa devices together
with a word clock.
Older versions:
# PipeWire 0.3.40 (2021-11-11)
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.41',
version : '0.3.42',
license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ],
meson_version : '>= 0.54.0',
default_options : [ 'warning_level=3',