mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -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
|
||||
- Add systemd socket activation
|
||||
- Various memory leak and corruption fixes in properties, dbus and
|
||||
buffer mmaped memory.
|
||||
- Fix v4l2 crash on unplug
|
||||
- improve stream cleanup
|
||||
- build fixes for systemd
|
||||
- Add cursor and bitmap metadata. This can be used to send a cursor
|
||||
sprite with the video stream.
|
||||
- permissions were set too strict for non-flatpak clients
|
||||
- Fix crash in loop caused by thread unsafe hook emission
|
||||
- Add more error checking for thread-loop
|
||||
- Small cleanups and bugfixes
|
||||
|
||||
This is mostly a bugfix release.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('pipewire', 'c',
|
||||
version : '0.2.4',
|
||||
version : '0.2.5',
|
||||
meson_version : '>= 0.47.0',
|
||||
default_options : [ 'warning_level=1',
|
||||
'c_std=gnu99',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue