Unverified Commit 69048ef4 authored by Matthew Finkel's avatar Matthew Finkel
Browse files

Release preparation for 10.0.12

Versions bump and Changelog update
parent df41db07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ git_submodule: 1
gpg_keyring: torbutton.gpg

var:
  firefox_platform_version: 78.7.1
  firefox_platform_version: 78.8.0
  firefox_version: '[% c("var/firefox_platform_version") %]esr'
  torbrowser_branch: 10.0
  branding_directory: 'browser/branding/alpha'
+2 −2
Original line number Diff line number Diff line
# vim: filetype=yaml sw=2
version: 1.1.1i
version: 1.1.1j
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'

var:
@@ -31,4 +31,4 @@ input_files:
  - name: '[% c("var/compiler") %]'
    project: '[% c("var/compiler") %]'
  - URL: 'https://www.openssl.org/source/openssl-[% c("version") %].tar.gz'
    sha256sum: e8be6a35fe41d10603c3cc635e93289ed00bf34b79671a3a4de64fcee00d5242
    sha256sum: aaf2fcb575cdf6491b98ab4829abf78a3dec8402b8b81efc8f23c00d443981bf
+9 −0
Original line number Diff line number Diff line
Tor Browser 10.0.12 -- February 23 2021
 * Windows + OS X + Linux
   * Update Firefox to 78.8.0esr
   * Update NoScript to 11.2.2
   * Update Openssl to 1.1.1j
   * Update Tor to 0.4.5.6
   * Bug 40026: Create survey banner on about:tor for desktop [torbutton]
   * Bug 40287: Switch DDG search from POST to GET [tor-browser]

Tor Browser 10.0.11 -- February 6 2021
 * Windows
   * Update Firefox to 78.7.1esr
+2 −2
Original line number Diff line number Diff line
@@ -77,9 +77,9 @@ input_files:
    enable: '[% c("var/snowflake") && ! c("var/android") %]'
  - filename: Bundle-Data
    enable: '[% ! c("var/android") %]'
  - URL: https://addons.cdn.mozilla.net/user-media/addons/722/noscript_security_suite-11.2-an+fx.xpi
  - URL: https://addons.cdn.mozilla.net/user-media/addons/722/noscript_security_suite-11.2.2-an+fx.xpi
    name: noscript
    sha256sum: 4258bcd0bcdfc8ecb231d250e3adf1c477a1a672ede74a5cd10ba05a5381babb
    sha256sum: 1d8126b5b76229d98b7f531879a1f59d16eecca32f8d6cede4d7ff9113f4e41a
  - filename: 'RelativeLink/start-tor-browser.desktop'
    enable: '[% c("var/linux") %]'
  - filename: 'RelativeLink/execdesktop'
+1 −1
Original line number Diff line number Diff line
# vim: filetype=yaml sw=2
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %]'
version: 0.4.4.6
version: 0.4.5.6
git_hash: 'tor-[% c("version") %]'
git_url: https://git.torproject.org/tor.git
git_submodule: 1
Loading