]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
add release note and changelog entry for #40819
authortrinity-1686a <trinity@deuxfleurs.fr>
Sun, 26 Nov 2023 12:12:47 +0000 (13:12 +0100)
committerDavid Goulet <dgoulet@torproject.org>
Tue, 9 Jan 2024 14:09:32 +0000 (09:09 -0500)
ChangeLog
ReleaseNotes

index 3669a5c39f25d329a4f9b7b41e477087daa3d603..ddac73e7845955478f40c16794061a153686b736 100644 (file)
--- 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.
index 3504ec179cb05b8b49bf1ea2ad7a5f242bf5636c..827ef7d5e5586178a01be34e727110ba71682235 100644 (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.