From ba215efed0da8d6c9f3f2414d76a8e2c75352501 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 11 May 2020 13:35:32 +0200 Subject: [PATCH] 0.3.5 --- NEWS | 37 +++++++++++++++++++++++++++++++++++-- meson.build | 2 +- 2 files changed, 36 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 43e148164..908d9b52f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,38 @@ +PipeWire 0.3.5 + +This is a bugfix release that is API and ABI compatible +with previous 0.3.x releases. + +- Compiler fixes +- Add pw-midiplay and pw-midirecord aliases +- Add pw-mididump tool +- Add pw-metadata tool to inspect, add and remove metadata + for objects. +- Docs updates, man pages +- install alsa config files +- Fix linked sink/source in pulseaudio +- ratelimit graph processing warnings +- improve buffer handling in GStreamer elements +- Fix power usage by removing the queue for the alsa + sequencer system announce messages. +- Fix metadata clear() method dispatch. +- Improve parameter enumeration, make it possible to detect + missing parameters vs no-compatible parameters so that we + can use defaults in the first case and error in the second + case. +- Fix cleanup of proxy objects. Stability improvements on + plug/unplug in session manager. +- Make it possible to set log level from config file +- improve debug of param negotiation errors. Log the + parameters to stderr/journal. +- Make it possible to configure global logger + implementation. +- Fix NEON detection +- JACK and PulseAudio compatibility improvements + + +Older versions: + PipeWire 0.3.4 This is a bugfix release that is API and ABI compatible @@ -6,8 +41,6 @@ with previous 0.3.x releases. - A quick update with some important stability fixes. -Older versions: - PipeWire 0.3.3 This is a bugfix release that is API and ABI compatible diff --git a/meson.build b/meson.build index 5a49c124c..29b4b8926 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pipewire', ['c' ], - version : '0.3.4', + version : '0.3.5', license : 'MIT', meson_version : '>= 0.50.0', default_options : [ 'warning_level=3',