lists.torproject.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

tbb-commits

Thread Start a new thread
Threads by month
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2015 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2014 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
tbb-commits@lists.torproject.org

December 2025

  • 1 participants
  • 149 discussions
[Git][tpo/applications/tor-browser-build][main] Bug 41653: Add firefox_platform_version.txt file in artifacts directory
by boklm (@boklm) 18 Dec '25

18 Dec '25
boklm pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 08980e56 by Nicolas Vigier at 2025-12-18T12:00:43+01:00 Bug 41653: Add firefox_platform_version.txt file in artifacts directory Add a file containing the firefox version to make it easier to archive artifacts by firefox version in nightly builds. - - - - - 1 changed file: - projects/firefox/build Changes: ===================================== projects/firefox/build ===================================== @@ -151,6 +151,8 @@ echo "Starting ./mach build $(date)" ./mach python -m mozbuild.action.test_archive mozharness mozharness.zip mv mozharness.zip $artifactsdir + + echo -n '[% c("var/firefox_platform_version") %]' > "$artifactsdir/firefox_platform_version.txt" [% END %] [% IF c("var/macos") -%] View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/0… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/0… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][main] Bug 41668: Build mozharness when building dev artifacts
by boklm (@boklm) 18 Dec '25

18 Dec '25
boklm pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 49da2bdf by Beatriz Rizental at 2025-12-18T11:28:22+01:00 Bug 41668: Build mozharness when building dev artifacts - - - - - 1 changed file: - projects/firefox/build Changes: ===================================== projects/firefox/build ===================================== @@ -148,6 +148,9 @@ echo "Starting ./mach build $(date)" artifactsdir=[% out_dir %]/artifacts/[% c("var/osname") %] mkdir -p $artifactsdir mv obj-*/dist/target.* $artifactsdir + + ./mach python -m mozbuild.action.test_archive mozharness mozharness.zip + mv mozharness.zip $artifactsdir [% END %] [% IF c("var/macos") -%] View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/4… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/4… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][main] MB 501: Use rapid release Firefox tags when needed.
by ma1 (@ma1) 18 Dec '25

18 Dec '25
ma1 pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 1a4c299c by hackademix at 2025-12-17T22:33:13+01:00 MB 501: Use rapid release Firefox tags when needed. - - - - - 1 changed file: - tools/signing/publish-github.mullvadbrowser Changes: ===================================== tools/signing/publish-github.mullvadbrowser ===================================== @@ -25,13 +25,13 @@ TARGET="--target $CHANNEL --target mullvadbrowser-linux-x86_64" MB_TAG=$(showconf firefox git_hash $TARGET) MB_BRANCH=${MB_TAG//-build[0-9]*/} BB_BRANCH=${MB_BRANCH//mullvad-/base-} -ESR_VERSION=$(showconf firefox var/firefox_version $TARGET) +FX_VERSION=$(showconf firefox var/firefox_version $TARGET) BASE_VERSION=$(showconf release var/torbrowser_version $TARGET) RELEASE_VERSION="${BASE_VERSION}${mbrtag_suffix}" RELEASE_URL="https://dist.torproject.org/mullvadbrowser/${RELEASE_VERSION}/" if ! curl -f "$RELEASE_URL" >/dev/null 2>&1 ; then echo >&2 "$RELEASE_URL not found! Maybe you need to run:" - echo >&2 "ssh staticiforme.torproject.org 'cd /srv/dist-master.torproject.org/htdocs/mullvadbrowser && static-update-component dist.torproject.org'" + echo >&2 "ssh staticiforme.torproject.org 'static-update-component dist.torproject.org' && $0" exit 2 fi pushd >/dev/null ../../git_clones/firefox @@ -39,8 +39,9 @@ echo "Fetching $MB_BRANCH and tags..." git fetch --tags "$GL_REMOTE_MULLVAD" "$MB_BRANCH" git fetch --tags "$GL_REMOTE_TOR" "$BB_BRANCH" BB_TAG=$(git tag -l "$BB_BRANCH-build*" | tail -n1) -FX_TAG=$(git tag -l "FIREFOX_${ESR_VERSION//\./_}*" | tail -n1) +FX_TAG=$(git tag -l "FIREFOX_*${FX_VERSION//\./_}*" "FIREFOX_NIGHTLY_${FX_VERSION//\.0a[0-9]*/}*" | tail -n1) echo "QA build version: $BASE_VERSION" +echo "Firefox version: $FX_VERSION" echo "MB tag: $MB_TAG" echo "BB tag: $BB_TAG" echo "FX tag: $FX_TAG" @@ -53,7 +54,7 @@ if ! [[ $REPLY =~ ^[Yy]$ ]]; then fi git checkout $MB_TAG -[[ $(git tag -l $RELEASE_VERSION) ]] || git tag -s $RELEASE_VERSION -m"$ESR_VERSION-based $RELEASE_VERSION" +[[ $(git tag -l $RELEASE_VERSION) ]] || git tag -s $RELEASE_VERSION -m"$FX_VERSION-based $RELEASE_VERSION" git tag -n1 $RELEASE_VERSION git push "$GH_REMOTE" "HEAD:refs/heads/$MB_BRANCH" git push "$GH_REMOTE" "$FX_TAG" View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/1… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/1… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][tor-browser-146.0a1-16.0-2] 4 commits: fixup! TB 43817: Add tests for Tor Browser
by brizental (@brizental) 17 Dec '25

17 Dec '25
brizental pushed to branch tor-browser-146.0a1-16.0-2 at The Tor Project / Applications / Tor Browser Commits: 5ca6dda1 by Beatriz Rizental at 2025-12-17T10:45:07-03:00 fixup! TB 43817: Add tests for Tor Browser Bug 43243: Rename marionette.toml to manifest.toml just for consistency sake. All other marionette manifest files are named that. - - - - - 27ece0a4 by Beatriz Rizental at 2025-12-17T10:45:19-03:00 fixup! TB 43817: Add tests for Tor Browser Bug 43243: Make it possible to run all tor test just by using tags. Just adding the tag wasn't enough though, had to add it to a list of tests in integration-tests.toml. Might be an upstream bug, but I don't feel like debugging that. Also it's easy enough. - - - - - ea62300f by Beatriz Rizental at 2025-12-17T10:45:26-03:00 fixup! TB 43817: Add tests for Tor Browser Bug 43243: iInclude testing/tor directory into common test archive. - - - - - 3349d936 by Beatriz Rizental at 2025-12-17T10:45:35-03:00 fixup! TB 43817: Add tests for Tor Browser Bug 43243: BUGFIX: Make it possible to run both tor browser tests in sequence. Turns out they need to explicitly close the browser, otherwise marionette doesn't do that for us unless it's the end of the whole suite. We want a restart, because we want to bootstrap before each test. - - - - - 6 changed files: - python/mozbuild/mozbuild/action/test_archive.py - testing/marionette/harness/marionette_harness/tests/integration-tests.toml - testing/moz.build - testing/tor/marionette.toml → testing/tor/manifest.toml - testing/tor/test_circuit_isolation.py - testing/tor/test_network_check.py Changes: ===================================== python/mozbuild/mozbuild/action/test_archive.py ===================================== @@ -229,6 +229,12 @@ ARCHIVE_FILES = { "pattern": "**", "dest": "certs", }, + { + "source": buildconfig.topsrcdir, + "base": "", + "pattern": "testing/tor", + "dest": "tor", + }, ], "cppunittest": [ {"source": STAGE, "base": "", "pattern": "cppunittest/**"}, ===================================== testing/marionette/harness/marionette_harness/tests/integration-tests.toml ===================================== @@ -56,6 +56,10 @@ ["include:../../../../../netwerk/test/marionette/manifest.toml"] +# tor tests + +["include:../../../../../testing/tor/manifest.toml"] + # toolkit tests ["include:../../../../../toolkit/components/antitracking/bouncetrackingprotection/test/marionette/manifest.toml"] ===================================== testing/moz.build ===================================== @@ -18,4 +18,4 @@ PERFTESTS_MANIFESTS += [ "performance/perftest.toml", ] -MARIONETTE_MANIFESTS += ["tor/marionette.toml"] +MARIONETTE_MANIFESTS += ["tor/manifest.toml"] ===================================== testing/tor/marionette.toml → testing/tor/manifest.toml ===================================== @@ -1,4 +1,5 @@ [DEFAULT] +tags = "tor" ["test_circuit_isolation.py"] ===================================== testing/tor/test_circuit_isolation.py ===================================== @@ -8,6 +8,9 @@ TOR_BOOTSTRAP_TIMEOUT = 30000 # 30s class TestCircuitIsolation(MarionetteTestCase): + def tearDown(self): + self.marionette.restart(in_app=False, clean=True) + super(TestCircuitIsolation, self).tearDown() def bootstrap(self): with self.marionette.using_context("chrome"): ===================================== testing/tor/test_network_check.py ===================================== @@ -14,6 +14,10 @@ class TestNetworkCheck(MarionetteTestCase): self.l10n = L10n(self.marionette) + def tearDown(self): + self.marionette.restart(in_app=False, clean=True) + super(TestNetworkCheck, self).tearDown() + def attemptConnection(self, tries=1): if tries > 3: self.assertTrue(False, "Failed to connect to Tor after 3 attempts") View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/b05a0c… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/b05a0c… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser] Pushed new branch tor-browser-147.0a1-16.0-1
by henry (@henry) 17 Dec '25

17 Dec '25
henry pushed new branch tor-browser-147.0a1-16.0-1 at The Tor Project / Applications / Tor Browser -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/tree/tor-brows… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][main] 3 commits: Bug 41670: Add script to download Tor VPN release
by boklm (@boklm) 16 Dec '25

