From 7e5cd195acb1d189e5b9b36633ac7da30022c84f Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 5 Feb 2025 10:34:36 +0100 Subject: [PATCH] 1.3.82 --- NEWS | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++--- meson.build | 2 +- 2 files changed, 53 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 298011bf6..941f21f1e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,55 @@ +# PipeWire 1.3.82 (2025-02-06) + +This is the second 1.4 release candidate that is API and ABI +compatible with previous 1.2.x and 1.0.x releases. + +## Highlights + - Various pw-stream improvements: timing information fixes, + avoid locking buffers in some cases and an improved drain + event. + - A new Telephony D-BUS API compatible with ofono. + - Documentation fixes and updates. + - More small fixes and improvements. + + +## PipeWire + - Improve timing information when rate is unknown. + - Avoid locked buffers in pw_stream in some cases. + - Improve pw_stream drain event emission. + - Improve manager socket handling. Applications can avoid hardcoding + the sockets so that they will respect the config settings. + +## modules + - Fix header size calculation when using ipv6. (#4524) + +## SPA + - Optimize byteswapped s16 conversions. + - Improve event handling for internal events. + - Optimize negiotiation when in convert mode, prefer the format + of the follower in adapter. + - Fix EnumPortConfig for videoadapter without converter. + - Fix libcamera property buffer size. + +## Pulse-server + - Add systemwide systemd files. + +## JACK + - Add a UMP example. + - Use the new JackPortMIDI2 flag to mark UMP ports to JACK. + +## Bluetooth + - Support BAP hardware volume. + - Add a Telephony DBUS API. + +## GStreamer + - Disable buffer pools for audio by default. + +## Docs + - Improve the module documentation. + + +Older versions: + # PipeWire 1.3.81 (2025-01-23) This is the first 1.4 release candidate that is API and ABI @@ -140,9 +192,6 @@ also contains some new features: - More documentation about thread safety of functions in stream and filters. (#4521) - -Older versions: - # PipeWire 1.2.7 (2024-11-26) This is a bugfix release that is API and ABI compatible with the previous diff --git a/meson.build b/meson.build index 53e9d7b9c..bb2989466 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pipewire', ['c' ], - version : '1.3.81', + version : '1.3.82', license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ], meson_version : '>= 0.61.1', default_options : [ 'warning_level=3',