diff --git a/NEWS b/NEWS index e426bd420..8768c6eca 100644 --- a/NEWS +++ b/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. diff --git a/meson.build b/meson.build index 06c435f0d..3c3b6dfb0 100644 --- a/meson.build +++ b/meson.build @@ -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',