From 945da1e6f38babdb9268d59b3cec17c18d841969 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 11 Feb 2020 16:06:27 +0100 Subject: [PATCH] 0.2.96 --- NEWS | 19 ++++++++++++++++++- meson.build | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 113bc01fd..bff17cb67 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +PipeWire 0.2.96 + +Seventh pre-release for upcomming 0.3: + +- jack: improve compatibility +- Fix unit test +- Fix license of jack and alsa libs +- Make start/stop more threadsafe +- Fix rt-kit again, add params to configure things, increase default + soft/hard limits to avoid being killed. +- version 0 compatibility improvements, tested with firefox, cheese, + GStreamer and chrome using compat layers. +- Fix timing for gstreamer source +- Require libspa in pkg-config file +- Limit buffers to 16 to support old clients + +Older versions: + PipeWire 0.2.95 Sixth pre-release for upcomming 0.3: @@ -7,7 +25,6 @@ Sixth pre-release for upcomming 0.3: update_permissions - Workaround for firefox screen sharing -Older versions: PipeWire 0.2.94 diff --git a/meson.build b/meson.build index c434f0d11..4602c3f24 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pipewire', ['c' ], - version : '0.2.95', + version : '0.2.96', license : 'MIT', meson_version : '>= 0.50.0', default_options : [ 'warning_level=1',