From 4a1b31bac4a21c5e1d6e304bddb47015149513a9 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 18 Aug 2022 19:25:31 +0200 Subject: [PATCH] Update changelog for 4.4.2.8 --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index d8a8b1c19..5e5a608c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +yunohost (4.4.2.8) stable; urgency=low + + - apt helper: fix edge case with equivs package being flagged hold because of buster->bullseye migration (b306df2c) + - bullseye migration: fix check about free space in /boot/ ... (a2d4abc1) + + -- Alexandre Aubin Thu, 18 Aug 2022 19:24:47 +0200 + yunohost (4.4.2.7) stable; urgency=low - upgrades: ignore boring insserv warnings during apt commands (87f0eff9)