Commit 8e09c52c authored by Matthew Finkel's avatar Matthew Finkel
Browse files

Release preparations for 9.5a4

Changelog update and versions bump
parent 41fd236b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/buil

var:
  ff_version: '[% pc("firefox", "var/firefox_version") %]'
  ff_build: build2
  ff_build: build1
  input_filename: 'dl-langpack-[% c("var/ff_arch") %]-[% c("version") %]'

targets:
+1 −1
Original line number Diff line number Diff line
@@ -5,4 +5,4 @@ filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
var:
  use_container: 0
  ff_version: '[% pc("firefox", "var/firefox_version") %]'
  ff_build: build2
  ff_build: build1
+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: 68.3.0
  firefox_platform_version: 68.4.0
  firefox_version: '[% c("var/firefox_platform_version") %]esr'
  torbrowser_branch: 9.5
  branding_directory: '[% IF c("var/android") %]mobile/android[% ELSE %]browser[% END %]/branding/alpha'
+23 −0
Original line number Diff line number Diff line
 Tor Browser 9.5a4 -- January 7 2020
 * All Platforms
   * Update Firefox to 68.4.0esr
   * Bump NoScript to 11.0.11
   * Translations update
   * Update OpenPGP keyring
   * Bug 31134: Govern graphite again by security settings
   * Bug 31855: Remove End of Year Fundraising Campaign from about:tor
   * Bug 32053: Fix LLVM reproducibility issues
   * Bug 32547: Add new default bridge at UMN
   * Bug 32659: Remove IPv6 address of default bridge
 * Windows + OS X + Linux
   * Update Tor to 0.4.2.5
   * Update Tor Launcher to 0.2.21
     * Bug 32636: Clean up locales shipped with Tor Launcher
     * Translations update
   * Bug 32674: Point the about:tor "Get involved" link to the community portal
 * Build System
   * All Platforms
     * Bump clang to 8.0.1
   * Linux
     * Bug 32676: Create a tarball with all Linux x86_64 language packs

Tor Browser 9.0.2 -- December 3 2019
 * All Platforms
   * Update Firefox to 68.3.0esr
+2 −2
Original line number Diff line number Diff line
@@ -74,9 +74,9 @@ input_files:
    enable: '[% c("var/snowflake") %]'
  - filename: Bundle-Data
    enable: '[% ! c("var/android") %]'
  - URL: https://addons.cdn.mozilla.net/user-media/addons/722/noscript_security_suite-11.0.9-an+fx.xpi
  - URL: https://addons.cdn.mozilla.net/user-media/addons/722/noscript_security_suite-11.0.11-an+fx.xpi
    name: noscript
    sha256sum: 1522903c3486c790e842f9d5204cfbc93672676df4090f99c4d1ee3578ac8c07
    sha256sum: 1b0daa12e1b8fbc8e30e7bdb5689b12774aaa9f883cb3e9ad57943a883ce65b5
  - filename: 'RelativeLink/start-tor-browser.desktop'
    enable: '[% c("var/linux") %]'
  - filename: 'RelativeLink/execdesktop'
Loading