16 Dec '25
boklm pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 714dcf10 by Nicolas Vigier at 2025-12-16T17:39:16+01:00 Bug 41670: Add script to download Tor VPN release - - - - - 267928a9 by Nicolas Vigier at 2025-12-16T17:39:18+01:00 Bug 41673: Update linux-signer-sign-android-apks to sign per-arch torvpn apks - - - - - 9ee47407 by Nicolas Vigier at 2025-12-16T17:39:20+01:00 Bug 41672: Prepare Tor VPN 1.4.0Beta - - - - - 4 changed files: - .gitlab/issue_templates/Release Prep - Tor VPN.md - rbm.conf - + tools/signing/download-torvpn-release.torvpn - tools/signing/linux-signer-sign-android-apks Changes: ===================================== .gitlab/issue_templates/Release Prep - Tor VPN.md ===================================== @@ -41,12 +41,7 @@ Tor VPN is on the `main` branch - pierov - [ ] Ensure all builders have matching builds - Place the Tor VPN release to be signed in directory `torvpn/alpha/signed/${TOR_VPN_VERSION}`: - - [ ] `mkdir torvpn/alpha/signed/${TOR_VPN_VERSION} && cd torvpn/alpha/signed/${TOR_VPN_VERSION}` - - [ ] `wget https://${URL_PATH}/app-release.aab` (replacing `${URL_PATH}` with the location where the unsigned build has been published) - - [ ] `mv app-release.aab tor-vpn-${TOR_VPN_VERSION}.aab` - - [ ] `wget https://${URL_PATH}/app-release-unsigned.apk` (replacing `${URL_PATH}` with the location where the unsigned build has been published) - - [ ] `mv app-release-unsigned.apk tor-vpn-qa-unsigned-android-multiarch-${TOR_VPN_VERSION}.apk` - - [ ] `sha256sum tor-vpn-* > sha256sums-unsigned-build.txt` + - [ ] `./tools/signing/download-torvpn-release.torvpn ${URL_PATH}` (replacing `${URL_PATH}` with the location where the unsigned build has been published, for example https://tb-build-03.torproject.org/~dan/vpn/1.4.0Beta/) - [ ] Compare checksums from `sha256sums-unsigned-build.txt` with expected checksums - [ ] On `${STAGING_SERVER}`, ensure updated: - [ ] `tor-browser-build` is on the right commit ===================================== rbm.conf ===================================== @@ -339,9 +339,9 @@ targets: torvpn: var: tor-vpn: 1 - torbrowser_version: '1.3.0Beta' + torbrowser_version: '1.4.0Beta' torbrowser_build: 'build1' - browser_release_date: '2025/10/31 07:30:00' + browser_release_date: '2025/12/16 15:00:00' project-name: tor-vpn projectname: torvpn Project_Name: 'Tor VPN' ===================================== tools/signing/download-torvpn-release.torvpn ===================================== @@ -0,0 +1,54 @@ +#!/bin/bash +# +# This script downloads a Tor VPN release from the given URL and will +# rename the files and put them in torvpn/alpha/signed/$version (where +# $version is the torvpn version defined in rbm.conf). +# +# Usage: download-torvpn-release.torvpn <base_url> +# +# base_url: URL directory where the release can be downloaded. For +# example https://tb-build-03.torproject.org/~dan/vpn/1.4.0Beta/. +# +set -e +script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) +source "$script_dir/functions" + +base_url="$1" + +test -d "$signed_version_dir" && \ + exit_error "Directory already exist: $signed_version_dir" + +test $# -ne 1 && \ + exit_error "Wrong number of arguments" + +tmpdir=$(mktemp -p "$script_dir/../../tmp" -d) +trap "rm -Rf $tmpdir" EXIT +cd $tmpdir +for arch in arm64v8a armeabiv7a universal x86 x86_64 +do + case "$arch" in + arm64v8a) + dest_arch=aarch64 + ;; + armeabiv7a) + dest_arch=armv7 + ;; + universal) + dest_arch=multiarch + ;; + *) + dest_arch="$arch" + ;; + esac + dl_filename="app-$arch-release-unsigned.apk" + wget -O "$dl_filename" "$base_url/$dl_filename" + mv "$dl_filename" "tor-vpn-qa-unsigned-android-${dest_arch}-${tbb_version}.apk" +done + +wget -O app-universal-release.aab "$base_url/app-universal-release.aab" +mv app-universal-release.aab "tor-vpn-${tbb_version}.aab" +sha256sum $(ls -1 *.apk *.aab | sort) > sha256sums-unsigned-build.txt +cat sha256sums-unsigned-build.txt + +mkdir -p "$signed_version_dir" +mv -f *.aab *.apk *.txt "$signed_version_dir" ===================================== tools/signing/linux-signer-sign-android-apks ===================================== @@ -7,7 +7,7 @@ source "$script_dir/functions" topdir="$script_dir/../.." ARCHS="armv7 aarch64 x86_64" -test "$SIGNING_PROJECTNAME" = 'torvpn' && ARCHS='multiarch' +test "$SIGNING_PROJECTNAME" = 'torvpn' && ARCHS="$ARCHS x86 multiarch" projname=$(project-name) # tbb_version_type, tbb_version and SIGNING_PROJECTNAME are used in # wrappers/sign-apk, so we export them View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][maint-15.0] Update rbm for rbm#40090 and rbm#40095
by boklm (@boklm) 16 Dec '25

16 Dec '25
boklm pushed to branch maint-15.0 at The Tor Project / Applications / tor-browser-build Commits: 0988a1dd by Nicolas Vigier at 2025-12-16T17:29:34+01:00 Update rbm for rbm#40090 and rbm#40095 - - - - - 1 changed file: - rbm Changes: ===================================== rbm ===================================== @@ -1 +1 @@ -Subproject commit 8c5f3899cfe239a779c46182361aa1b2ab4f8957 +Subproject commit 8885e87c2def8fe2f85c76fd8df0226fff99f9a4 View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/0… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/0… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][main] Update rbm for rbm#40095
by boklm (@boklm) 16 Dec '25

16 Dec '25
boklm pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 5f158a2f by Nicolas Vigier at 2025-12-16T17:24:21+01:00 Update rbm for rbm#40095 Closing #41664 - - - - - 1 changed file: - rbm Changes: ===================================== rbm ===================================== @@ -1 +1 @@ -Subproject commit e099ccbd0abd1c693f76705a6cb5446d12f0bae2 +Subproject commit 8885e87c2def8fe2f85c76fd8df0226fff99f9a4 View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/5… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/5… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/rbm][main] Bug 40095: Cached checksums should not be used for input files when refresh_input is enabled
by boklm (@boklm) 16 Dec '25

16 Dec '25
boklm pushed to branch main at The Tor Project / Applications / RBM Commits: 8885e87c by Nicolas Vigier at 2025-12-16T11:28:54+01:00 Bug 40095: Cached checksums should not be used for input files when refresh_input is enabled - - - - - 1 changed file: - lib/RBM.pm Changes: ===================================== lib/RBM.pm ===================================== @@ -864,6 +864,7 @@ sub input_file_id { my $opts = { norec => { output_dir => '/out', getting_id => 1, }}; return $filename . ':' . sha256_hex($t->('exec', $opts)) if $input_file->{exec}; + shafile('sha256sum', $fname, { remove_cache => 1 }) if $t->('refresh_input'); return input_file_id_hash($fname, $filename); } View it on GitLab: https://gitlab.torproject.org/tpo/applications/rbm/-/commit/8885e87c2def8fe… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/rbm/-/commit/8885e87c2def8fe… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-update-responses][main] 6 commits: alpha: new version, 16.0a1 (linux-aarch64)
by ma1 (@ma1) 16 Dec '25

16 Dec '25
ma1 pushed to branch main at The Tor Project / Applications / Tor Browser update responses Commits: 11b4b81d by hackademix at 2025-12-16T16:58:56+01:00 alpha: new version, 16.0a1 (linux-aarch64) - - - - - c635eeab by hackademix at 2025-12-16T16:58:56+01:00 alpha: new version, 16.0a1 (linux-x86_64) - - - - - bb76010a by hackademix at 2025-12-16T16:58:57+01:00 alpha: new version, 16.0a1 (macos) - - - - - 3c5d5fb3 by hackademix at 2025-12-16T16:58:57+01:00 alpha: new version, 16.0a1 (windows-i686) - - - - - a090c372 by hackademix at 2025-12-16T16:58:57+01:00 alpha: new version, 16.0a1 (windows-x86_64) - - - - - 47f2f19c by hackademix at 2025-12-16T16:58:58+01:00 alpha: new version, 16.0a1 - - - - - 45 changed files: - update_3/alpha/.htaccess - update_3/alpha/download-android-aarch64.json - update_3/alpha/download-android-armv7.json - update_3/alpha/download-android-x86_64.json - + update_3/alpha/download-linux-aarch64.json - update_3/alpha/download-linux-x86_64.json - update_3/alpha/download-macos.json - update_3/alpha/download-windows-i686.json - update_3/alpha/download-windows-x86_64.json - update_3/alpha/downloads.json - + update_3/alpha/linux-aarch64/.htaccess - + update_3/alpha/linux-aarch64/no-update.xml - + update_3/alpha/linux-aarch64/update-16.0a1-linux-aarch64.xml - update_3/alpha/linux-x86_64/.htaccess - update_3/alpha/linux-x86_64/update-15.0a1-15.0a4-linux-x86_64.xml → update_3/alpha/linux-x86_64/update-15.0a2-16.0a1-linux-x86_64.xml - update_3/alpha/linux-x86_64/update-15.0a2-15.0a4-linux-x86_64.xml → update_3/alpha/linux-x86_64/update-15.0a3-16.0a1-linux-x86_64.xml - update_3/alpha/linux-x86_64/update-15.0a3-15.0a4-linux-x86_64.xml → update_3/alpha/linux-x86_64/update-15.0a4-16.0a1-linux-x86_64.xml - update_3/alpha/linux-x86_64/update-15.0a4-linux-x86_64.xml → update_3/alpha/linux-x86_64/update-16.0a1-linux-x86_64.xml - update_3/alpha/macos/.htaccess - − update_3/alpha/macos/update-15.0a1-15.0a4-macos.xml - − update_3/alpha/macos/update-15.0a2-15.0a4-macos.xml - + update_3/alpha/macos/update-15.0a2-16.0a1-macos.xml - − update_3/alpha/macos/update-15.0a3-15.0a4-macos.xml - + update_3/alpha/macos/update-15.0a3-16.0a1-macos.xml - + update_3/alpha/macos/update-15.0a4-16.0a1-macos.xml - − update_3/alpha/macos/update-15.0a4-macos.xml - + update_3/alpha/macos/update-16.0a1-macos.xml - update_3/alpha/windows-i686/.htaccess - − update_3/alpha/windows-i686/update-15.0a1-15.0a4-windows-i686.xml - − update_3/alpha/windows-i686/update-15.0a2-15.0a4-windows-i686.xml - + update_3/alpha/windows-i686/update-15.0a2-16.0a1-windows-i686.xml - − update_3/alpha/windows-i686/update-15.0a3-15.0a4-windows-i686.xml - + update_3/alpha/windows-i686/update-15.0a3-16.0a1-windows-i686.xml - + update_3/alpha/windows-i686/update-15.0a4-16.0a1-windows-i686.xml - − update_3/alpha/windows-i686/update-15.0a4-windows-i686.xml - + update_3/alpha/windows-i686/update-16.0a1-windows-i686.xml - update_3/alpha/windows-x86_64/.htaccess - − update_3/alpha/windows-x86_64/update-15.0a1-15.0a4-windows-x86_64.xml - − update_3/alpha/windows-x86_64/update-15.0a2-15.0a4-windows-x86_64.xml - + update_3/alpha/windows-x86_64/update-15.0a2-16.0a1-windows-x86_64.xml - − update_3/alpha/windows-x86_64/update-15.0a3-15.0a4-windows-x86_64.xml - + update_3/alpha/windows-x86_64/update-15.0a3-16.0a1-windows-x86_64.xml - + update_3/alpha/windows-x86_64/update-15.0a4-16.0a1-windows-x86_64.xml - − update_3/alpha/windows-x86_64/update-15.0a4-windows-x86_64.xml - + update_3/alpha/windows-x86_64/update-16.0a1-windows-x86_64.xml The diff was not included because it is too large. View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-update-responses… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-update-responses… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
  • ← Newer
  • 1
  • 2
  • 3
  • 4
  • ...
  • 15
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.