summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wtaymans@redhat.com>2018-11-22 11:21:50 +0100
committerWim Taymans <wtaymans@redhat.com>2018-11-22 11:21:50 +0100
commit14ebb85e7482c5b7963d2e647608464f5cd148bb (patch)
tree8bb375c14cf34272fe0dab0c52456d89534274ca
parent49afacd66fef5eb7824745d0d8a5dafeda62feec (diff)
Release 0.2.4
-rw-r--r--NEWS22
-rw-r--r--meson.build2
2 files changed, 9 insertions, 15 deletions
diff --git a/NEWS b/NEWS
index 0c4d06f1..e426bd42 100644
--- a/NEWS
+++ b/NEWS
@@ -1,16 +1,10 @@
-PipeWire 0.2.3
+PipeWire 0.2.4
-- Fix deviceprovider caps introspection
-- Refcounting fixes in pipewiresrc
-- Remove clock interpolation from stream
-- Improve clock in gstreamer elements
-- Remove spalib
-- Fix crash with pw_map
-- Add version number to hook list
-- Improve driver mode in gstreamer elements
-- add daemon options
-- add man pages
+- 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
-Work is ongoing in the work branch that features a completely new
-scheduling method that will enable audio support. Some of these
-API changes are backported in this branch.
+This is mostly a bugfix release.
diff --git a/meson.build b/meson.build
index 2d0bf91c..06c435f0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pipewire', 'c',
- version : '0.2.3',
+ version : '0.2.4',
meson_version : '>= 0.47.0',
default_options : [ 'warning_level=1',
'c_std=gnu99',