diff options
author | David Goulet <dgoulet@torproject.org> | 2023-09-25 09:57:44 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2023-09-25 09:57:44 -0400 |
commit | 360e22e7ce5c68024c978ca643fe4fb259f88743 (patch) | |
tree | f2705a6c27427cb2bf1eec9eba9713d201158ca3 | |
parent | bdfd134eec4c2e08b289cd8d7c30783ac05892e7 (diff) | |
download | tor-360e22e7ce5c68024c978ca643fe4fb259f88743.tar.gz tor-360e22e7ce5c68024c978ca643fe4fb259f88743.zip |
release: ChangeLog and ReleaseNotes for 0.4.8.7
Signed-off-by: David Goulet <dgoulet@torproject.org>
-rw-r--r-- | ChangeLog | 18 | ||||
-rw-r--r-- | ReleaseNotes | 18 | ||||
-rw-r--r-- | changes/bug40862 | 3 | ||||
-rw-r--r-- | changes/fallbackdirs-2023-09-25 | 2 | ||||
-rw-r--r-- | changes/geoip-2023-09-25 | 3 |
5 files changed, 36 insertions, 8 deletions
@@ -1,3 +1,21 @@ +Changes in version 0.4.8.7 - 2023-09-25 + This version fixes a single major bug in the Conflux subsystem on the client + side. See below for more information. The upcoming Tor Browser 13 stable will + pick this up. + + o Major bugfixes (conflux): + - Fix an issue that prevented us from pre-building more conflux sets + after existing sets had been used. Fixes bug 40862; bugfix + on 0.4.8.1-alpha. + + o Minor features (fallbackdir): + - Regenerate fallback directories generated on September 25, 2023. + + o Minor features (geoip data): + - Update the geoip files to match the IPFire Location Database, as + retrieved on 2023/09/25. + + Changes in version 0.4.8.6 - 2023-09-18 This version contains an important fix for onion service regarding congestion control and its reliability. Apart from that, uneeded BUG warnings have been diff --git a/ReleaseNotes b/ReleaseNotes index 2d5fdeb6a0..4c3bbda3be 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -2,6 +2,24 @@ 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.8.7 - 2023-09-25 + This version fixes a single major bug in the Conflux subsystem on the client + side. See below for more information. The upcoming Tor Browser 13 stable will + pick this up. + + o Major bugfixes (conflux): + - Fix an issue that prevented us from pre-building more conflux sets + after existing sets had been used. Fixes bug 40862; bugfix + on 0.4.8.1-alpha. + + o Minor features (fallbackdir): + - Regenerate fallback directories generated on September 25, 2023. + + o Minor features (geoip data): + - Update the geoip files to match the IPFire Location Database, as + retrieved on 2023/09/25. + + Changes in version 0.4.8.6 - 2023-09-18 o Major bugfixes (onion service): - Fix a reliability issue where services were expiring their diff --git a/changes/bug40862 b/changes/bug40862 deleted file mode 100644 index 83ad9376d9..0000000000 --- a/changes/bug40862 +++ /dev/null @@ -1,3 +0,0 @@ - o Major bugfixes (conflux): - - Fix an issue that prevented us from pre-building more conflux sets after - existing sets had been used. Fixes bug 40862; bugfix on 0.4.8.1-alpha. diff --git a/changes/fallbackdirs-2023-09-25 b/changes/fallbackdirs-2023-09-25 deleted file mode 100644 index b5cd48d5d1..0000000000 --- a/changes/fallbackdirs-2023-09-25 +++ /dev/null @@ -1,2 +0,0 @@ - o Minor features (fallbackdir): - - Regenerate fallback directories generated on September 25, 2023. diff --git a/changes/geoip-2023-09-25 b/changes/geoip-2023-09-25 deleted file mode 100644 index a6ec201381..0000000000 --- a/changes/geoip-2023-09-25 +++ /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/09/25. |