From 3f79bcae5d4415f82907b49221ca05241a7f263c Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 29 May 2025 09:17:47 +0200 Subject: [PATCH] 1.4.4 --- NEWS | 28 +++++++++++++++++++++++++--- meson.build | 2 +- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 9d4af5cde..84569fe10 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,28 @@ +# PipeWire 1.4.4 (2025-05-29) + +This is a quick bugfix release that is API and ABI compatible with +previous 1.x releases. + +## Highlights + - Provide better compatibility with 1.2 for MIDI. + - Fix mpv buffer negotiation regression. + - Improve GStreamer compatibility with libcamera. + + +## SPA + - Provide conversions to old style midi in the ALSA sequencer. + - Negotiate only to UMP when using a newer library. + - Fix negotiation direction for buffers, prefer the converter + suggestion instead of the application until we can be sure + applications make good suggestions. + +## GStreamer + - Allow a minimum of 1 buffers again instead of 8. libcamera will + allocate only 4 buffers so we need to support this. + + +Older versions: + # PipeWire 1.4.3 (2025-05-22) This is a bugfix release that is API and ABI compatible with @@ -38,9 +63,6 @@ previous 1.x releases. - Handle sysex in UMP better by appending the converted midi1 sysex. - -Older versions: - # PipeWire 1.4.2 (2025-04-14) This is a bugfix release that is API and ABI compatible with diff --git a/meson.build b/meson.build index 12b255ab1..bca05ecd6 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pipewire', ['c' ], - version : '1.4.3', + version : '1.4.4', license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ], meson_version : '>= 0.61.1', default_options : [ 'warning_level=3',