[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser-build/master] Release preparations for 9.5a13
commit 47985cd6e593c633419313ecc0965901290a538e
Author: Matthew Finkel <sysrqb@xxxxxxxxxxxxxx>
Date: Tue May 19 18:56:16 2020 +0000
Release preparations for 9.5a13
Versions bump and Changelog update.
---
projects/go/config | 4 ++--
projects/tba-translation/config | 2 +-
projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt | 19 +++++++++++++++++++
projects/tor-browser/config | 4 ++--
projects/tor-launcher/config | 2 +-
projects/tor/config | 2 +-
rbm.conf | 6 +++---
7 files changed, 29 insertions(+), 10 deletions(-)
diff --git a/projects/go/config b/projects/go/config
index 509c6da..c0e3ee5 100644
--- a/projects/go/config
+++ b/projects/go/config
@@ -1,5 +1,5 @@
# vim: filetype=yaml sw=2
-version: 1.13.10
+version: 1.13.11
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: eb9ccc8bf59ed068e7eff73e154e4f5ee7eec0a47a610fb864e3332a2fdc8b8c
+ sha256sum: 89ed1abce25ad003521c125d6583c93c1280de200ad221f961085200a6c00679
- URL: 'https://golang.org/dl/go[% c("var/go14_version") %].src.tar.gz'
name: go14
sha256sum: 9947fc705b0b841b5938c48b22dc33e9647ec0752bae66e50278df4f23f64959
diff --git a/projects/tba-translation/config b/projects/tba-translation/config
index 911d0ae..29388a4 100644
--- a/projects/tba-translation/config
+++ b/projects/tba-translation/config
@@ -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: 40d0ed51f51c7e42b9753b22292f35be5c30163d
+git_hash: d3df6cc6e1797733ebca5b370f0f6915f490666f
version: '[% c("abbrev") %]'
diff --git a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
index a4b0f8a..168a021 100644
--- a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
+++ b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
@@ -1,3 +1,22 @@
+Tor Browser 9.5a13 -- May 20 2020
+ * All Platforms
+ * Update Firefox to 68.8.1esr
+ * Bump NoScript to 11.0.26
+ * Bump Tor to 0.4.3.5
+ * Translations update
+ * Bug 34157: Backport fix for Mozilla Bug 1511941
+ * Windows + OS X + Linux
+ * Update Tor Launcher to 0.2.21.7
+ * Translations update
+ * Bug 34196: Update site info URL with the onion name
+ * Bug 34043: Update snowflake to persist sessions across proxies
+ * Windows
+ * Bug 33113: Bump NSIS version to 3.05
+ * Build System
+ * All Platforms
+ * Bump Go to 1.13.11
+ * Bug 34242: Fix creation of Linux containers
+
Tor Browser 9.5a12 -- May 7 2020
* All Platforms
* Update Firefox to 68.8.0esr
diff --git a/projects/tor-browser/config b/projects/tor-browser/config
index 33f0cd9..3f41ed2 100644
--- a/projects/tor-browser/config
+++ b/projects/tor-browser/config
@@ -73,9 +73,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-11.0.25-an+fx.xpi
+ - URL: https://addons.cdn.mozilla.net/user-media/addons/722/noscript_security_suite-11.0.26-an+fx.xpi
name: noscript
- sha256sum: 2e55cf6dc6d0f6012e2f0328ecfec182a4f02c94e2fc40818af41f610ebd6668
+ sha256sum: 99a70a78733fe7e21852f67bde090f6a57b5bdbd34ecbbdfcf481dc861965fd8
- 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 2b28a77..eb4dc24 100644
--- a/projects/tor-launcher/config
+++ b/projects/tor-launcher/config
@@ -1,5 +1,5 @@
# vim: filetype=yaml sw=2
-version: 0.2.21.6
+version: 0.2.21.7
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 70395fa..912f839 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.3.4-rc
+version: 0.4.3.5
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 8e46c7f..131845c 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -24,10 +24,10 @@ buildconf:
git_signtag_opt: '-s'
var:
- torbrowser_version: '9.5a12'
- torbrowser_build: 'build3'
+ torbrowser_version: '9.5a13'
+ torbrowser_build: 'build1'
torbrowser_incremental_from:
- - 9.5a11
+ - 9.5a12
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