Radicale - Package Updates
Pinned
Radicale
-
[2.0.4]
- Update Radicale to 3.0.5
- Start storage hook in own process group
- Kill storage hook on error or exit
- Try to kill child processes of storage hook
- Internal Server: Exit immediately when signal is received (do not wait for clients or storage hook to finish)
-
[2.2.2]
- Update Radicale to 3.1.1
- Full changelog
- Workaround for contact photo bug in InfCloud
- Redirect GET and HEAD requests under /.web to sanitized path
- Set Content-Length header for HEAD requests
- Never send body for HEAD requests
- Improve error messages for from_file rights backend
- Don't sanitize WSGI script name
-
[2.2.8]
- Update Radicale to 3.1.6
- Full changelog
- Ignore Not a directory error for optional config paths
- Fix upload of whole address book/calendar with UIDs that collide on case-insensitive filesystem
- Remove runtime dependency on setuptools for Python>=3.9
-
[2.4.1]
- Update Radicale to 3.1.9
- Full changelog
- Fix: MOVE in case listen on non-standard ports or behind reverse proxy
- Fix: stricter requirements of Python 3.11
- Fix: HTML pages
- Fix: Main Component is missing when only recurrence id exists
- Fix: passlib don't support bcrypt>=4.1
- Fix: web login now proper encodes passwords containing %XX (hexdigits)
- Enhancement: user-selectable log formats
- Enhancement: autodetect logging to systemd journal
- Enhancement: test code
- Enhancement: option for global permit to delete collection
- Enhancement: auth type 'htpasswd' supports now 'htpasswd_encryption' sha256/sha512 and "autodetect" for smooth transition
- Improve: Dockerfiles
- Improve: server socket listen code + address format in log
- Update: documentations + examples
- Dependency: limit typegard version < 3
- General: code cosmetics