This commit is contained in:
Wim Taymans 2025-10-08 17:44:23 +02:00
parent 3bdc84aadb
commit fd60e04525
2 changed files with 42 additions and 4 deletions

44
NEWS
View file

@ -1,3 +1,44 @@
# PipeWire 1.4.9 (2025-10-09)
This is a small bugfix release that is API and ABI compatible with
previous 1.x releases.
## Highlights
- Fix a regression in node unprepare that would leave nodes running
and error.
- Improve ALSA recovery when 3 periods is not supported. Also Improve
headroom for SOF cards by setting it to the minimal period size by
default.
- Remove RestrictNamespaces from the systemd files to allow libcamera
to load sandboxed IPA modules again.
- Small fixes and updates.
## PipeWire
- Fix a regression in node unprepare that would leave nodes running
and error. (#4893)
- Remove RestrictNamespaces from the systemd files to allow libcamera
to load sandboxed IPA modules.
## Modules
- Handle fd allocation errors in avahi. (#4913)
- Fix initial SDP session hash and session-id. (#4852)
- Fix a potential NULL deref in the profiler. (#4922)
## SPA
- Fix the UMP event compare function. (#4899)
- Backport a lot of libcamera patches, such as support for colorimetry,
thread-safety fixes, a lot of cleanups and improvements.
- Improve ALSA recovery when 3 periods is not supported.
- Fix a regression in the adapter where it would not always start and
resume correctly. (#4911)
- Improve headroom for SOF cards by setting it to the minimal period
size by default. (#4489)
- Adapt to newer libcamera changes.
Older versions:
# PipeWire 1.4.8 (2025-09-11)
This is a bugfix release that is API and ABI compatible with
@ -42,9 +83,6 @@ previous 1.x releases.
- Fix the -C option in pw-dump.
- Log more info from sndfile when opening a file failed.
Older versions:
# PipeWire 1.4.7 (2025-07-23)
This is a bugfix release that is API and ABI compatible with

View file

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