[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser-build/master] Release preparations for 9.5a3
commit 34e692c76fc1226e805e8cb42c0b055530aacd0c
Author: Matthew Finkel <sysrqb@xxxxxxxxxxxxxx>
Date: Sat Nov 30 19:58:00 2019 +0000
Release preparations for 9.5a3
Versions bump and Changelog update
---
projects/firefox-langpacks/config | 2 +-
projects/firefox-locale-bundle/config | 2 +-
projects/firefox/config | 4 ++--
projects/https-everywhere/config | 2 +-
.../tor-browser/Bundle-Data/Docs/ChangeLog.txt | 26 ++++++++++++++++++++++
projects/tor-launcher/config | 2 +-
projects/tor/config | 2 +-
rbm.conf | 6 ++---
8 files changed, 36 insertions(+), 10 deletions(-)
diff --git a/projects/firefox-langpacks/config b/projects/firefox-langpacks/config
index 34d6fad..17a707a 100644
--- a/projects/firefox-langpacks/config
+++ b/projects/firefox-langpacks/config
@@ -4,7 +4,7 @@ filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/buil
var:
ff_version: '[% pc("firefox", "var/firefox_version") %]'
- ff_build: build1
+ ff_build: build2
input_filename: 'dl-langpack-[% c("var/ff_arch") %]-[% c("version") %]'
targets:
diff --git a/projects/firefox-locale-bundle/config b/projects/firefox-locale-bundle/config
index 2f4997f..2ea6db6 100644
--- a/projects/firefox-locale-bundle/config
+++ b/projects/firefox-locale-bundle/config
@@ -5,4 +5,4 @@ filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
var:
use_container: 0
ff_version: '[% pc("firefox", "var/firefox_version") %]'
- ff_build: build1
+ ff_build: build2
diff --git a/projects/firefox/config b/projects/firefox/config
index 09d0b1b..c6f840b 100644
--- a/projects/firefox/config
+++ b/projects/firefox/config
@@ -1,14 +1,14 @@
# 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-build5'
+git_hash: 'tor-browser-[% c("var/firefox_version") %]-[% c("var/torbrowser_branch") %]-1-build1'
tag_gpg_id: 1
git_url: https://git.torproject.org/tor-browser.git
git_submodule: 1
gpg_keyring: torbutton.gpg
var:
- firefox_platform_version: 68.2.0
+ firefox_platform_version: 68.3.0
firefox_version: '[% c("var/firefox_platform_version") %]esr'
torbrowser_branch: 9.5
branding_directory: '[% IF c("var/android") %]mobile/android[% ELSE %]browser[% END %]/branding/alpha'
diff --git a/projects/https-everywhere/config b/projects/https-everywhere/config
index 6232669..1bc6f98 100644
--- a/projects/https-everywhere/config
+++ b/projects/https-everywhere/config
@@ -1,5 +1,5 @@
# vim: filetype=yaml sw=2
-version: 2019.6.27
+version: 2019.11.7
git_url: https://git.torproject.org/https-everywhere.git
git_hash: '[% c("version") %]'
git_submodule: 1
diff --git a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
index 4dcf083..3c8260a 100644
--- a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
+++ b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
@@ -1,3 +1,29 @@
+Tor Browser 9.5a3 -- December 3 2019
+ * All Platforms
+ * Update Firefox to 68.3.0esr
+ * Bump NoScript to 11.0.9
+ * Bug 32362: NoScript TRUSTED setting doesn't work
+ * Bug 32429: Issues with about:blank and NoScript on .onion sites
+ * Update HTTPS Everywhere to 2019.11.7
+ * Bug 32618: Backport fixes from Mozilla bugs 1467970 and 1590526
+ * Bug 32606: Set up default bridge at Georgetown University
+ * Bug 30787: Add lt locale
+ * Bug 30788: Add ms locale
+ * Bug 30787: Add th locale
+ * Translations update
+ * Windows + OS X + Linux
+ * Update Tor to 0.4.2.4-rc
+ * Update Tor Launcher to 0.2.20.3
+ * Bug 30787: Add lt locale
+ * Bug 30788: Add ms locale
+ * Bug 30787: Add th locale
+ * Windows
+ * Bug 32616: Disable GetSecureOutputDirectoryPath() functionality
+ * Android
+ * Bug 32365: Localization is broken in Tor Browser 9 on Android
+ * OS X
+ * Bug 32505: Tighten our rules in our entitlements file for macOS
+
Tor Browser 9.5a2 -- November 11 2019
* All Platforms
* Update NoScript to 11.0.7
diff --git a/projects/tor-launcher/config b/projects/tor-launcher/config
index 5eef2e2..f253c09 100644
--- a/projects/tor-launcher/config
+++ b/projects/tor-launcher/config
@@ -1,5 +1,5 @@
# vim: filetype=yaml sw=2
-version: 0.2.20.2
+version: 0.2.20.3
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 97e93fb..7058eda 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.2.3-alpha
+version: 0.4.2.4-rc
git_hash: 'tor-[% c("version") %]'
git_url: https://git.torproject.org/tor.git
git_submodule: 1
diff --git a/rbm.conf b/rbm.conf
index 11d5754..0fe7acb 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -24,10 +24,10 @@ buildconf:
git_signtag_opt: '-s'
var:
- torbrowser_version: '9.5a2'
- torbrowser_build: 'build6'
+ torbrowser_version: '9.5a3'
+ torbrowser_build: 'build1'
torbrowser_incremental_from:
- - 9.5a1
+ - 9.5a2
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