commit e2b3a8fb46ce052e0828676157247a2a12511c51 Author: Erinn Clark erinn@torproject.org Date: Mon Aug 13 23:01:52 2012 +0100
bump stable bundles for tor 0.2.2.38 --- README.LINUX-2.2 | 6 +++--- README.OSX-2.2 | 6 +++--- README.WIN-2.2 | 6 +++--- build-scripts/linux.mk | 2 +- build-scripts/osx.mk | 2 +- build-scripts/versions.mk | 8 ++++---- build-scripts/windows.mk | 2 +- changelog.linux-2.2 | 8 ++++++++ changelog.osx-2.2 | 8 ++++++++ changelog.windows-2.2 | 8 ++++++++ 10 files changed, 40 insertions(+), 16 deletions(-)
diff --git a/README.LINUX-2.2 b/README.LINUX-2.2 index 0eae006..c051a3c 100644 --- a/README.LINUX-2.2 +++ b/README.LINUX-2.2 @@ -5,11 +5,11 @@ Included applications ---------------------
Vidalia 0.2.20 (with Qt 4.8.1) -Tor 0.2.2.37 (with libevent-2.0.19-stable, zlib-1.2.7 and openssl-1.0.1c) +Tor 0.2.2.38 (with libevent-2.0.19-stable, zlib-1.2.7 and openssl-1.0.1c) Firefox 10.0.6esr _ Torbutton 1.4.6 - |_ NoScript 2.4.8 - |_ HTTPS-Everywhere 2.0.5 + |_ NoScript 2.5 + |_ HTTPS-Everywhere 2.1
Usage ----- diff --git a/README.OSX-2.2 b/README.OSX-2.2 index 05ee1e2..1675e39 100644 --- a/README.OSX-2.2 +++ b/README.OSX-2.2 @@ -5,11 +5,11 @@ Included applications ---------------------
Vidalia 0.2.20 (with Qt 4.8.1) -Tor 0.2.2.37 (with libevent-2.0.19-stable, zlib-1.2.7 and openssl-1.0.1c) +Tor 0.2.2.38 (with libevent-2.0.19-stable, zlib-1.2.7 and openssl-1.0.1c) Firefox 10.0.6esr _ Torbutton 1.4.6 - |_ NoScript 2.4.8 - |_ HTTPS-Everywhere 2.0.5 + |_ NoScript 2.5 + |_ HTTPS-Everywhere 2.1
Usage ----- diff --git a/README.WIN-2.2 b/README.WIN-2.2 index 8a8b69b..6cb3ef9 100644 --- a/README.WIN-2.2 +++ b/README.WIN-2.2 @@ -5,11 +5,11 @@ Included applications ---------------------
Vidalia 0.2.20 (with Qt 4.8.1) -Tor 0.2.2.37 (with libevent-2.0.19-stable, zlib-1.2.7 and openssl-1.0.1c) +Tor 0.2.2.38 (with libevent-2.0.19-stable, zlib-1.2.7 and openssl-1.0.1c) Firefox 10.0.6esr _ Torbutton 1.4.6 - |_ NoScript 2.4.8 - |_ HTTPS-Everywhere 2.0.5 + |_ NoScript 2.5 + |_ HTTPS-Everywhere 2.1
Usage ----- diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk index b2e5f7b..170916b 100644 --- a/build-scripts/linux.mk +++ b/build-scripts/linux.mk @@ -15,7 +15,7 @@
## Architecture ARCH_TYPE=$(shell uname -m) -BUILD_NUM=2 +BUILD_NUM=1 PLATFORM=Linux
## Build machine specific settings diff --git a/build-scripts/osx.mk b/build-scripts/osx.mk index 718c8ab..a9c5909 100644 --- a/build-scripts/osx.mk +++ b/build-scripts/osx.mk @@ -15,7 +15,7 @@
## Architecture ARCH_TYPE=x86_64 -BUILD_NUM=2 +BUILD_NUM=1 PLATFORM=MacOS
## Set OSX-specific backwards compatibility options diff --git a/build-scripts/versions.mk b/build-scripts/versions.mk index 2b3e508..bfba975 100644 --- a/build-scripts/versions.mk +++ b/build-scripts/versions.mk @@ -1,6 +1,6 @@ #!/usr/bin/make
-RELEASE_VER=2.2.37 +RELEASE_VER=2.2.38
ZLIB_VER=1.2.7 OPENSSL_VER=1.0.1c @@ -8,14 +8,14 @@ LIBPNG_VER=1.5.12 QT_VER=4.8.1 VIDALIA_VER=0.2.20 LIBEVENT_VER=2.0.19-stable -TOR_VER=0.2.2.37 +TOR_VER=0.2.2.38 PIDGIN_VER=2.6.4 FIREFOX_VER=10.0.6esr MOZBUILD_VER=1.5.1 PYMAKE_VER=87d436cd8974 TORBUTTON_VER=1.4.6 -NOSCRIPT_VER=2.4.8 -HTTPSEVERYWHERE_VER=2.0.5 +NOSCRIPT_VER=2.5 +HTTPSEVERYWHERE_VER=2.1 OTR_VER=3.2.0 OBFSPROXY_VER=0.1.4
diff --git a/build-scripts/windows.mk b/build-scripts/windows.mk index a871270..0492f84 100644 --- a/build-scripts/windows.mk +++ b/build-scripts/windows.mk @@ -13,7 +13,7 @@ ### Configuration ### #####################
-BUILD_NUM=2 +BUILD_NUM=1 PLATFORM=Windows
## Location of required libraries diff --git a/changelog.linux-2.2 b/changelog.linux-2.2 index 507b873..31149a2 100644 --- a/changelog.linux-2.2 +++ b/changelog.linux-2.2 @@ -1,3 +1,11 @@ +Tor Browser Bundle (2.2.38-1); suite=linux + + * Update Tor to 0.2.2.38 + * Update NoScript to 2.5 + * Update HTTPS Everywhere to 2.1 + + -- Erinn Clark erinn@torproject.org Mon Aug 13 22:58:58 BST 2012 + Tor Browser Bundle (2.2.37-2); suite=linux
* Update Firefox to 10.0.6esr diff --git a/changelog.osx-2.2 b/changelog.osx-2.2 index 68e5c09..f1c7681 100644 --- a/changelog.osx-2.2 +++ b/changelog.osx-2.2 @@ -1,3 +1,11 @@ +Tor Browser Bundle (2.2.38-1); suite=osx + + * Update Tor to 0.2.2.38 + * Update NoScript to 2.5 + * Update HTTPS Everywhere to 2.1 + + -- Erinn Clark erinn@torproject.org Mon Aug 13 22:58:53 BST 2012 + Tor Browser Bundle (2.2.37-2); suite=osx
* Update Firefox to 10.0.6esr diff --git a/changelog.windows-2.2 b/changelog.windows-2.2 index 37653b6..2d0fb2c 100644 --- a/changelog.windows-2.2 +++ b/changelog.windows-2.2 @@ -1,3 +1,11 @@ +Tor Browser Bundle (2.2.38-1); suite=windows + + * Update Tor to 0.2.2.38 + * Update NoScript to 2.5 + * Update HTTPS Everywhere to 2.1 + + -- Erinn Clark erinn@torproject.org Mon Aug 13 22:58:55 BST 2012 + Tor Browser Bundle (2.2.37-2); suite=windows
* Update Firefox to 10.0.6esr