1
0
mirror of https://git.torproject.org/tor.git synced 2025-10-06 06:02:54 +02:00

add release note and changelog entry for #40819

This commit is contained in:
trinity-1686a
2023-11-26 13:12:47 +01:00
committed by David Goulet
parent eff176544d
commit ee5be2bebc
2 changed files with 8 additions and 0 deletions

View File

@@ -68,6 +68,10 @@ Changes in version 0.4.8.3-rc - 2023-08-04
- Update the geoip files to match the IPFire Location Database, as
retrieved on 2023/08/04.
o Minor features (bridge):
- warn when a bridge is also configure to be an exit relay.
Closes ticket 40819.
o Minor bugfixes (compilation):
- Fix all -Werror=enum-int-mismatch warnings. No behavior change.
Fixes bug 40824; bugfix on 0.3.5.1-alpha.

View File

@@ -66,6 +66,10 @@ Changes in version 0.4.8.4 - 2023-08-23
wouldn't have any middle nodes left to choose from so we would fail to
make onion-related circuits. Fixes bug 40805; bugfix on 0.4.7.1-alpha.
o Minor features (bridge):
- warn when a bridge is also configure to be an exit relay.
Closes ticket 40819.
o Minor features (geoip data):
- Update the geoip files to match the IPFire Location Database, as
retrieved on 2023/08/23.