diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-06-07 15:03:18 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-06-07 15:03:18 -0400 |
commit | eb8eac266c8f638b09ea1a03b1b14d0b678b65d8 (patch) | |
tree | 16225a984186e4c2829e805de38f91f5f0a1ca98 /changes | |
parent | 24465222823a49ba9001f4babba96a91dd27024d (diff) | |
download | tor-eb8eac266c8f638b09ea1a03b1b14d0b678b65d8.tar.gz tor-eb8eac266c8f638b09ea1a03b1b14d0b678b65d8.zip |
remove rolled-up changes files.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug40317 | 5 | ||||
-rw-r--r-- | changes/bug40399 | 5 | ||||
-rw-r--r-- | changes/ticket40370 | 4 |
3 files changed, 0 insertions, 14 deletions
diff --git a/changes/bug40317 b/changes/bug40317 deleted file mode 100644 index 18ec499a51..0000000000 --- a/changes/bug40317 +++ /dev/null @@ -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. diff --git a/changes/bug40399 b/changes/bug40399 deleted file mode 100644 index 7954b85eaf..0000000000 --- a/changes/bug40399 +++ /dev/null @@ -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. diff --git a/changes/ticket40370 b/changes/ticket40370 deleted file mode 100644 index fcdb0eb173..0000000000 --- a/changes/ticket40370 +++ /dev/null @@ -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. - |