This commit is contained in:
Wim Taymans 2024-09-17 11:52:48 +02:00
parent 22bdd52db5
commit dd7a2819fa
2 changed files with 48 additions and 4 deletions

50
NEWS
View file

@ -1,3 +1,50 @@
# PipeWire 1.0.8 (2024-09-19)
This is a small bugfix release that is API and ABI compatible with previous
1.0.x releases.
## Highlights
- Backport support for explicit sync.
- FFADO backport fixes.
- Fix some races in JACK.
- More small fixes and improvements.
## PipeWire
- Add support for mandatory metadata and explicit sync metadata.
- Fix RequestProcess again.
- Include config.h to use malloc_trim() when cleaning nodes.
- Avoid crash when destroying a global. (#4250)
## Modules
- FFADO fixes: improve timing reporting, avoid some xruns, improve
samplerate and period size handling, implement freewheeling.
- Decrease memory usage of the profiler.
## Tools
- Fix pw-dump metadata changes fix. (#4053)
- Support large params in pw-cli. (#4166)
## SPA
- Improve libcamera devices reporting to properly filter out duplicates in
all cases.
- Improve property reporting in v4l2.
- Fix lost buffer in v4l2.
## Bluetooth
- Improve compatibility with some devices.
## JACK
- Fix some races when shutting down.
- Fix rt-priority on the main thread when using custom thread create
function. (#4099)
## ALSA
- Handle format renegotiation. (#3856)
Older versions:
# PipeWire 1.0.7 (2024-05-24)
This is a small bugfix release that is API and ABI compatible with previous
@ -21,9 +68,6 @@ This is a small bugfix release that is API and ABI compatible with previous
## JACK
- Copy larger MIDI events correctly.
Older versions:
# PipeWire 1.0.6 (2024-05-09)
This is a bugfix release that is API and ABI compatible with previous

View file

@ -1,5 +1,5 @@
project('pipewire', ['c' ],
version : '1.0.7',
version : '1.0.8',
license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ],
meson_version : '>= 0.61.1',
default_options : [ 'warning_level=3',