aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorTor CI Release <no-email@torproject.org>2023-01-12 16:01:04 +0000
committerDavid Goulet <dgoulet@torproject.org>2023-01-12 11:11:20 -0500
commit11ac6c3adc50153826d30c46dffa43977ffc1f69 (patch)
treeb1919c43ff06539a2ec863fddaec97a76372bee4 /changes
parentd0f1a446eab8a7191f18ac4d4ca0abe222820041 (diff)
downloadtor-11ac6c3adc50153826d30c46dffa43977ffc1f69.tar.gz
tor-11ac6c3adc50153826d30c46dffa43977ffc1f69.zip
release: ChangeLog and ReleaseNotes for 0.4.5.16
Diffstat (limited to 'changes')
-rw-r--r--changes/bug405638
-rw-r--r--changes/fallbackdirs-2023-01-122
-rw-r--r--changes/geoip-2023-01-123
-rw-r--r--changes/ticket407305
4 files changed, 0 insertions, 18 deletions
diff --git a/changes/bug40563 b/changes/bug40563
deleted file mode 100644
index e7a3deec6d..0000000000
--- a/changes/bug40563
+++ /dev/null
@@ -1,8 +0,0 @@
- o Major bugfixes (relay):
- - When opening a channel because of a circuit request that did not
- include an Ed25519 identity, record the Ed25519 identity that we
- actually received, so that we can use the channel for other circuit
- requests that _do_ list an Ed25519 identity.
- (Previously we had code to record this identity, but a logic bug
- caused it to be disabled.) Fixes bug 40563; bugfix on 0.3.0.1-alpha.
- Patch from "cypherpunks".
diff --git a/changes/fallbackdirs-2023-01-12 b/changes/fallbackdirs-2023-01-12
deleted file mode 100644
index e3788a16ae..0000000000
--- a/changes/fallbackdirs-2023-01-12
+++ /dev/null
@@ -1,2 +0,0 @@
- o Minor features (fallbackdir):
- - Regenerate fallback directories generated on January 12, 2023.
diff --git a/changes/geoip-2023-01-12 b/changes/geoip-2023-01-12
deleted file mode 100644
index 8378d34fbf..0000000000
--- a/changes/geoip-2023-01-12
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor features (geoip data):
- - Update the geoip files to match the IPFire Location Database,
- as retrieved on 2023/01/12.
diff --git a/changes/ticket40730 b/changes/ticket40730
deleted file mode 100644
index f6d4c9de3b..0000000000
--- a/changes/ticket40730
+++ /dev/null
@@ -1,5 +0,0 @@
- o Major bugfixes (TROVE-2022-002, client):
- - The SafeSocks option had its logic inverted for SOCKS4 and SOCKS4a. It
- would let the unsafe SOCKS4 pass but not the safe SOCKS4a one. This is
- TROVE-2022-002 which was reported on Hackerone by "cojabo". Fixes bug
- 40730; bugfix on 0.3.5.1-alpha.