remove rolled-up changes files.

This commit is contained in:
Nick Mathewson
2021-06-07 15:03:18 -04:00
parent 2446522282
commit eb8eac266c
3 changed files with 0 additions and 14 deletions
-5
View File
@@ -1,5 +0,0 @@
o Minor bugfixes (control, sandbox):
- Allows the control command SAVECONF to succeed when the seccomp
sandbox is enabled. Makes SAVECONF keep only one backup file to
simplify implementation. Fixes bug 40317; bugfix on 0.2.5.4-alpha.
Patch by Daniel Pinto.
-5
View File
@@ -1,5 +0,0 @@
o Minor features (compatibility):
- 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.
-4
View File
@@ -1,4 +0,0 @@
o Minor bugfix (metrics port):
- Fix a bug that made tor try to re-bind() every 60 seconds on an already
open MetricsPort. Fixes bug 40370; bugfix on 0.4.5.1-alpha.