diff options
author | David Goulet <dgoulet@torproject.org> | 2024-04-10 13:04:50 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2024-04-10 13:04:50 -0400 |
commit | 101afb7ba2e45d09bb8922713be6cce61ed407ec (patch) | |
tree | f65f3e9ac13941b1cb45f9db998f3914a500473b | |
parent | 32a0a31fea776a0a9809d68136fa6d629b6eb8ba (diff) | |
download | tor-101afb7ba2e45d09bb8922713be6cce61ed407ec.tar.gz tor-101afb7ba2e45d09bb8922713be6cce61ed407ec.zip |
release: ChangeLog and ReleaseNotes for 0.4.8.11
Signed-off-by: David Goulet <dgoulet@torproject.org>
-rw-r--r-- | ChangeLog | 31 | ||||
-rw-r--r-- | ReleaseNotes | 31 | ||||
-rw-r--r-- | changes/bug40910 | 5 | ||||
-rw-r--r-- | changes/fallbackdirs-2024-04-10 | 2 | ||||
-rw-r--r-- | changes/geoip-2024-04-10 | 3 | ||||
-rw-r--r-- | changes/ticket40891 | 5 | ||||
-rw-r--r-- | changes/ticket40896 | 2 | ||||
-rw-r--r-- | changes/tor26-change | 3 |
8 files changed, 62 insertions, 20 deletions
@@ -1,3 +1,34 @@ +Changes in version 0.4.8.11 - 2024-04-10 + This is a minor release mostly to upgrade the fallbackdir list. Worth noting + also that directory authority running this version will now automatically + reject relays running the end of life 0.4.7.x version. + + o Minor feature (authority): + - Reject 0.4.7.x series at the authority level. Closes ticket 40896. + + o Minor feature (dirauth, tor26): + - New IP address and keys. + + o Minor feature (directory authority): + - Allow BandwidthFiles "node_id" KeyValue without the dollar sign at + the start of the hexdigit, in order to easier database queries + combining Tor documents in which the relays fingerprint does not + include it. Fixes bug 40891; bugfix on 0.4.7 (all supported + versions of Tor). + + o Minor features (fallbackdir): + - Regenerate fallback directories generated on April 10, 2024. + + o Minor features (geoip data): + - Update the geoip files to match the IPFire Location Database, as + retrieved on 2024/04/10. + + o Minor bugfixes (directory authorities): + - Add a warning when publishing a vote or signatures to another + directory authority fails. Fixes bug 40910; bugfix + on 0.2.0.3-alpha. + + Changes in version 0.4.8.10 - 2023-12-08 This is a security release fixing a high severity bug (TROVE-2023-007) affecting Exit relays supporting Conflux. We strongly recommend to update as diff --git a/ReleaseNotes b/ReleaseNotes index 4495f66034..dd00788d1f 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -2,6 +2,37 @@ 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.11 - 2024-04-10 + This is a minor release mostly to upgrade the fallbackdir list. Worth noting + also that directory authority running this version will now automatically + reject relays running the end of life 0.4.7.x version. + + o Minor feature (authority): + - Reject 0.4.7.x series at the authority level. Closes ticket 40896. + + o Minor feature (dirauth, tor26): + - New IP address and keys. + + o Minor feature (directory authority): + - Allow BandwidthFiles "node_id" KeyValue without the dollar sign at + the start of the hexdigit, in order to easier database queries + combining Tor documents in which the relays fingerprint does not + include it. Fixes bug 40891; bugfix on 0.4.7 (all supported + versions of Tor). + + o Minor features (fallbackdir): + - Regenerate fallback directories generated on April 10, 2024. + + o Minor features (geoip data): + - Update the geoip files to match the IPFire Location Database, as + retrieved on 2024/04/10. + + o Minor bugfixes (directory authorities): + - Add a warning when publishing a vote or signatures to another + directory authority fails. Fixes bug 40910; bugfix + on 0.2.0.3-alpha. + + Changes in version 0.4.8.10 - 2023-12-08 This is a security release fixing a high severity bug (TROVE-2023-007) affecting Exit relays supporting Conflux. We strongly recommend to update as diff --git a/changes/bug40910 b/changes/bug40910 deleted file mode 100644 index 6de15bf8c9..0000000000 --- a/changes/bug40910 +++ /dev/null @@ -1,5 +0,0 @@ - o Minor bugfixes (directory authorities): - - Add a warning when publishing a vote or signatures to another - directory authority fails. Fixes bug 40910; bugfix on - 0.2.0.3-alpha. - diff --git a/changes/fallbackdirs-2024-04-10 b/changes/fallbackdirs-2024-04-10 deleted file mode 100644 index 4527785112..0000000000 --- a/changes/fallbackdirs-2024-04-10 +++ /dev/null @@ -1,2 +0,0 @@ - o Minor features (fallbackdir): - - Regenerate fallback directories generated on April 10, 2024. diff --git a/changes/geoip-2024-04-10 b/changes/geoip-2024-04-10 deleted file mode 100644 index 30a95612a0..0000000000 --- a/changes/geoip-2024-04-10 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor features (geoip data): - - Update the geoip files to match the IPFire Location Database, - as retrieved on 2024/04/10. diff --git a/changes/ticket40891 b/changes/ticket40891 deleted file mode 100644 index c0e2080587..0000000000 --- a/changes/ticket40891 +++ /dev/null @@ -1,5 +0,0 @@ - o Minor feature (directory authority): - - Allow BandwidthFiles "node_id" KeyValue without the dollar sign at the - start of the hexdigit, in order to easier database queries combining - Tor documents in which the relays fingerprint does not include it. - Fixes bug 40891; bugfix on 0.4.7 (all supported versions of Tor). diff --git a/changes/ticket40896 b/changes/ticket40896 deleted file mode 100644 index 4f04ce71dc..0000000000 --- a/changes/ticket40896 +++ /dev/null @@ -1,2 +0,0 @@ - o Minor feature (authority): - - Reject 0.4.7.x series at the authority level. Closes ticket 40896.
\ No newline at end of file diff --git a/changes/tor26-change b/changes/tor26-change deleted file mode 100644 index 8aaabb094c..0000000000 --- a/changes/tor26-change +++ /dev/null @@ -1,3 +0,0 @@ - o Minor feature (dirauth, tor26): - - New IP address and keys. - |