From b04552b2522a2cdae9a246be6ed77bb5ae31cda3 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 10 Jun 2020 11:53:32 +0200 Subject: [PATCH] 0.3.6 --- NEWS | 22 ++++++++++++++++++++-- meson.build | 2 +- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 908d9b52f..c6dfac7c8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +PipeWire 0.3.6 + +This is a bugfix release that is API and ABI compatible +with previous 0.3.x releases. + +- Extensive memory leak fixing and stress testing was done. + A big leak in screen sharing with DMA-BUF was fixed. +- Compile fixes +- Stability improvements in jack and pulseaudio layers. +- Added the old portal module to make the Camera portal + work again. This will be moved to the session manager in + future versions. +- Improvements to the GStreamer source and sink shutdown. +- Fix compatibility with v2 clients again when negotiating + buffers. + + +Older versions: + + PipeWire 0.3.5 This is a bugfix release that is API and ABI compatible @@ -31,8 +51,6 @@ with previous 0.3.x releases. - JACK and PulseAudio compatibility improvements -Older versions: - PipeWire 0.3.4 This is a bugfix release that is API and ABI compatible diff --git a/meson.build b/meson.build index 1301a3f80..c93cef4bc 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pipewire', ['c' ], - version : '0.3.5', + version : '0.3.6', license : 'MIT', meson_version : '>= 0.49.0', default_options : [ 'warning_level=3',