This commit is contained in:
Wim Taymans 2020-02-11 16:06:27 +01:00
parent c82e38ad35
commit 945da1e6f3
2 changed files with 19 additions and 2 deletions

19
NEWS
View file

@ -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

View file

@ -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',