tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit ee5be2bebc977fc723e3bc95ff9ac9a9f8bd732f
parent eff176544d0971bf3d3a8c553316f511452cbc8a
Author: trinity-1686a <trinity@deuxfleurs.fr>
Date:   Sun, 26 Nov 2023 13:12:47 +0100

add release note and changelog entry for #40819

Diffstat:
MChangeLog | 4++++
MReleaseNotes | 4++++
2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -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. diff --git a/ReleaseNotes b/ReleaseNotes @@ -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.