mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
Release 0.2.5
This commit is contained in:
parent
5c6bd8e5c7
commit
bcec14decb
2 changed files with 9 additions and 8 deletions
15
NEWS
15
NEWS
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue