Unverified Commit 9d501237 authored by Georg Koppen's avatar Georg Koppen
Browse files

Release preparations for 7.5a9

Versions bump and Changelog update
parent 57b65bcc
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
  ff_arch: linux-i686
  input_filename: 'dl-langpack-[% c("var/ff_arch") %]-[% c("version") %]'

+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ git_url: https://git.torproject.org/tor-browser.git
gpg_keyring: torbutton.gpg

var:
  firefox_platform_version: 52.5.0
  firefox_platform_version: 52.5.1
  firefox_version: '[% c("var/firefox_platform_version") %]esr'
  torbrowser_branch: 7.5
  torbrowser_update_channel: alpha
+1 −1
Original line number Diff line number Diff line
# vim: filetype=yaml sw=2
version: 2017.10.30
version: 2017.11.21
git_url: https://git.torproject.org/https-everywhere.git
git_hash: '[% c("version") %]'
git_submodule: 1
+1 −1
Original line number Diff line number Diff line
# vim: filetype=yaml sw=2
version: 0.0.15
version: 0.0.16
git_url: https://git.torproject.org/tor-browser/sandboxed-tor-browser
git_hash: 'sandboxed-tor-browser-[% c("version") %]'
tag_gpg_id: 1
+9 −0
Original line number Diff line number Diff line
Tor Browser 7.5a9 -- November 30 2017
 * All Platforms
   * Update Firefox to 52.5.1esr
     * Bug 24040: Tor Browser crashes at riot.im/app
   * Update Tor to 0.3.2.5-alpha
   * Update HTTPS-Everywhere to 2017.11.21
   * Update NoScript to 5.1.7
   * Update sandboxed-tor-browser to 0.0.16

Tor Browser 7.5a8 -- November 15 2017
 * All Platforms
   * Update Firefox to 52.5.0esr
Loading