From 4cca57895a141e75ac7d7450faab25f97f4bdb2e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 17 Dec 2024 17:57:17 +0100 Subject: [PATCH] Update changelog for 12.0.9 --- debian/changelog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1f0e9ee492..0842db30b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +yunohost (12.0.9) stable; urgency=low + + - apps: when opening an 'app shell', fix PHP version for helpers 2.1 + prevent bash flooding debug infos ([#2009](http://github.com/YunoHost/yunohost/pull/2009)) + - helpers2.1: fix patches handling when there's several sources to setup (c4ba7a9a8) + - actionsmap: fix hooks callback/exec, they don't take --no-trace anymore (d1a4ab782) + - quality: add shellcheck workflow, fix shellcheck issues ([#2015](http://github.com/YunoHost/yunohost/pull/2015)) + - i18n: Translations updated for Basque + + Thanks to all contributors <3 ! (Félix Piédallu, Mateusz, Salamandar, xabirequejo) + + -- Alexandre Aubin Tue, 17 Dec 2024 17:55:57 +0100 + yunohost (12.0.8.2) stable; urgency=low - fix unset variable in helper 2.1 mysql ([#2010](http://github.com/YunoHost/yunohost/pull/2010))