[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser-build/master] Release preparations for 9.0a1
commit cc3bc21765ef4efa83f6fb08465b6cf5da0d900c
Author: Georg Koppen <gk@xxxxxxxxxxxxxx>
Date: Fri May 17 12:23:20 2019 +0000
Release preparations for 9.0a1
Versions bump and Changelog update
---
projects/firefox-locale-bundle/config | 2 +-
projects/firefox/config | 4 +-
projects/https-everywhere/config | 2 +-
.../tor-browser/Bundle-Data/Docs/ChangeLog.txt | 60 ++++++++++++++++++++++
projects/tor-launcher/config | 2 +-
projects/torbutton/config | 2 +-
rbm.conf | 4 +-
7 files changed, 68 insertions(+), 8 deletions(-)
diff --git a/projects/firefox-locale-bundle/config b/projects/firefox-locale-bundle/config
index 2ea6db6..2f4997f 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: build2
+ ff_build: build1
diff --git a/projects/firefox/config b/projects/firefox/config
index 427033e..7e9e45e 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-build2'
+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: 60.6.1
+ firefox_platform_version: 60.7.0
firefox_version: '[% c("var/firefox_platform_version") %]esr'
torbrowser_branch: 9.0
torbrowser_update_channel: alpha
diff --git a/projects/https-everywhere/config b/projects/https-everywhere/config
index d84cdf6..60776cb 100644
--- a/projects/https-everywhere/config
+++ b/projects/https-everywhere/config
@@ -1,5 +1,5 @@
# vim: filetype=yaml sw=2
-version: 2019.1.31
+version: 2019.5.6.1
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 29c4bb9..8ea6f9f 100644
--- a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
+++ b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
@@ -1,3 +1,63 @@
+Tor Browser 9.0a1 -- May 21 2019
+ * All platforms
+ * Update Firefox to 60.7.0esr
+ * Update Torbutton to 2.1.9
+ * Bug 30069: Use slider and about:tor localizations
+ * Bug 30115+27449+25145: Map browser + domain -> credentials to fix UI issues
+ * Bug 30171: Don't sync cookie.cookieBehavior and firstparty.isolate
+ * Bug 30425: Revert armagadd-on-2.0 changes
+ * Bug 30497: Add Donate link to about:tor
+ * Bug 30464: Add WebGL to safer descriptions
+ * Translations update
+ * Update HTTPS Everywhere to 2019.5.6.1
+ * Bug 24622: Proper first-party isolation of s3.amazonaws.com
+ * Bug 30425: Revert armagadd-on-2.0 changes
+ * Windows + OS X + Linux
+ * Update Tor Launcher to 0.2.19
+ * Bug 28044: Integrate Tor Launcher into tor-browser
+ * Bug 29627: Moat: add support for obfsproxy's meek_lite
+ * Bug 30139: Remove FTE bits
+ * Translations update
+ * Bug 28044: Integrate Tor Launcher into tor-browser
+ * Bug 30372: Backport letterboxing (bug 1538130)
+ * Bug 28369: Stop shipping pingsender executable
+ * Bug 30457: Remove defunct default bridges
+ * Bug 29045: Ensure that tor does not start up in dormant mode
+ * Bug 29641: Try to connect over IPv6 if needed
+ * Windows
+ * Bug 30319: Drop FTE releated bits
+ * Bug 29319: Remove FTE support for Windows
+ * OS X
+ * Bug 30241: Bump snowflake version to d11e55aabe
+ * Linux
+ * Bug 30319: Drop FTE releated bits
+ * Bug 30241: Bump snowflake version to d11e55aabe
+ * Android
+ * Bug 29982: Force single-pane UI on Tor Preferences
+ * Bug 30086: Prevent Sync-related crashes on Android
+ * Bug 30214: Kill background thread when Activity is null
+ * Bug 30239: Render Fragments after crash
+ * Bug 30136: Use 'Tor Browser' as brand name on mobile, too
+ * Bug 30069: Use slider and about:tor localizations
+ * Bug 30371: Stop hard-coding the content provider name in tor-android-service
+ * Bug 30162: Tor Browser bootstrap process got stuck after interrupting it
+ * Bug 30166: If specified, only use custom bridges for connecting
+ * Bug 30518: Add SocksPort flags for consistency across platforms
+ * Bug 30284: Fix broken start-up on KitKat devices
+ * Bug 30489: Remove Unused Resources from tor-android-service
+ * Build System
+ * Windows
+ * Bug 29307: Use Stretch for cross-compiling for Windows
+ * Bug 29731: Remove faketime for Windows builds
+ * Linux
+ * Bug 30377: Remove selfrando from our build system
+ * Bug 30448: Strip Browser/gtk2/libmozgtk.so
+ * Android
+ * Bug 29981: Add option to build without using containers
+ * Bug 30169: Switch to our tor-android-service repo
+ * Bug 30404: Remove Orbot Project
+ * Bug 30280: Wrong SHA-256 sum for j2objc-annotations-1.1.jar
+
Tor Browser 8.5a12 -- May 7 2019
* All platforms
* Update Torbutton to 2.1.7
diff --git a/projects/tor-launcher/config b/projects/tor-launcher/config
index 8ea0a08..ab7bebd 100644
--- a/projects/tor-launcher/config
+++ b/projects/tor-launcher/config
@@ -1,5 +1,5 @@
# vim: filetype=yaml sw=2
-version: 0.2.18.2
+version: 0.2.19
git_url: https://git.torproject.org/tor-launcher.git
git_hash: '[% c("version") %]'
gpg_keyring: torbutton.gpg
diff --git a/projects/torbutton/config b/projects/torbutton/config
index 5f3bbce..ffbe089 100644
--- a/projects/torbutton/config
+++ b/projects/torbutton/config
@@ -1,5 +1,5 @@
# vim: filetype=yaml sw=2
-version: 2.1.6
+version: 2.1.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 b6b2acf..ee805fc 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -24,10 +24,10 @@ buildconf:
git_signtag_opt: '-s'
var:
- torbrowser_version: '8.5a11'
+ torbrowser_version: '9.0a1'
torbrowser_build: 'build1'
torbrowser_incremental_from:
- - 8.5a10
+ - 8.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