From 3e67b89a1adb4c98c248668189f8e21c6ddc68be Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 16 Apr 2026 10:43:23 +0200 Subject: [PATCH] 1.6.4 --- NEWS | 42 +++++++++++++++++++++++++++++++++++++++--- meson.build | 2 +- 2 files changed, 40 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 04489d584..103b4a482 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,44 @@ +# PipeWire 1.6.4 (2026-04-22) + +This is a bugfix release that is API and ABI compatible with the previous +1.6.x releases. + +## Highlights + - Small improvements and seqfault fixes. + - Try to not emit ports that JACK doesn't understand. Fixes glitches in + ardour and other JACK apps. + + +## PipeWire + - Refuse to load plugins and crash when pw_init() was not called. (!2784) + +## SPA + - Fix LADSPA plugin loading, support LADSPA_PATH ending with / + - Fix segfault in alsa-seq when removing devices in some cases. (#5221) + - Allow negative gain in mixer. (#5228) + - Improve alsa-seq port names, add : between client and port. (#5229) + - ACP: don’t override user-selected port on availability changes. + +## Bluetooth + - Backport some important fixes and minor improvements. + +## JACK + - Ignore non DSP ports to avoid emitting extra callbacks. + +## GStreamer + - Fix crop metadata. + +## 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 +1.6.x releases. + ## Highlights - Fix some RAOP compatibility regressions. - Fix segfault in the mixer in some cases. @@ -34,9 +73,6 @@ - Make sure timebase callback is never called with 0 frames. - Increase the notify queue to avoid losing notifications. - -Older versions: - # PipeWire 1.6.2 (2026-03-16) This is a bugfix release that is API and ABI compatible with the previous diff --git a/meson.build b/meson.build index efb50ad6c..76f08113c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pipewire', ['c' ], - version : '1.6.3', + version : '1.6.4', license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ], meson_version : '>= 0.61.1', default_options : [ 'warning_level=3',