Release 0.2.3

This commit is contained in:
Wim Taymans 2018-08-30 12:45:18 +02:00
parent 8ae7577689
commit 8d53d3018f
2 changed files with 12 additions and 14 deletions

24
NEWS
View file

@ -1,17 +1,15 @@
PipeWire 0.2.2 PipeWire 0.2.3
- Various fixes to memory handling - Fix deviceprovider caps introspection
- Fixes for shutdown - Refcounting fixes in pipewiresrc
- v4l2 fix enumeration of frame intervals - Remove clock interpolation from stream
- Make the daemon stop when the setup commands fail - Improve clock in gstreamer elements
- Improve safety of hooks - Remove spalib
- Update stream API to more future proof version - Fix crash with pw_map
- Add more options to stream API such as scheduling in the - Add version number to hook list
main thread and automatic mapping of buffers - Improve driver mode in gstreamer elements
- Add version file and macros to check compile time and - add daemon options
runtime versions of pipewire - add man pages
- Future proof some structs
- Increment API version and .so version
Work is ongoing in the work branch that features a completely new Work is ongoing in the work branch that features a completely new
scheduling method that will enable audio support. Some of these scheduling method that will enable audio support. Some of these

View file

@ -1,5 +1,5 @@
project('pipewire', 'c', project('pipewire', 'c',
version : '0.2.2', version : '0.2.3',
meson_version : '>= 0.36.0', meson_version : '>= 0.36.0',
default_options : [ 'warning_level=1', default_options : [ 'warning_level=1',
'c_std=gnu99', 'c_std=gnu99',