From 255541eac34370e312f0c5c8c18e46dc1911352f Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 19 Mar 2026 09:52:17 +0100 Subject: [PATCH] 1.4.11 --- NEWS | 37 ++++++++++++++++++++++++++++++++++--- meson.build | 2 +- 2 files changed, 35 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 68179f72d..acfe516c7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,37 @@ +# PipeWire 1.4.11 (2026-03-19) + +This is a small bugfix release that is API and ABI compatible with +previous 1.x releases. + +## Highlights + - Fix a potential invalid memory free and fd close, causing crashes. + - Improve filter-graph setup and channel handling. + - Fix a segfault in some JACK apps (Ardour) when a lot of objects are + created/destroyed because a function was not expected to return NULL. + - Some more small fixes and improvements. + + +## Modules + - Add priority.session to some of the sink/sources to make it possible to + change the default device. (#5125) + - Support link-local addresses in RAOP and snapcast. (#4830) + - Fix potential invalid mem and fd free in client-node. (#5162) + +## SPA + - Improve filter-graph setup and reset. + - Improve filter-graph multichannel handling. (#4866) + - Fix some issues with filter-graph without channel layout. (#5084) + - Mark libcamera properties as write-only. + - Improve the JSON parser, container start ends a symbol. + +## JACK + - Avoid segfaults because jack_port_by_id() returns NULL. (#3512) + - Fix jack_port_type_id() compatibility with JACK1/2. + - Fix jack-server port registration. + + +Older versions: + # PipeWire 1.4.10 (2026-01-16) This is a small bugfix release that is API and ABI compatible with @@ -37,9 +71,6 @@ previous 1.x releases. ## GStreamer - Avoid scaling overflow in the clock. - -Older versions: - # PipeWire 1.4.9 (2025-10-09) This is a small bugfix release that is API and ABI compatible with diff --git a/meson.build b/meson.build index c3852e362..c3945fdb8 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pipewire', ['c' ], - version : '1.4.10', + version : '1.4.11', license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ], meson_version : '>= 0.61.1', default_options : [ 'warning_level=3',