Release 0.2.7

This commit is contained in:
Wim Taymans 2019-09-26 15:58:39 +02:00
parent 312864d9e9
commit 14c11c0fe4
2 changed files with 16 additions and 4 deletions

18
NEWS
View file

@ -1,4 +1,4 @@
PipeWire 0.2.6 PipeWire 0.2.7
This is mostly a bugfix release and is API/ABI compatible with This is mostly a bugfix release and is API/ABI compatible with
previous 0.2 versions. previous 0.2 versions.
@ -7,6 +7,20 @@ Work is ongoing in the work branch that features a completely new
scheduling method that will enable audio support. Some of these scheduling method that will enable audio support. Some of these
API changes are backported in this branch. API changes are backported in this branch.
- Add support for alsa-lib 1.1.9 which changed the include path
- Improve error checking and reporting in the protocol
- deviceprovider: fix probing without starting
- add sentinel to some functions
- compiler fixes for musl
- Revert object tree permission checks that broke things, this is
probably not a good idea (and the tree of objects is going to
be removed later)
Older versions:
PipeWire 0.2.6
- Improve error checking for threads - Improve error checking for threads
- Fix some memory and fd leaks - Fix some memory and fd leaks
- Fix compilation with C++ compilers and clang - Fix compilation with C++ compilers and clang
@ -26,8 +40,6 @@ API changes are backported in this branch.
- Fix destroy of client-node memory corruption - Fix destroy of client-node memory corruption
- Various small improvements - Various small improvements
Older versions:
PipeWire 0.2.5 PipeWire 0.2.5
- build fixes for systemd - build fixes for systemd

View file

@ -1,5 +1,5 @@
project('pipewire', 'c', project('pipewire', 'c',
version : '0.2.6', version : '0.2.7',
meson_version : '>= 0.47.0', meson_version : '>= 0.47.0',
default_options : [ 'warning_level=1', default_options : [ 'warning_level=1',
'c_std=gnu99', 'c_std=gnu99',