From ae8211ad42c0badcb06dd1998556ed06c3dba3f6 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sat, 15 Nov 2025 15:33:17 +0100 Subject: [PATCH] extend changelog for http_remote_user --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2863fb3..5a1f0037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Changelog ## 3.5.9.dev +* Extend: [auth] add support for type http_remote_use ## 3.5.8 -* Extend [auth]: re-factor & overhaul LDAP authentication, especially for Python's ldap module +* Extend: [auth] re-factor & overhaul LDAP authentication, especially for Python's ldap module * Fix: out-of-range timestamp on 32-bit systems * Feature: extend logging with response size in bytes and flag served as plain or gzip * Feature: [storage] strict_preconditions: new config option to enforce strict preconditions check on PUT in case item already exists [RFC6352#9.2]