From eb3aac9d3ed0a4bb6ff8e6a617a3141f6a4520f0 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Thu, 8 Feb 2024 08:33:49 +0100 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c747fbc0..e27f9e71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ The **patch** part changes is incremented if multiple releases happen the same m ### Added -* Preliminary work for php83 +* Support for PHP 8.3 with bookworm LXC containers * apt: add task file to install ELTS repository (default: False) * autosysadmin: Add a role to automatically deploy autosysadmin on evolixisation * check_free_space: added role @@ -68,6 +68,7 @@ The **patch** part changes is incremented if multiple releases happen the same m * unbound: Big cleanup * unbound: Move generated config file to `/etc/unbound/unbound.conf.d/evolinux.conf` * unbound: Use root hints provided by debian package dns-root-data instead of downloading them +* vrrpd: replace switch script with custom one (fix MAC issue, use `ip(8)`, shell cleanup…) * vrrpd: variable to force update the switch script (default: false) * webapps/nextcloud: Add Ceph volume to fstab * webapps/nextcloud: Set home directory's mode @@ -75,7 +76,7 @@ The **patch** part changes is incremented if multiple releases happen the same m ### Fixed * Add php-fpm82 to LDAP when relevant -* check stat.exists before stat.isdir +* Check stat.exists before stat.isdir * apache: fix MaxRequestsPerChild value to be sync with wiki.e.o * apt: use archive.debian.org with Stretch * certbot: fix hook for dovecot when more than one certificate is used (eg. different certificates for POP3 and IMAP)