[tor-commits] [tor/release-0.4.5] start on 0.4.5.9 changelog.
nickm at torproject.org
nickm at torproject.org
Mon Jun 7 19:03:44 UTC 2021
commit 24465222823a49ba9001f4babba96a91dd27024d
Author: Nick Mathewson <nickm at torproject.org>
Date: Mon Jun 7 14:37:44 2021 -0400
start on 0.4.5.9 changelog.
---
ChangeLog | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 1c3cbdc82f..0881e7e500 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+Changes in version 0.4.5.9 - 2021-06-1?
+ BLURB HERE
+
+ o Minor features (compatibility, backport from 0.4.6.4-rc):
+ - Remove an assertion function related to TLS renegotiation. It was
+ used nowhere outside the unit tests, and it was breaking
+ compilation with recent alpha releases of OpenSSL 3.0.0. Closes
+ ticket 40399.
+
+ o Minor bugfixes (control, sandbox, backport from 0.4.6.4-rc):
+ - Allow the control command SAVECONF to succeed when the seccomp
+ sandbox is enabled, and make SAVECONF keep only one backup file to
+ simplify implementation. Previously SAVECONF allowed a large
+ number of backup files, which made it incompatible with the
+ sandbox. Fixes bug 40317; bugfix on 0.2.5.4-alpha. Patch by
+ Daniel Pinto.
+
+ o Minor bugfixes (metrics port, backport from 0.4.6.4-rc):
+ - Fix a bug that made tor try to re-bind() on an already open
+ MetricsPort every 60 seconds. Fixes bug 40370; bugfix
+ on 0.4.5.1-alpha.
+
+
Changes in version 0.4.5.8 - 2021-05-10
Tor 0.4.5.8 fixes several bugs in earlier version, backporting fixes
from the 0.4.6.x series.
More information about the tor-commits
mailing list