1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

fix according to latest default change

This commit is contained in:
Peter Bieringer 2024-09-30 21:45:43 +02:00
parent ba9776d688
commit 67362189f5

View file

@ -5,7 +5,7 @@
* Adjustment: option [auth] htpasswd_encryption change default from "md5" to "autodetect"
* Add: option [auth] type=ldap with (group) rights management via LDAP/LDAPS
* Enhancement: permit_delete_collection can be now controlled also per collection by rights 'D' or 'd'
* Add: option [rights] permit_overwrite_collection (default=False) which can be also controlled per collection by rights 'O' or 'o'
* Add: option [rights] permit_overwrite_collection (default=True) which can be also controlled per collection by rights 'O' or 'o'
## 3.2.3
* Add: support for Python 3.13