[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser-build/maint-8.0] Release preparations for 8.0.4
commit 88491f1d51de13a2431dade85e0a18779ab7a051
Author: Georg Koppen <gk@xxxxxxxxxxxxxx>
Date: Wed Dec 5 09:22:41 2018 +0000
Release preparations for 8.0.4
Changelog update and versions bump
---
projects/firefox-langpacks/config | 2 +-
projects/firefox/config | 2 +-
projects/https-everywhere/config | 2 +-
.../tor-browser/Bundle-Data/Docs/ChangeLog.txt | 28 ++++++++++++++++++++++
projects/tor-browser/config | 4 ++--
projects/tor/config | 2 +-
projects/torbutton/config | 2 +-
rbm.conf | 4 ++--
8 files changed, 37 insertions(+), 9 deletions(-)
diff --git a/projects/firefox-langpacks/config b/projects/firefox-langpacks/config
index 4e42939..04cd7dd 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
ff_arch: linux-i686
input_filename: 'dl-langpack-[% c("var/ff_arch") %]-[% c("version") %]'
diff --git a/projects/firefox/config b/projects/firefox/config
index bad1ac5..831a5fb 100644
--- a/projects/firefox/config
+++ b/projects/firefox/config
@@ -7,7 +7,7 @@ git_url: https://git.torproject.org/tor-browser.git
gpg_keyring: torbutton.gpg
var:
- firefox_platform_version: 60.3.0
+ firefox_platform_version: 60.4.0
firefox_version: '[% c("var/firefox_platform_version") %]esr'
torbrowser_branch: 8.0
torbrowser_update_channel: alpha
diff --git a/projects/https-everywhere/config b/projects/https-everywhere/config
index e189eb9..b0b3ce9 100644
--- a/projects/https-everywhere/config
+++ b/projects/https-everywhere/config
@@ -1,5 +1,5 @@
# vim: filetype=yaml sw=2
-version: 2018.9.19
+version: 2018.10.31
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 b98edcb..d347684 100644
--- a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
+++ b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
@@ -1,3 +1,31 @@
+Tor Browser 8.0.4 -- December 11 2018
+ * All platforms
+ * Update Firefox to 60.4.0esr
+ * Update Tor to 0.3.4.9
+ * Update OpenSSL to 1.0.2q
+ * Update Torbutton to 2.0.9
+ * Bug 28540: Use new text for 2018 donation banner
+ * Bug 28515: Use en-US for english Torbutton strings
+ * Translations update
+ * Update HTTPS Everywhere to 2018.10.31
+ * Update NoScript to 10.2.0
+ * Bug 1623: Block protocol handler enumeration (backport of fix for #680300)
+ * Bug 25794: Disable pointer events
+ * Bug 28608: Disable background HTTP response throttling
+ * Bug 28185: Add smallerRichard to Tor Browser
+ * Windows
+ * Bug 26381: about:tor page does not load on first start on Windows
+ * Bug 28657: Remove broken FTE bridge from Tor Browser
+ * OS X
+ * Bug 26263: App icon positioned incorrectly in macOS DMG installer window
+ * Bug 26475: Fix Stylo related reproducibilitiy issue
+ * Linux
+ * Bug 26475: Fix Stylo related reproducibilitiy issue
+ * Bug 28657: Remove broken FTE bridge from Tor Browser
+ * Build System
+ * All Platforms
+ * Bug 27218: Generate multiple Tor Browser bundles in parallel
+
Tor Browser 8.0.3 -- October 23 2018
* All platforms
* Update Firefox to 60.3.0esr
diff --git a/projects/tor-browser/config b/projects/tor-browser/config
index bb1c259..1a37ea1 100644
--- a/projects/tor-browser/config
+++ b/projects/tor-browser/config
@@ -71,9 +71,9 @@ input_files:
name: snowflake
enable: '[% c("var/snowflake") %]'
- filename: Bundle-Data
- - URL: https://addons.cdn.mozilla.net/user-media/addons/722/noscript_security_suite-10.1.9.9-an+fx.xpi
+ - URL: https://addons.cdn.mozilla.net/user-media/addons/722/noscript_security_suite-10.2.0-an+fx.xpi
name: noscript
- sha256sum: e7ec0345c2174e64c7552ab708a59c8efd7c1078fedda64d9c9ad06a899194b9
+ sha256sum: 23c7783eecabeb044aa1e38c93d43ce7c41957b1ea031016d39737712729c81d
- filename: 'RelativeLink/start-tor-browser.desktop'
enable: '[% c("var/linux") %]'
- filename: 'RelativeLink/execdesktop'
diff --git a/projects/tor/config b/projects/tor/config
index 1549369..5dd5206 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.3.4.8
+version: 0.3.4.9
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 df0d674..168584a 100644
--- a/projects/torbutton/config
+++ b/projects/torbutton/config
@@ -1,5 +1,5 @@
# vim: filetype=yaml sw=2
-version: 2.0.8
+version: 2.0.9
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 b4f58ed..599fe5d 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -15,10 +15,10 @@ buildconf:
git_signtag_opt: '-s'
var:
- torbrowser_version: '8.0.3'
+ torbrowser_version: '8.0.4'
torbrowser_build: 'build1'
torbrowser_incremental_from:
- - 8.0.2
+ - 8.0.3
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