summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug16069-exit-policy-rule620
-rw-r--r--changes/bug17027-reject-private-all-interfaces6
-rw-r--r--changes/bug170473
-rw-r--r--changes/ed25519_hup4
4 files changed, 0 insertions, 33 deletions
diff --git a/changes/bug16069-exit-policy-rule6 b/changes/bug16069-exit-policy-rule6
deleted file mode 100644
index a8d7e70596..0000000000
--- a/changes/bug16069-exit-policy-rule6
+++ /dev/null
@@ -1,20 +0,0 @@
- o Minor bug fixes (torrc exit policies):
- - accept6/reject6 * lines only produce IPv6 wildcard addresses,
- previously they would produce both IPv4 and IPv6 wildcard addresses.
- - When parsing torrc ExitPolicies, we now warn if:
- * an IPv4 address is used on an accept6 or reject6 line. The line is
- ignored, but the rest of the policy items in the list are used.
- (accept/reject continue to allow both IPv4 and IPv6 addresses in
- torrcs.)
- * a "private" address alias is used on an accept6 or reject6 line.
- The line filters both IPv4 and IPv6 private addresses, disregarding
- the 6 in accept6/reject6.
- * any ExitPolicy lines occur after accept/reject *:* or variants.
- These are redundant, and were always ignored.
- - When parsing torrc ExitPolicies, we now issue an info-level message:
- * when expanding an accept/reject * line to include both IPv4 and IPv6
- wildcard addresses.
- - In each instance, usage advice is provided to avoid the message.
- Resolves ticket 16069. Patch by "teor".
- Patch on 2eb7eafc9d78 and a96c0affcb4c (25 Oct 2012),
- released in 0.2.4.7-alpha.
diff --git a/changes/bug17027-reject-private-all-interfaces b/changes/bug17027-reject-private-all-interfaces
deleted file mode 100644
index 755cd5c9f2..0000000000
--- a/changes/bug17027-reject-private-all-interfaces
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor bug fixes (security, exit policies):
- - ExitPolicyRejectPrivate rejects more private addresses by default:
- * the relay's published IPv6 address (if any), and
- * any publicly routable IPv4 or IPv6 addresses on any local interfaces.
- Resolves ticket 17027. Patch by "teor".
- Patch on 42b8fb5a1523 (11 Nov 2007), released in 0.2.0.11-alpha.
diff --git a/changes/bug17047 b/changes/bug17047
deleted file mode 100644
index 3ff40ad9b5..0000000000
--- a/changes/bug17047
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor bugfixes (portability):
- - Restore correct operation of TLS client-cipher detection on
- OpenSSL 1.1. Fixes bug 14047; bugfix on 0.2.7.2-alpha.
diff --git a/changes/ed25519_hup b/changes/ed25519_hup
deleted file mode 100644
index d2de90d8ab..0000000000
--- a/changes/ed25519_hup
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor features (relay, Ed25519):
- - On receiving a HUP signal, check to see whether the Ed25519
- signing key has changed, and reload it if so. Closes ticket
- 16790.