commit b56f6324bdd748d58fdb55f6179c28904063ba83 Author: Erinn Clark erinn@torproject.org Date: Mon Sep 5 00:37:11 2011 +0100
bump all tbbs to 2.2.32-3, update noscript to 2.1.2.7, update all changelogs and READMEs in preparation for new release --- 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 | 2 +- build-scripts/windows.mk | 2 +- changelog.linux-2.2 | 13 +++++++++++++ changelog.osx-2.2 | 13 +++++++++++++ changelog.win-2.2 | 14 ++++++++++++++ 10 files changed, 54 insertions(+), 14 deletions(-)
diff --git a/README.LINUX-2.2 b/README.LINUX-2.2 index e4ac63e..b1f441c 100644 --- a/README.LINUX-2.2 +++ b/README.LINUX-2.2 @@ -6,9 +6,9 @@ Included applications
Vidalia 0.2.14 (with Qt 4.6.2) Tor 0.2.2.32 (with libevent-2.0.14-stable, zlib-1.2.5 and openssl-1.0.0d) -Firefox (Aurora) 6.0.1 - _ Torbutton 1.4.1 - |_ NoScript 2.1.2.6 +Firefox (Aurora) 6.0.2 + _ Torbutton 1.4.2 + |_ NoScript 2.1.2.7 |_ HTTPS-Everywhere 1.0.0development.5
Usage diff --git a/README.OSX-2.2 b/README.OSX-2.2 index 185d11c..5358d96 100644 --- a/README.OSX-2.2 +++ b/README.OSX-2.2 @@ -6,9 +6,9 @@ Included applications
Vidalia 0.2.14 (with Qt 4.6.2) Tor 0.2.2.32 (with libevent-2.0.14-stable, zlib-1.2.5 and openssl-1.0.0d) -Firefox (Aurora) 6.0.1 - _ Torbutton 1.4.1 - |_ NoScript 2.1.2.6 +Firefox (Aurora) 6.0.2 + _ Torbutton 1.4.2 + |_ NoScript 2.1.2.7 |_ HTTPS-Everywhere 1.0.0development.5
Usage diff --git a/README.WIN-2.2 b/README.WIN-2.2 index 723df9a..e054a10 100644 --- a/README.WIN-2.2 +++ b/README.WIN-2.2 @@ -6,10 +6,10 @@ Included applications
Vidalia 0.2.14 (with Qt 4.6.2) Tor 0.2.2.32 (with libevent-2.0.14-stable, zlib-1.2.5 and openssl-1.0.0d) -FirefoxPortable 6.0.1 - _ Firefox (Aurora) 6.0.1 - _ Torbutton 1.4.1 - |_ NoScript 2.1.2.6 +FirefoxPortable 6.0.2 + _ Firefox (Aurora) 6.0.2 + _ Torbutton 1.4.2 + |_ NoScript 2.1.2.7 |_ HTTPS-Everywhere 1.0.0development.5
Usage diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk index 1b6aa12..d05b8c4 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=2 +BUILD_NUM=3 PLATFORM=Linux
## Location of directory for source unpacking diff --git a/build-scripts/osx.mk b/build-scripts/osx.mk index bdef4dc..d523b7a 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=2 +BUILD_NUM=3 PLATFORM=MacOS
## Location of directory for source unpacking diff --git a/build-scripts/versions.mk b/build-scripts/versions.mk index f2f3288..4107c23 100644 --- a/build-scripts/versions.mk +++ b/build-scripts/versions.mk @@ -6,7 +6,7 @@ HTTPSEVERY_VER=1.0.0development.5 FIREFOX_VER=6.0.2 LIBEVENT_VER=2.0.14-stable LIBPNG_VER=1.4.3 -NOSCRIPT_VER=2.1.2.6 +NOSCRIPT_VER=2.1.2.7 OPENSSL_VER=1.0.0d OTR_VER=3.2.0 PIDGIN_VER=2.6.4 diff --git a/build-scripts/windows.mk b/build-scripts/windows.mk index 200237b..01b2413 100644 --- a/build-scripts/windows.mk +++ b/build-scripts/windows.mk @@ -31,7 +31,7 @@
## Include versions include $(PWD)/versions.mk -BUILD_NUM=2 +BUILD_NUM=3 PLATFORM=Windows
## Location of required libraries diff --git a/changelog.linux-2.2 b/changelog.linux-2.2 index 020c116..ed7ee50 100644 --- a/changelog.linux-2.2 +++ b/changelog.linux-2.2 @@ -1,3 +1,16 @@ +Tor Browser Bundle (2.2.32-3) alpha; suite=linux + + * Update Firefox to 6.0.2 + * New Firefox patches + - Add a string-based cacheKey (closes: #3666) + - Provide auth headers to on-modify-request (closes: #3907) + - Enable HTTP Pipelining as an experimental fingerprinting defense (closes: #3914) + - Enable HTTP pipelining in TBB prefs.js too (closes: #3913) + * Update Torbutton to 1.4.2 + * Update NoScript to 2.1.2.7 + * Update libpng to 1.4.8 (closes: #3906) + * Make the TBB launch script work when using a relative symlink (closes: #2525) + Tor Browser Bundle (2.2.32-2) alpha; suite=linux
* Update Firefox to 6.0.1, with an additional patch to exclude DigiNotar completely diff --git a/changelog.osx-2.2 b/changelog.osx-2.2 index 9326450..d850cda 100644 --- a/changelog.osx-2.2 +++ b/changelog.osx-2.2 @@ -1,3 +1,16 @@ +Tor Browser Bundle (2.2.32-3) alpha; suite=osx + + * Update Firefox to 6.0.2 + * New Firefox patches + - Add a string-based cacheKey (closes: #3666) + - Provide auth headers to on-modify-request (closes: #3907) + - Enable HTTP Pipelining as an experimental fingerprinting defense (closes: #3914) + - Enable HTTP pipelining in TBB prefs.js too (closes: #3913) + * Update Torbutton to 1.4.2 + * Update NoScript to 2.1.2.7 + + -- Erinn Clark erinn@torproject.org Mon Sep 5 00:10:55 BST 2011 + Tor Browser Bundle (2.2.32-2) alpha; suite=osx
* Update Firefox to 6.0.1, with an additional patch to exclude DigiNotar completely diff --git a/changelog.win-2.2 b/changelog.win-2.2 index abfbef2..ebede68 100644 --- a/changelog.win-2.2 +++ b/changelog.win-2.2 @@ -1,3 +1,17 @@ +Tor Browser Bundle (2.2.32-3) alpha; suite=windows + + * Update Firefox to 6.0.2 + * New Firefox patches + - Add a string-based cacheKey (closes: #3666) + - Provide auth headers to on-modify-request (closes: #3907) + - Enable HTTP Pipelining as an experimental fingerprinting defense (closes: #3914) + - Enable HTTP pipelining in TBB prefs.js too (closes: #3913) + * Update Torbutton to 1.4.2 + * Update NoScript to 2.1.2.7 + * Add missing C runtime libraries so WinXP users can use TBB again. Fix found by velope. + + -- Erinn Clark erinn@torproject.org Mon Sep 5 00:10:55 BST 2011 + Tor Browser Bundle (2.2.32-2) alpha; suite=windows
* Update Firefox to 6.0.1, with an additional patch to exclude DigiNotar completely