From 14c11c0fe4d366bad4cfecdee97b6652ff9ed63d Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 26 Sep 2019 15:58:39 +0200 Subject: [PATCH] Release 0.2.7 --- NEWS | 18 +++++++++++++++--- meson.build | 2 +- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 075398104..e64ee0f37 100644 --- a/NEWS +++ b/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 diff --git a/meson.build b/meson.build index a90cb1937..467076ce8 100644 --- a/meson.build +++ b/meson.build @@ -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',