From 676ae52503a5f0c86314958a5817afe949deb1e3 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Sun, 26 Nov 2023 18:42:08 +0000 Subject: [PATCH] Release: Yggdrasil 0.5.3 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c91e83ba..fc7f9f73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - in case of vulnerabilities. --> +## [0.5.3] - 2023-11-26 + +### Fixed + +* Fixed a data race from buffered pathfinder traffic +* Fix a bug where the next-hop selection may not take shortcuts through treespace +* Backoffs are now reset correctly when a successful handshake is completed +* Backoffs will no longer exceed roughly 4.5 hours when peers are down for a long time +* The `-normaliseconf` option will now work correctly with `PrivateKeyPath` +* Improved the reliability of QUIC peering setup by disabling 0-RTT + ## [0.5.2] - 2023-11-06 ### Added