tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 1442ca4852283d6650dcad60bdb4e9167aceb495
parent fbd3fbc97ce003d040cacdf3c3f2542668c1ff2c
Author: David Goulet <dgoulet@torproject.org>
Date:   Thu, 12 Feb 2026 09:39:57 -0500

changelog: Add missing changes to ChangeLog/ReleaseNotes

Signed-off-by: David Goulet <dgoulet@torproject.org>

Diffstat:
MChangeLog | 19+++++++++++++++++++
MReleaseNotes | 19+++++++++++++++++++
Dchanges/bugfix-41184 | 3---
Dchanges/export-consensus | 4----
Dchanges/fallbackdirs-2026-02-12 | 2--
Dchanges/geoip-2026-02-12 | 3---
Dchanges/pt-shutdown-fix | 2--
Dchanges/ticket41214 | 2--
8 files changed, 38 insertions(+), 16 deletions(-)

diff --git 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. diff --git a/ReleaseNotes b/ReleaseNotes @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -1,2 +0,0 @@ - o Minor features (windows): - - Various compilation fixes for our Windows CI. Closes ticket 41214.