aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2024-01-09 09:09:44 -0500
committerDavid Goulet <dgoulet@torproject.org>2024-01-09 09:09:44 -0500
commitf6caffdb7538ad2864f4f6f5dec128bf460a33ed (patch)
tree708a07ab8c59ca7eb39e0a59165c36b7917b868e
parent32ad47d481a8f12496bd287d2cadff56f9a0bab6 (diff)
parentee5be2bebc977fc723e3bc95ff9ac9a9f8bd732f (diff)
downloadtor-f6caffdb7538ad2864f4f6f5dec128bf460a33ed.tar.gz
tor-f6caffdb7538ad2864f4f6f5dec128bf460a33ed.zip
Merge branch 'maint-0.4.8' into release-0.4.8
-rw-r--r--ChangeLog4
-rw-r--r--ReleaseNotes4
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6bf7731733..2e5a4559e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -239,6 +239,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
index 0cc08f9454..4495f66034 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -231,6 +231,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.