From d20a1523b6770dfa93a270bdda5d7c800d7ec191 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 2 Apr 2025 15:41:29 +0200 Subject: [PATCH] 1.4.2 --- NEWS | 37 ++++++++++++++++++++++++++++++++++--- meson.build | 2 +- 2 files changed, 35 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index e154347f5..ea4317e1d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,37 @@ +# PipeWire 1.4.2 (2025-04-14) + +This is a bugfix release that is API and ABI compatible with +previous 1.x releases. + +## Highlights + - Do extra checks for MIDI to avoid 100% CPU usage on older kernels. + - Fix some potential crashes in POD builder. + - pw-cat streaming improvements on stdout/stdin. + - Small fixes and improvements. + + +## PipeWire + - Make the service files depend on DBus to avoid startup races. + +## SPA + - Do extra checks for MIDI to avoid 100% CPU usage on older kernels. + - Use Header metadata by default in videoadapter. + - Handle set_format result from v4l2 better. + - Handle crash when POD builder overflows in the filter. + - Work around a libebur128 bug. (#4646) + +## Tools + - pw-cat prefers AU format when streaming on stdout/stdin. (#4629) + - Improve pw-cat verbose sndfile format debug. + - Add the missing --channel-map long option to pw-loopback. + +## GStreamer + - Fix a leak in the deviceprovider. (#4616) + - Fix negotiation and make renegotiation better. + + +Older versions: + # PipeWire 1.4.1 (2025-03-14) This is a quick bugfix release that is API and ABI compatible with @@ -35,9 +69,6 @@ previous 1.x releases. ## Bluetooth - Fix a crash with an incomming call. - -Older versions: - # PipeWire 1.4.0 (2025-03-06) This is the 1.4 release that is API and ABI compatible with previous diff --git a/meson.build b/meson.build index 28909b200..8b5728eea 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pipewire', ['c' ], - version : '1.4.1', + version : '1.4.2', license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ], meson_version : '>= 0.61.1', default_options : [ 'warning_level=3',