From 80dae7e24bec02b2befe09a72fbac6e2b38ccb5c Mon Sep 17 00:00:00 2001 From: Wim Taymans <wtaymans@redhat.com> Date: Fri, 20 Jan 2023 12:04:45 +0100 Subject: [PATCH] 0.4.2 --- NEWS | 15 +++++++++++++++ meson.build | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index dca684fb2..a1dfe537a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +# Media Session 0.4.2 (2022-01-20) + +This is a small release to keep the dead corpse walking... Repeated +attempts to shoot it in the head seem to have failed (We don't think it +is running with a lot of brains left). It does not look pretty and we +don't know yet when it will finally stay down. What we do know is that some +creatures (humans?) have been secretly feeding it with their brain cells +and as such, here we are... + +Anyway, it contains some minor patches for some organ (memory?) leaks. +It also adds some fixes to make things stumble on (compile?) and make +disturbing slurping sounds again (work?) with the latest PipeWire versions. + +Seriously.. back off.. don't become a victim... use Wireplumber. + # Media Session 0.4.1 (2021-10-27) Minor bugfix release functionally equivalent to the previous release. diff --git a/meson.build b/meson.build index dbb6d427c..f847b4a8d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('media-session', ['c'], - version : '0.4.1', + version : '0.4.2', license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ], meson_version : '>= 0.56.0', default_options : [ 'warning_level=3', -- GitLab