mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Release 0.2.7
This commit is contained in:
parent
312864d9e9
commit
14c11c0fe4
2 changed files with 16 additions and 4 deletions
18
NEWS
18
NEWS
|
|
@ -1,4 +1,4 @@
|
|||
PipeWire 0.2.6
|
||||
PipeWire 0.2.7
|
||||
|
||||
This is mostly a bugfix release and is API/ABI compatible with
|
||||
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
|
||||
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
|
||||
- Fix some memory and fd leaks
|
||||
- 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
|
||||
- Various small improvements
|
||||
|
||||
Older versions:
|
||||
|
||||
PipeWire 0.2.5
|
||||
|
||||
- build fixes for systemd
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('pipewire', 'c',
|
||||
version : '0.2.6',
|
||||
version : '0.2.7',
|
||||
meson_version : '>= 0.47.0',
|
||||
default_options : [ 'warning_level=1',
|
||||
'c_std=gnu99',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue