aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor CI Release <no-email@torproject.org>2023-11-03 13:21:30 +0000
committerDavid Goulet <dgoulet@torproject.org>2023-11-03 09:36:40 -0400
commitdea6d3596bba336c5059d18f3ef896469d994fb3 (patch)
tree28bcd199529352bd9f04fb964ec5fdd930f84a3c
parentc61c1c2cfcf6b1ba226b84485a3cb56c95c82760 (diff)
downloadtor-dea6d3596bba336c5059d18f3ef896469d994fb3.tar.gz
tor-dea6d3596bba336c5059d18f3ef896469d994fb3.zip
release: ChangeLog and ReleaseNotes for 0.4.7.16
-rw-r--r--ChangeLog17
-rw-r--r--ReleaseNotes17
-rw-r--r--changes/fallbackdirs-2023-11-032
-rw-r--r--changes/geoip-2023-11-033
-rw-r--r--changes/ticket408743
5 files changed, 34 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 22e5a146ce..125bf7c029 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+Changes in version 0.4.7.16 - 2023-11-03
+ We are releasing today a fix for a high security issue, TROVE-2023-004, that
+ is affecting relays. Please upgrade as soon as posssible.
+
+ o Major bugfixes (TROVE-2023-004, relay):
+ - Mitigate an issue when Tor compiled with OpenSSL can crash during
+ handshake with a remote relay. Fixes bug 40874; bugfix
+ on 0.2.7.2-alpha.
+
+ o Minor features (fallbackdir):
+ - Regenerate fallback directories generated on November 03, 2023.
+
+ o Minor features (geoip data):
+ - Update the geoip files to match the IPFire Location Database, as
+ retrieved on 2023/11/03.
+
+
Changes in version 0.4.7.15 - 2023-09-18
This version contains an important fix for onion service regarding congestion
control and its reliability. Apart from that, very minor bugfixes. We
diff --git a/ReleaseNotes b/ReleaseNotes
index b800175492..4b5050d875 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -2,6 +2,23 @@ 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.7.16 - 2023-11-03
+ We are releasing today a fix for a high security issue, TROVE-2023-004, that
+ is affecting relays. Please upgrade as soon as posssible.
+
+ o Major bugfixes (TROVE-2023-004, relay):
+ - Mitigate an issue when Tor compiled with OpenSSL can crash during
+ handshake with a remote relay. Fixes bug 40874; bugfix
+ on 0.2.7.2-alpha.
+
+ o Minor features (fallbackdir):
+ - Regenerate fallback directories generated on November 03, 2023.
+
+ o Minor features (geoip data):
+ - Update the geoip files to match the IPFire Location Database, as
+ retrieved on 2023/11/03.
+
+
Changes in version 0.4.7.15 - 2023-09-18
This version contains an important fix for onion service regarding congestion
control and its reliability. Apart from that, very minor bugfixes. We
diff --git a/changes/fallbackdirs-2023-11-03 b/changes/fallbackdirs-2023-11-03
deleted file mode 100644
index a6456a97e7..0000000000
--- a/changes/fallbackdirs-2023-11-03
+++ /dev/null
@@ -1,2 +0,0 @@
- o Minor features (fallbackdir):
- - Regenerate fallback directories generated on November 03, 2023.
diff --git a/changes/geoip-2023-11-03 b/changes/geoip-2023-11-03
deleted file mode 100644
index eedd3394ad..0000000000
--- a/changes/geoip-2023-11-03
+++ /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/11/03.
diff --git a/changes/ticket40874 b/changes/ticket40874
deleted file mode 100644
index e1091f6b63..0000000000
--- a/changes/ticket40874
+++ /dev/null
@@ -1,3 +0,0 @@
- o Major bugfixes (TROVE-2023-004, relay):
- - Mitigate an issue when Tor compiled with OpenSSL can crash during
- handshake with a remote relay. Fixes bug 40874; bugfix on 0.2.7.2-alpha.