diff options
author | trinity-1686a <trinity@deuxfleurs.fr> | 2023-11-26 13:12:47 +0100 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2024-01-09 09:09:32 -0500 |
commit | ee5be2bebc977fc723e3bc95ff9ac9a9f8bd732f (patch) | |
tree | 5102146e638ae6f18b36b87154d53db3d3082f03 /ChangeLog | |
parent | eff176544d0971bf3d3a8c553316f511452cbc8a (diff) | |
download | tor-ee5be2bebc977fc723e3bc95ff9ac9a9f8bd732f.tar.gz tor-ee5be2bebc977fc723e3bc95ff9ac9a9f8bd732f.zip |
add release note and changelog entry for #40819
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |