aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2022-08-12 10:16:38 -0400
committerDavid Goulet <dgoulet@torproject.org>2022-08-12 10:16:38 -0400
commitf76d5169822a472f40b94cfa1245e1ee2f615355 (patch)
treec4e32fea57b6954f4f1d4b5926e3723765b4a2fb
parent368995a2c521e8f7b1502a7bef8abdb56ca21515 (diff)
downloadtor-f76d5169822a472f40b94cfa1245e1ee2f615355.tar.gz
tor-f76d5169822a472f40b94cfa1245e1ee2f615355.zip
release: ChangeLog and ReleaseNotes for 0.4.6.12
Signed-off-by: David Goulet <dgoulet@torproject.org>
-rw-r--r--ChangeLog13
-rw-r--r--ReleaseNotes13
2 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aadc8220fb..f5e6c01f82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Changes in version 0.4.6.12 - 2022-08-12
+ This version updates the geoip cache that we generate from IPFire location
+ database to use the August 9th, 2022 one. Everyone MUST update to this
+ latest release else circuit path selection and relay metrics are badly
+ affected.
+
+ o Major bugfixes (geoip data):
+ - IPFire informed us on August 12th that databases generated after
+ (including) August 10th did not have proper ARIN network allocations. We
+ are updating the database to use the one generated on August 9th, 2022.
+ Fixes bug 40658; bugfix on 0.4.6.11.
+
+
Changes in version 0.4.6.11 - 2022-08-11
This version contains two major fixes aimed at reducing memory pressure on
relays and possible side-channel. The rest of the fixes were backported for
diff --git a/ReleaseNotes b/ReleaseNotes
index 54a1076959..aaab3f5ac2 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -2,6 +2,19 @@ This document summarizes new features and bugfixes in each stable
release of Tor. If you want to see more detailed descriptions of the
changes in each development snapshot, see the ChangeLog file.
+Changes in version 0.4.6.12 - 2022-08-12
+ This version updates the geoip cache that we generate from IPFire location
+ database to use the August 9th, 2022 one. Everyone MUST update to this
+ latest release else circuit path selection and relay metrics are badly
+ affected.
+
+ o Major bugfixes (geoip data):
+ - IPFire informed us on August 12th that databases generated after
+ (including) August 10th did not have proper ARIN network allocations. We
+ are updating the database to use the one generated on August 9th, 2022.
+ Fixes bug 40658; bugfix on 0.4.6.11.
+
+
Changes in version 0.4.6.11 - 2022-08-11
This version contains two major fixes aimed at reducing memory pressure on
relays and possible side-channel. The rest of the fixes were backported for