commit 6e9a7af5c95b66c2b42e5d4e807ba43e56c01249 Author: Erinn Clark erinn@torproject.org Date: Thu Dec 22 22:07:22 2011 +0100
bump all tbb versions to 2.2.35-3 for firefox 9.0.1 --- README.LINUX-2.2 | 2 +- README.OSX-2.2 | 2 +- README.WIN-2.2 | 4 ++-- build-scripts/linux.mk | 2 +- build-scripts/osx.mk | 2 +- build-scripts/windows.mk | 2 +- changelog.linux-2.2 | 6 ++++++ changelog.osx-2.2 | 6 ++++++ changelog.windows-2.2 | 6 ++++++ 9 files changed, 25 insertions(+), 7 deletions(-)
diff --git a/README.LINUX-2.2 b/README.LINUX-2.2 index 7d2d9f5..87cb931 100644 --- a/README.LINUX-2.2 +++ b/README.LINUX-2.2 @@ -6,7 +6,7 @@ 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) 9.0 +Firefox (Aurora) 9.0.1 _ Torbutton 1.4.5.1 |_ NoScript 2.2.4 |_ HTTPS-Everywhere 1.2.1 diff --git a/README.OSX-2.2 b/README.OSX-2.2 index 8d1e6e9..2ea9db6 100644 --- a/README.OSX-2.2 +++ b/README.OSX-2.2 @@ -6,7 +6,7 @@ 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) 9.0 +Firefox (Aurora) 9.0.1 _ Torbutton 1.4.5.1 |_ NoScript 2.2.4 |_ HTTPS-Everywhere 1.2.1 diff --git a/README.WIN-2.2 b/README.WIN-2.2 index 5f7ba97..b005c2a 100644 --- a/README.WIN-2.2 +++ b/README.WIN-2.2 @@ -6,8 +6,8 @@ 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 9.0 - _ Firefox (Aurora) 9.0 +FirefoxPortable 9.0.1 + _ Firefox (Aurora) 9.0.1 _ Torbutton 1.4.5.1 |_ NoScript 2.2.4 |_ HTTPS-Everywhere 1.2.1 diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk index 58b69c0..963da78 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 ea0af58..f53941b 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/windows.mk b/build-scripts/windows.mk index 4d6848a..9cf24dc 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 cd66053..9475ded 100644 --- a/changelog.linux-2.2 +++ b/changelog.linux-2.2 @@ -1,3 +1,9 @@ +Tor Browser Bundle (2.2.35-3); suite=linux + + * Update Firefox to 9.0.1 + + -- Erinn Clark erinn@torproject.org Thu Dec 22 21:42:39 CET 2011 + Tor Browser Bundle (2.2.35-2); suite=linux
* Update Firefox to 9.0 diff --git a/changelog.osx-2.2 b/changelog.osx-2.2 index b50b3c6..4f850d0 100644 --- a/changelog.osx-2.2 +++ b/changelog.osx-2.2 @@ -1,3 +1,9 @@ +Tor Browser Bundle (2.2.35-3); suite=osx + + * Update Firefox to 9.0.1 + + -- Erinn Clark erinn@torproject.org Thu Dec 22 21:42:33 CET 2011 + Tor Browser Bundle (2.2.35-2); suite=osx
* Update Firefox to 9.0 diff --git a/changelog.windows-2.2 b/changelog.windows-2.2 index 2c4b19d..c53d06d 100644 --- a/changelog.windows-2.2 +++ b/changelog.windows-2.2 @@ -1,3 +1,9 @@ +Tor Browser Bundle (2.2.35-3); suite=windows + + * Update Firefox to 9.0.1 + + -- Erinn Clark erinn@torproject.org Thu Dec 22 21:42:45 CET 2011 + Tor Browser Bundle (2.2.35-2); suite=windows
* Update Firefox to 9.0
tor-commits@lists.torproject.org