[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser-build/master] Release preparations for 8.5a11
commit 599971d072818ea9a56bd5aba76fb121bcb00aca
Author: Georg Koppen <gk@xxxxxxxxxxxxxx>
Date: Fri Apr 12 08:53:08 2019 +0000
Release preparations for 8.5a11
Versions bump and Changelog update
---
projects/firefox/config | 2 +-
.../tor-browser/Bundle-Data/Docs/ChangeLog.txt | 46 ++++++++++++++++++++++
projects/tor-browser/config | 4 +-
projects/tor-launcher/config | 2 +-
projects/tor/config | 2 +-
projects/torbutton/config | 2 +-
rbm.conf | 5 +--
7 files changed, 54 insertions(+), 9 deletions(-)
diff --git a/projects/firefox/config b/projects/firefox/config
index 61d4dbd..395714d 100644
--- a/projects/firefox/config
+++ b/projects/firefox/config
@@ -1,7 +1,7 @@
# 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
diff --git a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
index 46651a3..c7ec712 100644
--- a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
+++ b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
@@ -1,3 +1,49 @@
+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
diff --git a/projects/tor-browser/config b/projects/tor-browser/config
index c14b9d7..e8c0b23 100644
--- a/projects/tor-browser/config
+++ b/projects/tor-browser/config
@@ -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'
diff --git a/projects/tor-launcher/config b/projects/tor-launcher/config
index 600b048..151f836 100644
--- a/projects/tor-launcher/config
+++ b/projects/tor-launcher/config
@@ -1,5 +1,5 @@
# 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
diff --git a/projects/tor/config b/projects/tor/config
index 9eb4c16..3e7c45f 100644
--- a/projects/tor/config
+++ b/projects/tor/config
@@ -1,6 +1,6 @@
# 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
diff --git a/projects/torbutton/config b/projects/torbutton/config
index a834417..5f3bbce 100644
--- a/projects/torbutton/config
+++ b/projects/torbutton/config
@@ -1,5 +1,5 @@
# 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
diff --git a/rbm.conf b/rbm.conf
index 89f6eaf..a3482ac 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -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
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits