[tor-commits] [tor-browser-bundle/maint-6.0] Release preparations for 6.0.8

gk at torproject.org gk at torproject.org
Sat Dec 10 08:07:55 UTC 2016


commit f6f4b5d05dd0904d315e0eafab5aa87b15611c27
Author: Georg Koppen <gk at torproject.org>
Date:   Thu Dec 8 15:31:41 2016 +0000

    Release preparations for 6.0.8
    
    Changelog update, version bumps, and config.yml update
---
 Bundle-Data/Docs/ChangeLog.txt    | 10 ++++++++++
 gitian/versions                   |  6 +++---
 tools/update-responses/config.yml |  9 +++++----
 3 files changed, 18 insertions(+), 7 deletions(-)

diff --git a/Bundle-Data/Docs/ChangeLog.txt b/Bundle-Data/Docs/ChangeLog.txt
index 6aeb49b..85147d0 100644
--- a/Bundle-Data/Docs/ChangeLog.txt
+++ b/Bundle-Data/Docs/ChangeLog.txt
@@ -1,3 +1,13 @@
+Tor Browser 6.0.8 -- December 13
+ * All Platforms
+   * Update Firefox to 45.6.0esr
+   * Tor to 0.2.8.11
+   * Update HTTPS-Everywhere to 5.2.8
+   * Bug 20809: Use non-/html search engine URL for DuckDuckGo search plugins
+   * Bug 20837: Activate iat-mode for certain obfs4 bridges
+   * Bug 20838: Uncomment NX01 default obfs4 bridge
+   * Bug 20840: Rotate ports a third time for default obfs4 bridges
+
 Tor Browser 6.0.7 -- November 30
  * All Platforms
    * Update Firefox to 45.5.1esr
diff --git a/gitian/versions b/gitian/versions
index 062ec84..d78d2ce 100755
--- a/gitian/versions
+++ b/gitian/versions
@@ -10,15 +10,15 @@ DATA_OUTSIDE_APP_DIR=1
 
 VERIFY_TAGS=1
 
-FIREFOX_VERSION=45.5.1esr
+FIREFOX_VERSION=45.6.0esr
 
 TORBROWSER_UPDATE_CHANNEL=release
 
 TORBROWSER_TAG=tor-browser-${FIREFOX_VERSION}-6.0-1-build1
-TOR_TAG=tor-0.2.8.9
+TOR_TAG=tor-0.2.8.11
 TORLAUNCHER_TAG=0.2.9.4
 TORBUTTON_TAG=1.9.5.12
-HTTPSE_TAG=5.2.7
+HTTPSE_TAG=5.2.8
 NSIS_TAG=v0.3.1
 ZLIB_TAG=v1.2.8
 LIBEVENT_TAG=release-2.0.22-stable
diff --git a/tools/update-responses/config.yml b/tools/update-responses/config.yml
index 665642a..579d7bc 100644
--- a/tools/update-responses/config.yml
+++ b/tools/update-responses/config.yml
@@ -16,13 +16,14 @@ build_targets:
     osx64: Darwin_x86_64-gcc3
 channels:
     alpha: 6.5a2
-    release: 6.0.7
+    release: 6.0.8
 versions:
-    6.0.7:
-        platformVersion: 45.5.1
-        detailsURL: https://blog.torproject.org/blog/tor-browser-607-released
+    6.0.8:
+        platformVersion: 45.6.0
+        detailsURL: https://blog.torproject.org/blog/tor-browser-608-released
         incremental_from:
           - 6.0.6
+          - 6.0.7
         migrate_archs:
           osx32: osx64
         osx32:



More information about the tor-commits mailing list