Skip to content
Snippets Groups Projects
Unverified Commit e32e80bf authored by Matthew Finkel's avatar Matthew Finkel
Browse files

Release preparations for 10.5a12

Versions bump and Changelog update
parent f4257acc
No related branches found
No related tags found
No related merge requests found
# vim: filetype=yaml sw=2
version: 1.15.7
version: 1.15.10
filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
var:
......@@ -118,7 +118,7 @@ input_files:
enable: '[% ! c("var/linux") %]'
- URL: 'https://golang.org/dl/go[% c("version") %].src.tar.gz'
name: go
sha256sum: 8631b3aafd8ecb9244ec2ffb8a2a8b4983cf4ad15572b9801f7c5b167c1a2abc
sha256sum: c1dbca6e0910b41d61a95bf9878f6d6e93d15d884c226b91d9d4b1113c10dd65
- URL: 'https://golang.org/dl/go[% c("var/go14_version") %].src.tar.gz'
name: go14
sha256sum: 9947fc705b0b841b5938c48b22dc33e9647ec0752bae66e50278df4f23f64959
......
......@@ -3,5 +3,5 @@ filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
git_url: https://git.torproject.org/translation.git
# We need to bump the commit before releasing but just pointing to a branch
# might cause too much rebuidling of the Firefox part.
git_hash: 78436bf799015834e57faccd936f50e3718815be
git_hash: 75a88b97c88d73d0d94a962a75703f0c33f8087c
version: '[% c("abbrev") %]'
Tor Browser 10.5a12 -- March 20 2021
* Android
* Update Fenix to 87.0.0-beta.2
* Update NoScript to 11.2.3
* Update Tor to 0.4.6.1-alpha
* Translations update
* Bug 40030: DuckDuckGo redirect to html doesn't work [torbutton]
* Bug 40043: Rebase android-components patches for Fenix 87 beta 2 builds [android-components]
* Bug 40045: Add External App Prompt for Sharing Images [android-components]
* Bug 40150: Rebase Fenix patches to Fenix 87 beta 2 [fenix]
* Bug 40361: Rebase tor-browser patches to 87.0b4 [tor-browser]
* Build System
* Android
* Update Go to 1.15.10
* Bug 23631: Use rootless containers [tor-browser-build]
* Bug 40016: getfpaths is not setting origin_project [rbm]
* Bug 40172: Move Gradle compilers out of android-toolchain to own gradle project [tor-browser-build]
* Bug 40241: Update components for mozilla87-based Fenix [tor-browser-build]
Tor Browser 10.0.13 -- March 3 2021
* Linux
* Bug 40328: Fix instability after upgrading to glibc 2.33
......
This diff is collapsed.
......@@ -78,9 +78,9 @@ input_files:
enable: '[% c("var/snowflake") && ! c("var/android") %]'
- filename: Bundle-Data
enable: '[% ! c("var/android") %]'
- URL: https://addons.cdn.mozilla.net/user-media/addons/722/noscript_security_suite-11.2.2-an+fx.xpi
- URL: https://addons.cdn.mozilla.net/user-media/addons/722/noscript_security_suite-11.2.3-an+fx.xpi
name: noscript
sha256sum: 1d8126b5b76229d98b7f531879a1f59d16eecca32f8d6cede4d7ff9113f4e41a
sha256sum: eafc5f5be40d33a34d757940b5391455dad166921c880ee67daab056078d51ae
- filename: 'RelativeLink/start-tor-browser.desktop'
enable: '[% c("var/linux") %]'
- filename: 'RelativeLink/execdesktop'
......
# vim: filetype=yaml sw=2
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %]'
version: 0.4.5.6
version: 0.4.6.1-alpha
git_hash: 'tor-[% c("version") %]'
git_url: https://git.torproject.org/tor.git
git_submodule: 1
......
......@@ -24,8 +24,8 @@ buildconf:
git_signtag_opt: '-s'
var:
torbrowser_version: '10.5a11'
torbrowser_build: 'build2'
torbrowser_version: '10.5a12'
torbrowser_build: 'build1'
torbrowser_incremental_from:
- 10.5a8
- 10.5a10
......
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