tor

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

commit c0926fbd6dde628c036b47e2e829d2dabb735d2d
parent 1442ca4852283d6650dcad60bdb4e9167aceb495
Author: David Goulet <dgoulet@torproject.org>
Date:   Thu, 12 Feb 2026 10:08:54 -0500

scripts: Put in 0.4.9 and 0.5.x stable branches

Git list needs the new 0.4.9 stable branches. CI driver needs to know about
0.5.x (main)

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

Diffstat:
Mscripts/ci/ci-driver.sh | 4++++
Mscripts/git/git-list-tor-branches.sh | 3+++
2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/scripts/ci/ci-driver.sh b/scripts/ci/ci-driver.sh @@ -306,6 +306,10 @@ case "$TOR_VERSION" in TOR_VER_AT_LEAST_043=yes TOR_VER_AT_LEAST_044=yes ;; + 0.5.0.*) + TOR_VER_AT_LEAST_043=yes + TOR_VER_AT_LEAST_044=yes + ;; esac ############################################################################# diff --git a/scripts/git/git-list-tor-branches.sh b/scripts/git/git-list-tor-branches.sh @@ -146,6 +146,9 @@ finish() { branch maint-0.4.8 branch release-0.4.8 +branch maint-0.4.9 +branch release-0.4.9 + branch main finish