commit c6ecaa9ef55229b4c6ea89bbc2c21c35d77a4111 Author: Erinn Clark erinn@torproject.org Date: Sat Oct 27 12:02:58 2012 +0100
bump all stable tbbs to 2.2.39-5 for firefox 10.0.10esr --- README.LINUX-2.2 | 4 ++-- README.OSX-2.2 | 4 ++-- README.WIN-2.2 | 4 ++-- build-scripts/linux.mk | 2 +- build-scripts/osx.mk | 2 +- build-scripts/versions.mk | 2 +- build-scripts/windows.mk | 2 +- changelog.linux-2.2 | 7 +++++++ changelog.osx-2.2 | 7 +++++++ changelog.windows-2.2 | 7 +++++++ 10 files changed, 31 insertions(+), 10 deletions(-)
diff --git a/README.LINUX-2.2 b/README.LINUX-2.2 index fe79874..c02223d 100644 --- a/README.LINUX-2.2 +++ b/README.LINUX-2.2 @@ -6,9 +6,9 @@ Included applications
Vidalia 0.2.20 (with Qt 4.8.1) Tor 0.2.2.39 (with libevent-2.0.20-stable, zlib-1.2.7 and openssl-1.0.1c) -Firefox 10.0.9esr +Firefox 10.0.10esr _ Torbutton 1.4.6.3 - |_ NoScript 2.5.8 + |_ NoScript 2.5.9 |_ HTTPS-Everywhere 3.0.2
Usage diff --git a/README.OSX-2.2 b/README.OSX-2.2 index 9250ce2..d62db2b 100644 --- a/README.OSX-2.2 +++ b/README.OSX-2.2 @@ -6,9 +6,9 @@ Included applications
Vidalia 0.2.20 (with Qt 4.8.1) Tor 0.2.2.39 (with libevent-2.0.20-stable, zlib-1.2.7 and openssl-1.0.1c) -Firefox 10.0.9esr +Firefox 10.0.10esr _ Torbutton 1.4.6.3 - |_ NoScript 2.5.8 + |_ NoScript 2.5.9 |_ HTTPS-Everywhere 3.0.2
Usage diff --git a/README.WIN-2.2 b/README.WIN-2.2 index bbbd27f..ab0369f 100644 --- a/README.WIN-2.2 +++ b/README.WIN-2.2 @@ -6,9 +6,9 @@ Included applications
Vidalia 0.2.20 (with Qt 4.8.1) Tor 0.2.2.39 (with libevent-2.0.20-stable, zlib-1.2.7 and openssl-1.0.1c) -Firefox 10.0.9esr +Firefox 10.0.10esr _ Torbutton 1.4.6.3 - |_ NoScript 2.5.8 + |_ NoScript 2.5.9 |_ HTTPS-Everywhere 3.0.2
Usage diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk index 1d7feda..40c0a03 100644 --- a/build-scripts/linux.mk +++ b/build-scripts/linux.mk @@ -15,7 +15,7 @@
## Architecture ARCH_TYPE=$(shell uname -m) -BUILD_NUM=4 +BUILD_NUM=5 PLATFORM=Linux
## Build machine specific settings diff --git a/build-scripts/osx.mk b/build-scripts/osx.mk index dd6154a..4cab2df 100644 --- a/build-scripts/osx.mk +++ b/build-scripts/osx.mk @@ -15,7 +15,7 @@
## Architecture ARCH_TYPE=x86_64 -BUILD_NUM=4 +BUILD_NUM=5 PLATFORM=MacOS
## Set OSX-specific backwards compatibility options diff --git a/build-scripts/versions.mk b/build-scripts/versions.mk index 99c4030..bb2f3a3 100644 --- a/build-scripts/versions.mk +++ b/build-scripts/versions.mk @@ -14,7 +14,7 @@ FIREFOX_VER=10.0.10esr MOZBUILD_VER=1.5.1 PYMAKE_VER=87d436cd8974 TORBUTTON_VER=1.4.6.3 -NOSCRIPT_VER=2.5.8 +NOSCRIPT_VER=2.5.9 HTTPSEVERYWHERE_VER=3.0.2 OTR_VER=3.2.0 OBFSPROXY_VER=0.1.4 diff --git a/build-scripts/windows.mk b/build-scripts/windows.mk index cbf4451..1ea710e 100644 --- a/build-scripts/windows.mk +++ b/build-scripts/windows.mk @@ -13,7 +13,7 @@ ### Configuration ### #####################
-BUILD_NUM=4 +BUILD_NUM=5 PLATFORM=Windows
## Location of required libraries diff --git a/changelog.linux-2.2 b/changelog.linux-2.2 index 10adc35..13795e5 100644 --- a/changelog.linux-2.2 +++ b/changelog.linux-2.2 @@ -1,3 +1,10 @@ +Tor Browser Bundle (2.2.39-5); suite=linux + + * Update Firefox to 10.0.10esr + * Update NoScript to 2.5.9 + + -- Erinn Clark erinn@torproject.org Fri Oct 26 23:37:55 BST 2012 + Tor Browser Bundle (2.2.39-4); suite=linux
* Update Firefox patches to prevent crashing (closes: #7128) diff --git a/changelog.osx-2.2 b/changelog.osx-2.2 index a0cb5d0..8bc305b 100644 --- a/changelog.osx-2.2 +++ b/changelog.osx-2.2 @@ -1,3 +1,10 @@ +Tor Browser Bundle (2.2.39-5); suite=osx + + * Update Firefox to 10.0.10esr + * Update NoScript to 2.5.9 + + -- Erinn Clark erinn@torproject.org Fri Oct 26 23:37:53 BST 2012 + Tor Browser Bundle (2.2.39-4); suite=osx
* Update Firefox patches to prevent crashing (closes: #7128) diff --git a/changelog.windows-2.2 b/changelog.windows-2.2 index d3006b0..2fa96df 100644 --- a/changelog.windows-2.2 +++ b/changelog.windows-2.2 @@ -1,3 +1,10 @@ +Tor Browser Bundle (2.2.39-5); suite=windows + + * Update Firefox to 10.0.10esr + * Update NoScript to 2.5.9 + + -- Erinn Clark erinn@torproject.org Fri Oct 26 23:37:58 BST 2012 + Tor Browser Bundle (2.2.39-4); suite=windows
* Update Firefox patches to prevent crashing (closes: #7128)
tor-commits@lists.torproject.org