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

Release preparations for 8.0a2

Changelog update and versions bump
parent 7db15759
No related branches found
Tags debian-version-0.0.5-1
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
......
# vim: filetype=yaml sw=2
version: 2018.1.11
version: 2018.1.29
git_url: https://git.torproject.org/https-everywhere.git
git_hash: '[% c("version") %]'
git_submodule: 1
......
Tor Browser 8.0a2 -- February 23 2018
* All Platforms
* Update Tor to 0.3.3.2-alpha
* Update Torbutton to 1.9.9
* Bug 24159: Version check does not deal with platform specific checks
* Bug 25016: Remove 2017 donation banner
* Translations update
* Update Tor Launcher to 0.2.15
* Bug 25089: Special characters are not escaped in proxy password
* Translations update
* Update HTTPS Everywhere to 2018.1.29
* Update NoScript to 5.1.8.4
* Update meek to 0.29
* Bug 25215: Revert bug 18619 (we are not disabling IndexedDB any longer)
* Bug 19910: Rip out optimistic data socks handshake variant (#3875)
* Bug 22659: Changes to `intl.accept.languages` get overwritten after restart
* Bug 25000: Add [System+Principal] to the NoScript whitelist
* Bug 15599: Disable Range requests used by pdfjs as they are not isolated
* Bug 22614: Make e10s/non-e10s Tor Browsers indistinguishable
* Bug 13575: Disable randomised Firefox HTTP cache decay user tests
* Bug 25020: Add a tbb_version.json file
* Bug 24995: Include git hash in tor --version
* OS X
* Bug 22794: Don't open AF_INET/AF_INET6 sockets when AF_LOCAL is configured
* Linux
* Bug 22794: Don't open AF_INET/AF_INET6 sockets when AF_LOCAL is configured
* Windows:
* Bug 25266: PT config should include full names of executable files
* Build System
* Windows
* Bug 25111: Don't compile Yasm on our own anymore for Windows Tor Browser
Tor Browser 8.0a1 -- January 23 2018
* All Platforms
* Update Firefox to 52.6.0esr
......
......@@ -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.3-fx+sm.xpi
- URL: https://addons.cdn.mozilla.net/user-media/addons/722/noscript_security_suite-5.1.8.4-fx+sm.xpi
name: noscript
sha256sum: 9a81de6e26f639e5f82cabddcd361177815c59af2bca6363ba755255feffd2ec
sha256sum: 1c85a72cd0d7d210f8dd463f9700214703a5f28319c2b1679db00f861a5289f7
- filename: 'RelativeLink/start-tor-browser.desktop'
enable: '[% c("var/linux") %]'
- filename: 'RelativeLink/execdesktop'
......
# vim: filetype=yaml sw=2
version: 0.2.14.3
version: 0.2.15
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.9
version: 0.3.3.2-alpha
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.5
version: 1.9.9
git_url: https://git.torproject.org/torbutton.git
git_hash: '[% c("version") %]'
gpg_keyring: torbutton.gpg
......
......@@ -15,10 +15,10 @@ buildconf:
git_signtag_opt: '-s'
var:
torbrowser_version: '8.0a1'
torbrowser_build: 'build3'
torbrowser_version: '8.0a2'
torbrowser_build: 'build1'
torbrowser_incremental_from:
- 7.5a10
- 8.0a1
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