Skip to content
Snippets Groups Projects
Unverified Commit ce45a8d0 authored by Georg Koppen's avatar Georg Koppen
Browse files

Release preparations for 7.5a10

Versions bump and Changelog update
parent 96776760
No related branches found
No related tags found
No related merge requests found
# vim: filetype=yaml sw=2
version: '[% c("abbrev") %]'
filename: 'firefox-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %]'
git_hash: 'tor-browser-[% c("var/firefox_version") %]-[% c("var/torbrowser_branch") %]-2-build1'
git_hash: 'tor-browser-[% c("var/firefox_version") %]-[% c("var/torbrowser_branch") %]-2-build2'
tag_gpg_id: 1
git_url: https://git.torproject.org/tor-browser.git
gpg_keyring: torbutton.gpg
......
Tor Browser 7.5a10 -- December 19 2017
* All Platforms
* Update Tor to 0.3.2.7-rc
* Update OpenSSL to 1.0.2n
* Update Torbutton to 1.9.8.4
* Bug 21847: Update copy for security slider
* Bug 10573: Replace deprecated nsILocalFile with nsIFile (code clean-up)
* Translations update
* Update Tor Launcher to 0.2.14.2
* Bug 24623: Revise "country that censors Tor" text
* Bug 24428: Bootstrap error message sometimes lost
* Bug 24624: tbb-logo.svg may cause network access
* Bug 10573: Replace deprecated nsILocalFile with nsIFile (code clean-up)
* Translations update
* Update NoScript to 5.1.8.3
* Bug 23104: CSS line-height reveals the platform Tor Browser is running on
* Bug 24398: Plugin-container process exhausts memory
* OS X
* Bug 24566: Avoid white flashes when opening dialogs in Tor Browser
* Linux
* Bug 23970: Make "Print to File" work with sandboxing enabled
* Bug 23016: "Print to File" is broken on some non-english Linux systems
* Android
* Bug 22084: Spoof network information API
Tor Browser 7.5a9 -- December 09 2017
* All Platforms
* Update Firefox to 52.5.2esr
......
......@@ -66,9 +66,9 @@ input_files:
name: snowflake
enable: '[% c("var/snowflake") %]'
- filename: Bundle-Data
- URL: https://addons.cdn.mozilla.net/user-media/addons/722/noscript_security_suite-5.1.8.1-fx+sm.xpi
- URL: https://addons.cdn.mozilla.net/user-media/addons/722/noscript_security_suite-5.1.8.3-fx+sm.xpi
name: noscript
sha256sum: 8ff67073e9757c73366c376884165eb157581c81871e89fc89c3ee0d2e2943b2
sha256sum: 9a81de6e26f639e5f82cabddcd361177815c59af2bca6363ba755255feffd2ec
- filename: 'RelativeLink/start-tor-browser.desktop'
enable: '[% c("var/linux") %]'
- filename: 'RelativeLink/execdesktop'
......
# vim: filetype=yaml sw=2
version: 0.2.14.1
version: 0.2.14.2
git_url: https://git.torproject.org/tor-launcher.git
git_hash: '[% c("version") %]'
gpg_keyring: torbutton.gpg
......
# vim: filetype=yaml sw=2
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %]'
version: 0.3.2.6-alpha
version: 0.3.2.7-rc
git_hash: 'tor-[% c("version") %]'
git_url: https://git.torproject.org/tor.git
gpg_keyring: tor.gpg
......
# vim: filetype=yaml sw=2
version: 1.9.8.3
version: 1.9.8.4
git_url: https://git.torproject.org/torbutton.git
git_hash: '[% c("version") %]'
gpg_keyring: torbutton.gpg
......
......@@ -15,10 +15,11 @@ buildconf:
git_signtag_opt: '-s'
var:
torbrowser_version: '7.5a9'
torbrowser_build: 'build4'
torbrowser_version: '7.5a10'
torbrowser_build: 'build1'
torbrowser_incremental_from:
- 7.5a8
- 7.5a9
project_name: tor-browser
multi_lingual: 0
build_mar: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment