From 55848f4260a2d2302f9f6bd304d82616976ef9af Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 11 May 2026 10:02:28 +0200 Subject: [PATCH] 1.6.5 --- NEWS | 38 +++++++++++++++++++++++++++++++++++--- meson.build | 2 +- 2 files changed, 36 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 103b4a482..94591c78e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,38 @@ +# PipeWire 1.6.5 (2026-05-13) + +This is a bugfix release that is API and ABI compatible with the previous +1.6.x releases. + +## Highlights + - Fix muted output in some cases. + - Removed the pipe filter in filter-graph. + - More fixes and improvements. + + +## PipeWire + - Fix an issue in pw-filter where it could end up in a loop where buffers + are stuck on a port and the port becomes silent. (#5249) + +## Modules + - Improve ROC receiver start/stop, fixes memory leaks. (#5250) + - Remove the pipe filter from filter-graph, it's broken by design and a + security nightmare. + - Fix the midi buffer size in jack-tunnel. + +## SPA + - Rate limit out-of-buffers errors. (#5249) + - Partially revert the line-out mute patch, it seems to break things and leave + audio muted when plugging-unplugging jacks. (#5246) + - Improve renegotiation in audioconvert when the graph rate changes and the + resampler was disabled. (#4933). + - Fix potential crash in alsa when logging. + +## Pulse-server + - A whole bunch of extra security checks and hardening fixes. + + +Older versions: + # PipeWire 1.6.4 (2026-04-22) This is a bugfix release that is API and ABI compatible with the previous @@ -31,9 +66,6 @@ This is a bugfix release that is API and ABI compatible with the previous ## Tools - Fix WAVEX saving in pw-cat. (#5233) - -Older versions: - # PipeWire 1.6.3 (2026-04-09) This is a bugfix release that is API and ABI compatible with the previous diff --git a/meson.build b/meson.build index 76f08113c..fe93b7bc4 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pipewire', ['c' ], - version : '1.6.4', + version : '1.6.5', license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ], meson_version : '>= 0.61.1', default_options : [ 'warning_level=3',