From: David Goulet Date: Thu, 12 Feb 2026 15:08:54 +0000 (-0500) Subject: scripts: Put in 0.4.9 and 0.5.x stable branches X-Git-Tag: tor-0.5.0-alpha-dev~1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=c0926fbd6dde628c036b47e2e829d2dabb735d2d;p=thirdparty%2Ftor.git 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 --- diff --git a/scripts/ci/ci-driver.sh b/scripts/ci/ci-driver.sh index 59ba28869c..e2b9babf1b 100755 --- 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 index ffb16d7cd1..0fe56e4219 100755 --- 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