This commit is contained in:
Wim Taymans 2020-06-10 11:53:32 +02:00
parent e7cc0f69e3
commit b04552b252
2 changed files with 21 additions and 3 deletions

22
NEWS
View file

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

View file

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