[tor-commits] [torbrowser/maint-2.3] bump all tbbs to 2.2.35-6 for new vidalia, libevent, and firefox

erinn at torproject.org erinn at torproject.org
Sun Feb 12 17:09:49 UTC 2012


commit a79fd43eaa2ea2dfbb627f356ec06aa2984a6c40
Author: Erinn Clark <erinn at torproject.org>
Date:   Sun Feb 12 17:09:19 2012 +0100

    bump all tbbs to 2.2.35-6 for new vidalia, libevent, and firefox
---
 README.LINUX-2.2          |    8 ++++----
 README.OSX-2.2            |    8 ++++----
 README.WIN-2.2            |    8 ++++----
 build-scripts/linux.mk    |    2 +-
 build-scripts/osx.mk      |    2 +-
 build-scripts/versions.mk |    8 ++++----
 build-scripts/windows.mk  |    2 +-
 changelog.linux-2.2       |    9 +++++++++
 changelog.osx-2.2         |    9 +++++++++
 changelog.windows-2.2     |    9 +++++++++
 10 files changed, 46 insertions(+), 19 deletions(-)

diff --git a/README.LINUX-2.2 b/README.LINUX-2.2
index 8f0323f..8c3bea9 100644
--- a/README.LINUX-2.2
+++ b/README.LINUX-2.2
@@ -4,11 +4,11 @@ Tor Browser Bundle for GNU/Linux
 Included applications
 ---------------------
 
-Vidalia 0.2.15 (with Qt 4.7.4)
-Tor 0.2.2.35 (with libevent-2.0.16-stable, zlib-1.2.6 and openssl-1.0.0g)
-Firefox 10.0
+Vidalia 0.2.17 (with Qt 4.7.4)
+Tor 0.2.2.35 (with libevent-2.0.17-stable, zlib-1.2.6 and openssl-1.0.0g)
+Firefox 10.0.1
  \_ Torbutton 1.4.5.1
- |_ NoScript 2.2.8
+ |_ NoScript 2.3
  |_ HTTPS-Everywhere 1.2.2
 
 Usage
diff --git a/README.OSX-2.2 b/README.OSX-2.2
index c208895..de2d87a 100644
--- a/README.OSX-2.2
+++ b/README.OSX-2.2
@@ -4,11 +4,11 @@ Tor Browser Bundle for Mac OS X
 Included applications
 ---------------------
 
-Vidalia 0.2.15 (with Qt 4.7.4)
-Tor 0.2.2.35 (with libevent-2.0.16-stable, zlib-1.2.6 and openssl-1.0.0g)
-Firefox 10.0
+Vidalia 0.2.17 (with Qt 4.7.4)
+Tor 0.2.2.35 (with libevent-2.0.17-stable, zlib-1.2.6 and openssl-1.0.0g)
+Firefox 10.0.1
  \_ Torbutton 1.4.5.1
- |_ NoScript 2.2.8
+ |_ NoScript 2.3
  |_ HTTPS-Everywhere 1.2.2
 
 Usage
diff --git a/README.WIN-2.2 b/README.WIN-2.2
index 9d466c1..9c406ec 100644
--- a/README.WIN-2.2
+++ b/README.WIN-2.2
@@ -4,11 +4,11 @@ Tor Browser Bundle for Windows
 Included applications
 ---------------------
 
-Vidalia 0.2.15 (with Qt 4.7.4)
-Tor 0.2.2.35 (with libevent-2.0.16-stable, zlib-1.2.6 and openssl-1.0.0g)
-Firefox 10.0
+Vidalia 0.2.17 (with Qt 4.7.4)
+Tor 0.2.2.35 (with libevent-2.0.17-stable, zlib-1.2.6 and openssl-1.0.0g)
+Firefox 10.0.1
  \_ Torbutton 1.4.5.1
- |_ NoScript 2.2.8
+ |_ NoScript 2.3
  |_ HTTPS-Everywhere 1.2.2
 
 Usage
diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk
index 2981381..24a4d90 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=5
+BUILD_NUM=6
 PLATFORM=Linux
 
 ## Location of directory for source unpacking
diff --git a/build-scripts/osx.mk b/build-scripts/osx.mk
index 4a13151..6fbcc03 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=5
+BUILD_NUM=6
 PLATFORM=MacOS
 
 ## Location of directory for source unpacking
diff --git a/build-scripts/versions.mk b/build-scripts/versions.mk
index c8e3d98..239727f 100644
--- a/build-scripts/versions.mk
+++ b/build-scripts/versions.mk
@@ -3,17 +3,17 @@
 RELEASE_VER=2.2.35
 
 HTTPSEVERY_VER=1.2.2
-FIREFOX_VER=10.0
-LIBEVENT_VER=2.0.16-stable
+FIREFOX_VER=10.0.1
+LIBEVENT_VER=2.0.17-stable
 LIBPNG_VER=1.4.8
-NOSCRIPT_VER=2.2.8
+NOSCRIPT_VER=2.3
 OPENSSL_VER=1.0.0g
 OTR_VER=3.2.0
 PIDGIN_VER=2.6.4
 QT_VER=4.7.4
 TOR_VER=0.2.2.35
 TORBUTTON_VER=1.4.5.1
-VIDALIA_VER=0.2.15
+VIDALIA_VER=0.2.17
 ZLIB_VER=1.2.6
 
 ## Extension IDs
diff --git a/build-scripts/windows.mk b/build-scripts/windows.mk
index 143d82c..2e390a9 100644
--- a/build-scripts/windows.mk
+++ b/build-scripts/windows.mk
@@ -31,7 +31,7 @@
 
 ## Include versions
 include $(PWD)/versions.mk
-BUILD_NUM=5
+BUILD_NUM=6
 PLATFORM=Windows
 
 ## Location of required libraries
diff --git a/changelog.linux-2.2 b/changelog.linux-2.2
index 9a5fa6a..287e20d 100644
--- a/changelog.linux-2.2
+++ b/changelog.linux-2.2
@@ -1,3 +1,12 @@
+Tor Browser Bundle (2.2.35-6); suite=linux
+
+  * Update Firefox to 10.0.1
+  * Update Vidalia to 0.2.17
+  * Update Libevent to 2.0.17-stable
+  * Update NoScript to 2.3
+
+ -- Erinn Clark <erinn at torproject.org>  Sun Feb 12 14:16:42 CET 2012
+
 Tor Browser Bundle (2.2.35-5); suite=linux
 
   * Update Firefox to 10.0
diff --git a/changelog.osx-2.2 b/changelog.osx-2.2
index d93db4a..5f7a6a2 100644
--- a/changelog.osx-2.2
+++ b/changelog.osx-2.2
@@ -1,3 +1,12 @@
+Tor Browser Bundle (2.2.35-6); suite=osx
+
+  * Update Firefox to 10.0.1
+  * Update Vidalia to 0.2.17
+  * Update Libevent to 2.0.17-stable
+  * Update NoScript to 2.3
+
+ -- Erinn Clark <erinn at torproject.org>  Sun Feb 12 14:15:30 CET 2012
+
 Tor Browser Bundle (2.2.35-5); suite=osx
 
   * Update Firefox to 10.0
diff --git a/changelog.windows-2.2 b/changelog.windows-2.2
index f53a1af..5c3e519 100644
--- a/changelog.windows-2.2
+++ b/changelog.windows-2.2
@@ -1,3 +1,12 @@
+Tor Browser Bundle (2.2.35-6); suite=windows
+
+  * Update Firefox to 10.0.1
+  * Update Vidalia to 0.2.17
+  * Update Libevent to 2.0.17-stable
+  * Update NoScript to 2.3
+
+ -- Erinn Clark <erinn at torproject.org>  Sun Feb 12 14:16:38 CET 2012
+
 Tor Browser Bundle (2.2.35-5); suite=windows
 
   * Update Firefox to 10.0





More information about the tor-commits mailing list