1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-16 14:27:01 +00:00

docs: v1.2 release notes

This commit is contained in:
Alberto Bertogli
2019-12-06 15:33:07 +00:00
parent 8f2eba5795
commit 0df2e325ed

View File

@@ -5,6 +5,22 @@ This file contains notes for each release, summarizing changes and explicitly
noting backward-incompatible changes or known security issues.
## 1.2 (2019-12-06)
Security fixes:
- DoS through memory exhaustion due to not limiting the line length (on both
incoming and outgoing connections). Thanks to Max Mazurov
(fox.cpp@disroot.org) for the initial report.
Release notes:
- Fix handling of excessive long lines on incoming and outgoing connections.
- Better error codes when DATA size exceeded the maximum.
- New documentation sections (monitoring, release notes).
- Many miscellaneous test improvements.
## 1.1 (2019-10-26)
- Added hooks for aliases resolution.