This commit is contained in:
Wim Taymans 2024-02-02 08:06:20 +01:00
parent 0b6d763ed5
commit 6ab86209f2
2 changed files with 28 additions and 4 deletions

30
NEWS
View file

@ -1,3 +1,30 @@
# PipeWire 1.0.3 (2024-02-02)
This is a quick bugfix release that is API and ABI compatible with previous
1.0.x releases.
## Highlights
- Fix ALSA version check. This should allow the alsa plugin to work again.
- Some small fixes and improvements.
## PipeWire
- Escape @DEFAULT_SINK@ in the conf files.
## Modules
- Improve logging in module-pipe-tunnel.
## SPA
- Always recheck rate matching in ALSA when moving drivers. This fixes a
potential issue where the adaptive resampler would not be activated in
some cases.
## ALSA
- Fix version check. This should allow the alsa plugin to work again
with version 1.0.2.
Older versions:
# PipeWire 1.0.2 (2024-01-31) # PipeWire 1.0.2 (2024-01-31)
This is a bugfix release that is API and ABI compatible with previous This is a bugfix release that is API and ABI compatible with previous
@ -40,9 +67,6 @@ This is a bugfix release that is API and ABI compatible with previous
## JACK ## JACK
- Improve check for the running state of clients. (#3794) - Improve check for the running state of clients. (#3794)
Older versions:
# PipeWire 1.0.1 (2024-01-11) # PipeWire 1.0.1 (2024-01-11)
This is a bugfix release that is API and ABI compatible with previous This is a bugfix release that is API and ABI compatible with previous

View file

@ -1,5 +1,5 @@
project('pipewire', ['c' ], project('pipewire', ['c' ],
version : '1.0.2', version : '1.0.3',
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',