aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--ReleaseNotes4
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 211e2e887b..a0421ea3ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -216,6 +216,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 c68d792168..362e687306 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -214,6 +214,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.