From 83a155d0c09d703bdc95ed4558277784e9751bd3 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 25 Jun 2025 11:05:36 +0200 Subject: [PATCH] 1.4.6 --- NEWS | 37 ++++++++++++++++++++++++++++++++++--- meson.build | 2 +- 2 files changed, 35 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 6bb71dd6c..faa7cad78 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,37 @@ +# PipeWire 1.4.6 (2025-06-27) + +This is a bugfix release that is API and ABI compatible with +previous 1.x releases. + +## Highlights + - Fix a crasher bug in filter-chain and one in the ALSA plugin. + - Improve latency reporting in module-combine-stream. + - Some smaller fixes and cleanups. + + +## modules + - Improve latency handling in module-combine-stream. (#4731) + - Improve save activation/deactivation of the filter-graph in + module-filter-chain to avoid crashes. (#4700, #4750) + - Add an option to disable RAOP with a context.property. + +## SPA + - Handle NULL io in alsa wakeup code. This can happen when there + is negotiation happening. (#4734) + - Enable interrupts after an ALSA error to keep the dataflow + going. + - Reset some stats better after an ALSA error. + - Support the alsa.use-ucm property for the ALSA udev plugin. + +# pulse-server + - Mark empty buffers. This improves some code paths in the mixer. + +## GStreamer + - Fix a refcount issue in the device provider. + + +Older versions: + # PipeWire 1.4.5 (2025-06-04) This is a quick bugfix release that is API and ABI compatible with @@ -22,9 +56,6 @@ previous 1.x releases. - 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 diff --git a/meson.build b/meson.build index eceedaab7..170f43d1d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pipewire', ['c' ], - version : '1.4.5', + version : '1.4.6', license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ], meson_version : '>= 0.61.1', default_options : [ 'warning_level=3',