
Kore 4.2.3
previous | latest
Date | Name | Hash | Signature |
---|---|---|---|
2022-08-22 | kore-4.2.3.tar.gz | sha256 | download |
New features
- Ability to add authenticators to filemaps. [73be741b]
- Python: Add support for CRLs in kore.domain(). [52ff37c5]
Bug fixes
- The Kore parent process will use the correct exit code if a worker process calls fatalx(). [e2fcedfa]
- Fix a bug in kore.recvmsg() related to the returned length of the ancdata. [f7a76f7e]
- Several bug fixes for concurrency when using Python 3.10.x [f6c54042], [30c86525], [fd94fba]
Other changes
- Removed useless debug messages all across the board. [a2d312d0]
- Added more format attributes where useful. [5e21de3a]
- Added KORE_TMPDIR define (default /tmp) for single binary builds. [2211bb8f]