Release 0.2.2

This commit is contained in:
Wim Taymans 2018-07-31 14:39:42 +02:00
parent a223a35a5b
commit 887b9550ce
2 changed files with 3 additions and 2 deletions

3
NEWS
View file

@ -1,4 +1,4 @@
PipeWire 0.2.1
PipeWire 0.2.2
- Various fixes to memory handling
- Fixes for shutdown
@ -11,6 +11,7 @@ PipeWire 0.2.1
- Add version file and macros to check compile time and
runtime versions of pipewire
- Future proof some structs
- Increment API version and .so version
Work is ongoing in the work branch that features a completely new
scheduling method that will enable audio support. Some of these

View file

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