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

Release preparations for 8.5a11

Versions bump and Changelog update
parent e0c5b567
No related branches found
Tags tor-0.2.2.5-alpha
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") %]-1-build1'
git_hash: 'tor-browser-[% c("var/firefox_version") %]-[% c("var/torbrowser_branch") %]-1-build2'
tag_gpg_id: 1
git_url: https://git.torproject.org/tor-browser.git
git_submodule: 1
......
Tor Browser 8.5a11 -- April 16 2019
* All platforms
* Update Torbutton to 2.1.6
* Bug 22538+22513: Fix new circuit button for error pages
* Bug 29825: Intelligently add new Security Level button to taskbar
* Bug 29903: No WebGL click-to-play on the standard security level
* Bug 27484: Improve navigation within onboarding (strings)
* Bug 29768: Introduce new features to users (strings)
* Bug 29943: Use locales in AB-CD scheme to match Mozilla
* Bug 26498: Add locale: es-AR
* Bug 29973: Remove remaining stopOpenSecuritySettingsObserver() pieces
* Translations update
* Update NoScript to 10.6.1 XXX
* Bug 29872: XSS popup with DuckDuckGo search on about:tor
* Bug 29916: Make sure enterprise policies are disabled
* Bug 26498: Add locale: es-AR
* Windows + OS X + Linux
* Update Tor to 0.4.0.4-rc
* Update Tor Launcher to 0.2.18.2
* Bug 26498: Add locale es-AR
* Translations update
* Bug 29768: Introduce new features to users
* Bug 27484: Improve navigation within onboarding
* Bug 25658: Improve toolbar layout for new security settings
* Windows
* Bug 27503: Improve screen reader accessibility
* Android
* Bug 27609 (and child bugs): Use Tor Onion Proxy Library
* Bug 29312: Bump Tor to 0.3.5.8
* Bug 29859: Disable HLS support for now
* Bug 28622: Update Tor Browser icon for mobile
* Bug 29238: Prevent crash on Android after update
* Bug 29982: Add additional safe guards against crashes during bootstrap
* Bug 29906: Fix crash on older devices due to missing API
* Bug 29858: Load onboarding panels after bootstrapping is done
* Bug 28329: Improve bootstrapping experience
* Bug 30016: Localize bootstrap-/bridge-related strings for mobile
* Build System
* All platforms
* Bug 29868: Fix installation of python-future package
* Bug 25623: Disable network during build
* Linux
* Bug 29966: Use archive.debian.org for Wheezy images
* Android:
* Bug 30089: Use apksigner instead of jarsigner
Tor Browser 8.5a10 -- March 24 2019
* All platforms
* Update Firefox to 60.6.1esr
......
......@@ -91,9 +91,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-10.2.5-an+fx.xpi
- URL: https://addons.cdn.mozilla.net/user-media/addons/722/noscript_security_suite-10.6.1-an+fx.xpi
name: noscript
sha256sum: b486b8c224882652b00b81a3e4a52389ed8b55035f8f09fec930a36b7477ac2e
sha256sum: b15047d0045d12f28b2e1e444bdb86800257b5ca6cc8f4c8022b20c550cd9727
- filename: 'RelativeLink/start-tor-browser.desktop'
enable: '[% c("var/linux") %]'
- filename: 'RelativeLink/execdesktop'
......
# vim: filetype=yaml sw=2
version: 0.2.18.1
version: 0.2.18.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.4.0.2-alpha
version: 0.4.0.4-rc
git_hash: 'tor-[% c("version") %]'
git_url: https://git.torproject.org/tor.git
git_submodule: 1
......
# vim: filetype=yaml sw=2
version: 2.1.5
version: 2.1.6
git_url: https://git.torproject.org/torbutton.git
git_hash: '[% c("version") %]'
gpg_keyring: torbutton.gpg
......
......@@ -24,11 +24,10 @@ buildconf:
git_signtag_opt: '-s'
var:
torbrowser_version: '8.5a10'
torbrowser_version: '8.5a11'
torbrowser_build: 'build1'
torbrowser_incremental_from:
- 8.5a8
- 8.5a9
- 8.5a10
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