From 83ada1e086f8fa49bf9652df2edd9ccee5efa48b Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 4 Jun 2025 10:59:16 +0200 Subject: [PATCH] 1.4.5 --- NEWS | 30 +++++++++++++++++++++++++++--- meson.build | 2 +- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 84569fe10..6bb71dd6c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +# PipeWire 1.4.5 (2025-06-04) + +This is a quick bugfix release that is API and ABI compatible with +previous 1.x releases. + +## Highlights + - Fix negotiation errors when using multichannel output. Fixes + audio in some games and mpv in some cases. + - 1 Small fix and 1 improvement. + + +## SPA + - Fix another bug caused by reversing the filter default value + preference. (#4722) + +# pulse-server + - Implement STREAM_DONT_INHIBIT_AUTO_SUSPEND flags. This can + reduce power in pavucontrol when monitoring inactive streams. + (#4255 #4726) + +# ALSA + - Fix a potential deadlock when calling _drop and _drain at the + same time. (#4728) + + +Older versions: + # PipeWire 1.4.4 (2025-05-29) This is a quick bugfix release that is API and ABI compatible with @@ -20,9 +47,6 @@ previous 1.x releases. - Allow a minimum of 1 buffers again instead of 8. libcamera will allocate only 4 buffers so we need to support this. - -Older versions: - # PipeWire 1.4.3 (2025-05-22) This is a bugfix release that is API and ABI compatible with diff --git a/meson.build b/meson.build index bca05ecd6..eceedaab7 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pipewire', ['c' ], - version : '1.4.4', + version : '1.4.5', license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ], meson_version : '>= 0.61.1', default_options : [ 'warning_level=3',