From 5695fda57c2f348dac5360b2fe5311abafc89f58 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 17 Sep 2024 12:17:57 +0200 Subject: [PATCH] 1.2.4 --- NEWS | 34 +++++++++++++++++++++++++++++++--- meson.build | 2 +- 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index e4eea8b13..08434b219 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,34 @@ +# PipeWire 1.2.4 (2024-09-19) + +This is a bugfix release that is API and ABI compatible with the +previous 1.2.x and 1.0.x releases. + +## Highlights + - Avoid a crash in cleanup of globals. (#4250) + - Use systemd-logind to scan for new devices in v4l2. + - Some more bugfixes and improvements. + + +## PipeWire + - Avoid a crash in cleanup of globals. (#4250) + - Improve RequestProcess dispatch. + +## Tools + - Improve float parsing. (#4234) + +## SPA + - Clear the ringbuffer when stopping in libcamera. + - Use systemd-logind to scan for new devices in v4l2. (#3539, #3960) + - Queue dropped first buffer in v4l2. + - Unlink pcm devices when moving drivers to avoid broken pipe. + +## JACK + - Emit buffer_size callback in jack_activate() to improve + compatibility with GStreamer. (#4260) + +Older versions: + + # PipeWire 1.2.3 (2024-08-22) This is a bugfix release that is API and ABI compatible with the @@ -39,9 +70,6 @@ previous 1.2.x and 1.0.x releases. - pw-cli can now handle arbitrarily large input and params. (#4166) - Avoid some compiler warnings in pw-top. -Older versions: - - # PipeWire 1.2.2 (2024-07-31) This is a bugfix release that is API and ABI compatible with the diff --git a/meson.build b/meson.build index 57c3103e3..bd84615d1 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pipewire', ['c' ], - version : '1.2.3', + version : '1.2.4', license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ], meson_version : '>= 0.61.1', default_options : [ 'warning_level=3',