boklm pushed to branch main at The Tor Project / Applications /
tor-browser-build
Commits:
e5560888 by Morgan at 2024-07-30T21:05:34+00:00
Bug 41197: Modify nightly's update-responses to prevent upgrades on
unsupported Windows and macOS versions
- - - - -
1 changed file:
- tools/signing/nightly/update-responses-base-config.yml
Changes:
=====================================
tools/signing/nightly/update-responses-base-config.yml
=====================================
@@ -18,14 +18,17 @@ versions:
nightly_version:
platformVersion: 115.1.0
detailsURL: https://nightlies.tbb.torproject.org/
+ # minSupportedOsVersion on macOS corresponds to the Darwin version (
https://en.wikipedia.org/wiki/Darwin_(operating_system) )
macos:
- minSupportedOSVersion: 16.0.0
+ # macOS v10.15.0
+ minSupportedOSVersion: 19.0.0
+ # minSupportedOsVersion on Windows corresponds to the operating system
version (
https://docs.microsoft.com/en-us/windows/win32/sysinfo/operating-system-version
)
windows-i686:
- minSupportedOSVersion: 6.1
- minSupportedInstructionSet: SSE2
+ # Windows 10
+ minSupportedOSVersion: 10.0
windows-x86_64:
- minSupportedOSVersion: 6.1
- minSupportedInstructionSet: SSE2
+ # Windows v10
+ minSupportedOSVersion: 10.0
linux-i686:
minSupportedInstructionSet: SSE2
linux-x86_64:
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/e55608886ccb9faa8909d7ef0af60b17a1a41ed4
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/e55608886ccb9faa8909d7ef0af60b17a1a41ed4
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tbb-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tbb-commits