Release 0.2.5

This commit is contained in:
Wim Taymans 2018-12-20 10:06:16 +01:00
parent 5c6bd8e5c7
commit bcec14decb
2 changed files with 9 additions and 8 deletions

15
NEWS
View file

@ -1,10 +1,11 @@
PipeWire 0.2.4 PipeWire 0.2.5
- Install man pages in right directory - build fixes for systemd
- Add systemd socket activation - Add cursor and bitmap metadata. This can be used to send a cursor
- Various memory leak and corruption fixes in properties, dbus and sprite with the video stream.
buffer mmaped memory. - permissions were set too strict for non-flatpak clients
- Fix v4l2 crash on unplug - Fix crash in loop caused by thread unsafe hook emission
- improve stream cleanup - Add more error checking for thread-loop
- Small cleanups and bugfixes
This is mostly a bugfix release. This is mostly a bugfix release.

View file

@ -1,5 +1,5 @@
project('pipewire', 'c', project('pipewire', 'c',
version : '0.2.4', version : '0.2.5',
meson_version : '>= 0.47.0', meson_version : '>= 0.47.0',
default_options : [ 'warning_level=1', default_options : [ 'warning_level=1',
'c_std=gnu99', 'c_std=gnu99',