From bc2ed45e9dac06309d0b1c2a238243c9e6d45ccc Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 25 Aug 2024 13:22:38 +0200 Subject: [PATCH] Update changelog for 11.2.28 --- debian/changelog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/debian/changelog b/debian/changelog index c02f67c4b..05f67c6dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +yunohost (11.2.28) stable; urgency=low + + - ci: various changes due to CI infrastructure changes (200f0272d, 764fe6a7b, 9083a5cc3, d0df3caed, 6733526be, df320a44c, 92f4a605b, f02d4a437, c5953b542) + - apps: exclude .well-known subpaths from conflict checks ([#1647](http://github.com/YunoHost/yunohost/pull/1647)) + - apps: in apt resource, fix empty string in packages_from_raw_bash breaking dpkg-build (a76cd05e8) + - sftp: Tweak umask for SFTP ([#1384](http://github.com/YunoHost/yunohost/pull/1384)) + - mail: Be able to use postfix as a backup ("secondary") MX hosts ([#1253](http://github.com/YunoHost/yunohost/pull/1253)) + - diagnosis: Add check regarding rfkill blocking Wi-Fi card on RPi ([#1841](http://github.com/YunoHost/yunohost/pull/1841)) + - users: trigger hooks when adding or removing user into group (51787a2f8) + - i18n: Translations updated for Basque, French, Indonesian, Russian + + Thanks to all contributors <3 ! (cjdw, Emmanuel Averty, Ivan Davydov, ljf, ppr, Tagada, tituspijean, xabirequejo) + + -- Alexandre Aubin Sun, 25 Aug 2024 13:17:43 +0200 + yunohost (11.2.27) stable; urgency=low - apt resource: fix handling of empty 'packages' list breaking dpkg-deb call (3deffdbd5)