From f2c75d974b22420474bc95a94f73e0eb93772085 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sat, 18 Apr 2026 16:23:12 +0200 Subject: [PATCH] changelog: extension --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea1af270..edd4c501 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ * Improve: `path_to_filesystem()` by pre-detection of collision-free file system * Adjustment: MKCOL/MKCALENDAR return now CONFLICT instead of BADREQUEST of file name collision * Improve: [auth] catch bcrypt>=5.0.0 enforced max password length early and support legacy "passlib" as well as "libpass" (rework 3.6.0, "packaging" not needed anymore) +* Improve: application will stop on startup if TEMP is provided but not existing or not writable +* Extension: tox with new optional test cases to test with LinuxOS vfat, hfsplus, ntfs filesystems +* Adjust: respond with 500 in case principal collection cannot be created (e.g. filesystem issues) ## 3.7.1 * Fix: share address book collection as birthday calendar not working on non-DEBUG level