]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changelog: Add missing changes to ChangeLog/ReleaseNotes tor-0.4.9.5
authorDavid Goulet <dgoulet@torproject.org>
Thu, 12 Feb 2026 14:39:57 +0000 (09:39 -0500)
committerDavid Goulet <dgoulet@torproject.org>
Thu, 12 Feb 2026 14:39:57 +0000 (09:39 -0500)
Signed-off-by: David Goulet <dgoulet@torproject.org>
ChangeLog
ReleaseNotes
changes/bugfix-41184 [deleted file]
changes/export-consensus [deleted file]
changes/fallbackdirs-2026-02-12 [deleted file]
changes/geoip-2026-02-12 [deleted file]
changes/pt-shutdown-fix [deleted file]
changes/ticket41214 [deleted file]

index c2050525f3176edba2f40498bc3b43a3e1a0ca59..343f83a3fd2da6b1afd6959b20c6a31da2ee7479 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -130,6 +130,21 @@ Changes in version 0.4.9.5 - 2026-02-12
     - Use /data/local/tmp for data storage on Android by default. Closes
       ticket 40487. Patch from Hans-Christoph Steiner.
 
+  o Minor features (directory authority):
+    - Export unsigned consensus documents once we have seen a threshold
+      of signatures, as a step toward the consensus transparency
+      experiment.
+
+  o Minor features (fallbackdir):
+    - Regenerate fallback directories generated on February 12, 2026.
+
+  o Minor features (geoip data):
+    - Update the geoip files to match the IPFire Location Database,
+      as retrieved on 2026/02/12.
+
+  o Minor features (windows):
+    - Various compilation fixes for our Windows CI. Closes ticket 41214.
+
   o Minor bugfixes (exit relays):
     - Clip every returned DNS TTL to 60 (RESOLVED) in order to mitigate
       an exit DNS cache oracle. Fixes bug 40979; bugfix on 0.3.5.1-alpha.
@@ -190,6 +205,10 @@ Changes in version 0.4.9.5 - 2026-02-12
       hidden services with TestingTorNetwork enabled. Fixes bug 40922;
       bugfix on 0.3.2.1-alpha.
 
+  o Minor bugfixes (relay):
+    - Refuse to overwrite an existing *.secret_family_key when running
+      tor --keygen-family. Fixes bug 41184; bugfix on 0.4.9.1-alpha.
+
   o New system requirements:
     - When built with LibreSSL, Tor now requires LibreSSL 3.7 or later.
       Part of ticket 41059.
index d952b9089848fde4ec1a1609605d5da6e9fc5bdb..fc241b65168295748fceed04a3470e9cdb69c0fb 100644 (file)
@@ -134,6 +134,21 @@ Changes in version 0.4.9.5 - 2026-02-12
     - Use /data/local/tmp for data storage on Android by default. Closes
       ticket 40487. Patch from Hans-Christoph Steiner.
 
+  o Minor features (directory authority):
+    - Export unsigned consensus documents once we have seen a threshold
+      of signatures, as a step toward the consensus transparency
+      experiment.
+
+  o Minor features (fallbackdir):
+    - Regenerate fallback directories generated on February 12, 2026.
+
+  o Minor features (geoip data):
+    - Update the geoip files to match the IPFire Location Database,
+      as retrieved on 2026/02/12.
+
+  o Minor features (windows):
+    - Various compilation fixes for our Windows CI. Closes ticket 41214.
+
   o Minor bugfixes (exit relays):
     - Clip every returned DNS TTL to 60 (RESOLVED) in order to mitigate
       an exit DNS cache oracle. Fixes bug 40979; bugfix on 0.3.5.1-alpha.
@@ -194,6 +209,10 @@ Changes in version 0.4.9.5 - 2026-02-12
       hidden services with TestingTorNetwork enabled. Fixes bug 40922;
       bugfix on 0.3.2.1-alpha.
 
+  o Minor bugfixes (relay):
+    - Refuse to overwrite an existing *.secret_family_key when running
+      tor --keygen-family. Fixes bug 41184; bugfix on 0.4.9.1-alpha.
+
   o New system requirements:
     - When built with LibreSSL, Tor now requires LibreSSL 3.7 or later.
       Part of ticket 41059.
diff --git a/changes/bugfix-41184 b/changes/bugfix-41184
deleted file mode 100644 (file)
index b10ca70..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor bugfixes (relay) (bugfix on 0.4.9.x):
-    - Refuse to overwrite an existing *.secret_family_key when running
-      tor --keygen-family. Fixes bug 41184; bugfix on 0.4.9.x.
diff --git a/changes/export-consensus b/changes/export-consensus
deleted file mode 100644 (file)
index a2837c4..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor features (directory authority):
-    - Export unsigned consensus documents once we have seen a threshold
-      of signatures, as a step toward the consensus transparency
-      experiment.
diff --git a/changes/fallbackdirs-2026-02-12 b/changes/fallbackdirs-2026-02-12
deleted file mode 100644 (file)
index 0c7515b..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  o Minor features (fallbackdir):
-    - Regenerate fallback directories generated on February 12, 2026.
diff --git a/changes/geoip-2026-02-12 b/changes/geoip-2026-02-12
deleted file mode 100644 (file)
index 3403b58..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor features (geoip data):
-    - Update the geoip files to match the IPFire Location Database,
-      as retrieved on 2026/02/12.
diff --git a/changes/pt-shutdown-fix b/changes/pt-shutdown-fix
deleted file mode 100644 (file)
index 8e6a32b..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  o Minor feature (pluggable transports, shutdown):
-    - Don't launch managed proxies on impending shutdown
diff --git a/changes/ticket41214 b/changes/ticket41214
deleted file mode 100644 (file)
index f93b030..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  o Minor features (windows):
-    - Various compilation fixes for our Windows CI. Closes ticket 41214.