mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
0.3.6
This commit is contained in:
parent
e7cc0f69e3
commit
b04552b252
2 changed files with 21 additions and 3 deletions
22
NEWS
22
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
|
PipeWire 0.3.5
|
||||||
|
|
||||||
This is a bugfix release that is API and ABI compatible
|
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
|
- JACK and PulseAudio compatibility improvements
|
||||||
|
|
||||||
|
|
||||||
Older versions:
|
|
||||||
|
|
||||||
PipeWire 0.3.4
|
PipeWire 0.3.4
|
||||||
|
|
||||||
This is a bugfix release that is API and ABI compatible
|
This is a bugfix release that is API and ABI compatible
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('pipewire', ['c' ],
|
project('pipewire', ['c' ],
|
||||||
version : '0.3.5',
|
version : '0.3.6',
|
||||||
license : 'MIT',
|
license : 'MIT',
|
||||||
meson_version : '>= 0.49.0',
|
meson_version : '>= 0.49.0',
|
||||||
default_options : [ 'warning_level=3',
|
default_options : [ 'warning_level=3',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue