[tor-commits] [torbrowser/maint-2.2] update all tbbs to 2.2.35-2 for new firefox, torbutton, and noscript

erinn at torproject.org erinn at torproject.org
Wed Dec 21 23:27:47 UTC 2011


commit d4093089866366908181d8800e2ef832ab532997
Author: Erinn Clark <erinn at torproject.org>
Date:   Thu Dec 22 00:25:55 2011 +0100

    update all tbbs to 2.2.35-2 for new firefox, torbutton, and noscript
---
 README.LINUX-2.2          |    6 +++---
 README.OSX-2.2            |    6 +++---
 README.WIN-2.2            |    8 ++++----
 build-scripts/linux.mk    |    2 +-
 build-scripts/osx.mk      |    2 +-
 build-scripts/versions.mk |    4 ++--
 build-scripts/windows.mk  |    2 +-
 changelog.linux-2.2       |   11 +++++++++++
 changelog.osx-2.2         |   11 +++++++++++
 changelog.windows-2.2     |   11 +++++++++++
 10 files changed, 48 insertions(+), 15 deletions(-)

diff --git a/README.LINUX-2.2 b/README.LINUX-2.2
index 308a7a3..7d2d9f5 100644
--- a/README.LINUX-2.2
+++ b/README.LINUX-2.2
@@ -6,9 +6,9 @@ Included applications
 
 Vidalia 0.2.15 (with Qt 4.6.2)
 Tor 0.2.2.35 (with libevent-2.0.16-stable, zlib-1.2.5 and openssl-1.0.0e)
-Firefox (Aurora) 8.0.1
- \_ Torbutton 1.4.5
- |_ NoScript 2.2.3
+Firefox (Aurora) 9.0
+ \_ Torbutton 1.4.5.1
+ |_ NoScript 2.2.4
  |_ HTTPS-Everywhere 1.2.1
 
 Usage
diff --git a/README.OSX-2.2 b/README.OSX-2.2
index 5d37e23..8d1e6e9 100644
--- a/README.OSX-2.2
+++ b/README.OSX-2.2
@@ -6,9 +6,9 @@ Included applications
 
 Vidalia 0.2.15 (with Qt 4.6.2)
 Tor 0.2.2.35 (with libevent-2.0.16-stable, zlib-1.2.5 and openssl-1.0.0d)
-Firefox (Aurora) 8.0.1
- \_ Torbutton 1.4.5
- |_ NoScript 2.2.3
+Firefox (Aurora) 9.0
+ \_ Torbutton 1.4.5.1
+ |_ NoScript 2.2.4
  |_ HTTPS-Everywhere 1.2.1
 
 Usage
diff --git a/README.WIN-2.2 b/README.WIN-2.2
index d874e72..5f7ba97 100644
--- a/README.WIN-2.2
+++ b/README.WIN-2.2
@@ -6,10 +6,10 @@ Included applications
 
 Vidalia 0.2.15 (with Qt 4.6.2)
 Tor 0.2.2.35 (with libevent-2.0.16-stable, zlib-1.2.5 and openssl-1.0.0e)
-FirefoxPortable 8.0.1
- \_ Firefox (Aurora) 8.0.1
-    \_ Torbutton 1.4.5
-    |_ NoScript 2.2.3
+FirefoxPortable 9.0
+ \_ Firefox (Aurora) 9.0
+    \_ Torbutton 1.4.5.1
+    |_ NoScript 2.2.4
     |_ HTTPS-Everywhere 1.2.1
 
 Usage
diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk
index a8f9862..58b69c0 100644
--- a/build-scripts/linux.mk
+++ b/build-scripts/linux.mk
@@ -36,7 +36,7 @@ include $(PWD)/versions.mk
 
 ## Architecture
 ARCH_TYPE=$(shell uname -m)
-BUILD_NUM=1
+BUILD_NUM=2
 PLATFORM=Linux
 
 ## Location of directory for source unpacking
diff --git a/build-scripts/osx.mk b/build-scripts/osx.mk
index 817f32a..ea0af58 100644
--- a/build-scripts/osx.mk
+++ b/build-scripts/osx.mk
@@ -36,7 +36,7 @@ include $(PWD)/versions.mk
 
 ## Architecture
 ARCH_TYPE=i386
-BUILD_NUM=1
+BUILD_NUM=2
 PLATFORM=MacOS
 
 ## Location of directory for source unpacking
diff --git a/build-scripts/versions.mk b/build-scripts/versions.mk
index 18f1b1d..568d719 100644
--- a/build-scripts/versions.mk
+++ b/build-scripts/versions.mk
@@ -6,13 +6,13 @@ HTTPSEVERY_VER=1.2.1
 FIREFOX_VER=9.0
 LIBEVENT_VER=2.0.16-stable
 LIBPNG_VER=1.4.8
-NOSCRIPT_VER=2.2.3
+NOSCRIPT_VER=2.2.4
 OPENSSL_VER=1.0.0e
 OTR_VER=3.2.0
 PIDGIN_VER=2.6.4
 QT_VER=4.6.2
 TOR_VER=0.2.2.35
-TORBUTTON_VER=1.4.5
+TORBUTTON_VER=1.4.5.1
 VIDALIA_VER=0.2.15
 ZLIB_VER=1.2.5
 
diff --git a/build-scripts/windows.mk b/build-scripts/windows.mk
index 55447cc..5e8bd38 100644
--- a/build-scripts/windows.mk
+++ b/build-scripts/windows.mk
@@ -31,7 +31,7 @@
 
 ## Include versions
 include $(PWD)/versions.mk
-BUILD_NUM=1
+BUILD_NUM=2
 PLATFORM=Windows
 
 ## Location of required libraries
diff --git a/changelog.linux-2.2 b/changelog.linux-2.2
index 429c50f..cd66053 100644
--- a/changelog.linux-2.2
+++ b/changelog.linux-2.2
@@ -1,3 +1,14 @@
+Tor Browser Bundle (2.2.35-2); suite=linux
+
+  * Update Firefox to 9.0
+  * Update Torbutton to 1.4.5.1
+  * Update Noscript to 2.2.4
+  * New Firefox patches
+    - Provide client values only to CSS Media Queries and disable several
+      Mozilla extensions that seem fingerprintable
+
+ -- Erinn Clark <erinn at torproject.org>  Wed Dec 21 23:26:56 CET 2011
+
 Tor Browser Bundle (2.2.35-1); suite=linux
 
   * Update Tor to 0.2.2.35
diff --git a/changelog.osx-2.2 b/changelog.osx-2.2
index 6c88cc0..b50b3c6 100644
--- a/changelog.osx-2.2
+++ b/changelog.osx-2.2
@@ -1,3 +1,14 @@
+Tor Browser Bundle (2.2.35-2); suite=osx
+
+  * Update Firefox to 9.0
+  * Update Torbutton to 1.4.5.1
+  * Update Noscript to 2.2.4
+  * New Firefox patches
+    - Provide client values only to CSS Media Queries and disable several
+      Mozilla extensions that seem fingerprintable
+
+ -- Erinn Clark <erinn at torproject.org>  Wed Dec 21 22:20:29 GMT 2011
+
 Tor Browser Bundle (2.2.35-1); suite=osx
 
   * Update Tor to 0.2.2.35
diff --git a/changelog.windows-2.2 b/changelog.windows-2.2
index bf0ba98..2c4b19d 100644
--- a/changelog.windows-2.2
+++ b/changelog.windows-2.2
@@ -1,3 +1,14 @@
+Tor Browser Bundle (2.2.35-2); suite=windows
+
+  * Update Firefox to 9.0
+  * Update Torbutton to 1.4.5.1
+  * Update Noscript to 2.2.4
+  * New Firefox patches
+    - Provide client values only to CSS Media Queries and disable several
+      Mozilla extensions that seem fingerprintable
+
+ -- Erinn Clark <erinn at torproject.org>  Wed Dec 21 23:26:54 CET 2011
+
 Tor Browser Bundle (2.2.35-1); suite=windows
 
   * Update Tor to 0.2.2.35





More information about the tor-commits mailing list