mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-12 13:30:15 -05:00
Release 0.2.2
This commit is contained in:
parent
a223a35a5b
commit
887b9550ce
2 changed files with 3 additions and 2 deletions
3
NEWS
3
NEWS
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue