[torbrowser/master] bump all stable and alpha tbb versions for new firefox release

commit 2179756552480206efe29e68a5867e552319634a Author: Erinn Clark <erinn@torproject.org> Date: Sun May 12 22:20:31 2013 -0300 bump all stable and alpha tbb versions for new firefox release --- README.LINUX-2.3 | 4 ++-- README.LINUX-2.4 | 4 ++-- README.OSX-2.3 | 4 ++-- README.OSX-2.4 | 4 ++-- README.WIN-2.3 | 4 ++-- README.WIN-2.4 | 4 ++-- build-scripts/linux-alpha.mk | 2 +- build-scripts/linux.mk | 2 +- build-scripts/osx-alpha.mk | 2 +- build-scripts/osx.mk | 2 +- build-scripts/windows-alpha.mk | 2 +- build-scripts/windows.mk | 2 +- changelog.linux-2.3 | 7 +++++++ changelog.linux-2.4 | 7 +++++++ changelog.osx-2.3 | 7 +++++++ changelog.osx-2.4 | 7 +++++++ changelog.windows-2.3 | 7 +++++++ changelog.windows-2.4 | 7 +++++++ 18 files changed, 60 insertions(+), 18 deletions(-) diff --git a/README.LINUX-2.3 b/README.LINUX-2.3 index ac11b74..e18b78e 100644 --- a/README.LINUX-2.3 +++ b/README.LINUX-2.3 @@ -6,10 +6,10 @@ Included applications Vidalia 0.2.21 (with Qt 4.8.1) Tor 0.2.3.25 (with libevent-2.0.21-stable, zlib-1.2.7 and openssl-1.0.0k) -Firefox 17.0.5esr +Firefox 17.0.6esr \_ Torbutton 1.5.2 |_ NoScript 2.6.6.1 - |_ HTTPS-Everywhere 3.1.4 + |_ HTTPS-Everywhere 3.2 Usage ----- diff --git a/README.LINUX-2.4 b/README.LINUX-2.4 index 6ae7129..0aab8e1 100644 --- a/README.LINUX-2.4 +++ b/README.LINUX-2.4 @@ -6,9 +6,9 @@ Included applications Vidalia 0.2.21 (with Qt 4.8.1) Tor 0.2.4.12-alpha (with libevent-2.0.21-stable, zlib-1.2.7 and openssl-1.0.0k) -Firefox 17.0.5esr +Firefox 17.0.6esr \_ Torbutton 1.5.2 - |_ NoScript 2.6.6 + |_ NoScript 2.6.6.1 |_ HTTPS-Everywhere 4.0development.6 |_ PDF Viewer 0.8.1 diff --git a/README.OSX-2.3 b/README.OSX-2.3 index d8b7754..b4b8936 100644 --- a/README.OSX-2.3 +++ b/README.OSX-2.3 @@ -6,10 +6,10 @@ Included applications Vidalia 0.2.21 (with Qt 4.8.1) Tor 0.2.3.25 (with libevent-2.0.21-stable, zlib-1.2.7 and openssl-1.0.0k) -Firefox 17.0.5esr +Firefox 17.0.6esr \_ Torbutton 1.5.2 |_ NoScript 2.6.6.1 - |_ HTTPS-Everywhere 3.1.4 + |_ HTTPS-Everywhere 3.2 Usage ----- diff --git a/README.OSX-2.4 b/README.OSX-2.4 index 285a0d9..942df88 100644 --- a/README.OSX-2.4 +++ b/README.OSX-2.4 @@ -6,9 +6,9 @@ Included applications Vidalia 0.2.21 (with Qt 4.8.1) Tor 0.2.4.12-alpha (with libevent-2.0.21-stable, zlib-1.2.7 and openssl-1.0.0k) -Firefox 17.0.5esr +Firefox 17.0.6esr \_ Torbutton 1.5.2 - |_ NoScript 2.6.6 + |_ NoScript 2.6.6.1 |_ HTTPS-Everywhere 4.0development.6 |_ PDF Viewer 0.8.1 diff --git a/README.WIN-2.3 b/README.WIN-2.3 index 5ffdcf8..2b1ee0f 100644 --- a/README.WIN-2.3 +++ b/README.WIN-2.3 @@ -6,10 +6,10 @@ Included applications Vidalia 0.2.21 (with Qt 4.8.1) Tor 0.2.3.25 (with libevent-2.0.21-stable, zlib-1.2.7 and openssl-1.0.0k) -Firefox 17.0.5esr +Firefox 17.0.6esr \_ Torbutton 1.5.2 |_ NoScript 2.6.6.1 - |_ HTTPS-Everywhere 3.1.4 + |_ HTTPS-Everywhere 3.2 Usage ----- diff --git a/README.WIN-2.4 b/README.WIN-2.4 index 154341c..9fd6561 100644 --- a/README.WIN-2.4 +++ b/README.WIN-2.4 @@ -6,9 +6,9 @@ Included applications Vidalia 0.2.21 (with Qt 4.8.1) Tor 0.2.4.12-alpha (with libevent-2.0.21-stable, zlib-1.2.7 and openssl-1.0.0k) -Firefox 17.0.5esr +Firefox 17.0.6esr \_ Torbutton 1.5.2 - |_ NoScript 2.6.6 + |_ NoScript 2.6.6.1 |_ HTTPS-Everywhere 4.0development.6 |_ PDF Viewer 0.8.1 diff --git a/build-scripts/linux-alpha.mk b/build-scripts/linux-alpha.mk index 7121474..3a15d53 100644 --- a/build-scripts/linux-alpha.mk +++ b/build-scripts/linux-alpha.mk @@ -15,7 +15,7 @@ ## Architecture ARCH_TYPE=$(shell uname -m) -BUILD_NUM=1 +BUILD_NUM=2 PLATFORM=Linux ## Build machine specific settings diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk index d1b90c9..8c5ef4e 100644 --- a/build-scripts/linux.mk +++ b/build-scripts/linux.mk @@ -15,7 +15,7 @@ ## Architecture ARCH_TYPE=$(shell uname -m) -BUILD_NUM=7 +BUILD_NUM=8 PLATFORM=Linux ## Build machine specific settings diff --git a/build-scripts/osx-alpha.mk b/build-scripts/osx-alpha.mk index 7ad744d..1429c5b 100644 --- a/build-scripts/osx-alpha.mk +++ b/build-scripts/osx-alpha.mk @@ -15,7 +15,7 @@ ## Architecture ARCH_TYPE=i386 -BUILD_NUM=1 +BUILD_NUM=2 PLATFORM=MacOS ## Set OSX-specific backwards compatibility options diff --git a/build-scripts/osx.mk b/build-scripts/osx.mk index e0054b6..73113b4 100644 --- a/build-scripts/osx.mk +++ b/build-scripts/osx.mk @@ -15,7 +15,7 @@ ## Architecture ARCH_TYPE=x86_64 -BUILD_NUM=7 +BUILD_NUM=8 PLATFORM=MacOS ## Set OSX-specific backwards compatibility options diff --git a/build-scripts/windows-alpha.mk b/build-scripts/windows-alpha.mk index 56233c4..76bd01e 100644 --- a/build-scripts/windows-alpha.mk +++ b/build-scripts/windows-alpha.mk @@ -13,7 +13,7 @@ ### Configuration ### ##################### -BUILD_NUM=1 +BUILD_NUM=2 PLATFORM=Windows ## Location of required libraries diff --git a/build-scripts/windows.mk b/build-scripts/windows.mk index c38fe1d..dfb6c8a 100644 --- a/build-scripts/windows.mk +++ b/build-scripts/windows.mk @@ -13,7 +13,7 @@ ### Configuration ### ##################### -BUILD_NUM=7 +BUILD_NUM=8 PLATFORM=Windows ## Location of required libraries diff --git a/changelog.linux-2.3 b/changelog.linux-2.3 index 5fc9f70..6774803 100644 --- a/changelog.linux-2.3 +++ b/changelog.linux-2.3 @@ -1,3 +1,10 @@ +Tor Browser Bundle (2.3.25-8); suite=linux + + * Update Firefox to 17.0.6esr + * Update HTTPS Everywhere to 3.2 + + -- Erinn Clark <erinn@torproject.org> Sun May 12 22:05:55 BRT 2013 + Tor Browser Bundle (2.3.25-7); suite=linux * Update Torbutton to 1.5.2 diff --git a/changelog.linux-2.4 b/changelog.linux-2.4 index c648d4a..ee2032b 100644 --- a/changelog.linux-2.4 +++ b/changelog.linux-2.4 @@ -1,3 +1,10 @@ +Tor Browser Bundle (2.4.12-alpha-2); suite=linux + + * Update Firefox to 17.0.6esr + * Update NoScript to 2.6.6.1 + + -- Erinn Clark <erinn@torproject.org> Sun May 12 22:06:23 BRT 2013 + Tor Browser Bundle (2.4.12-alpha-1); suite=linux * Update Tor to 0.2.4.12-alpha diff --git a/changelog.osx-2.3 b/changelog.osx-2.3 index 7ede62d..97855d8 100644 --- a/changelog.osx-2.3 +++ b/changelog.osx-2.3 @@ -1,3 +1,10 @@ +Tor Browser Bundle (2.3.25-8); suite=osx + + * Update Firefox to 17.0.6esr + * Update HTTPS Everywhere to 3.2 + + -- Erinn Clark <erinn@torproject.org> Sun May 12 22:05:50 BRT 2013 + Tor Browser Bundle (2.3.25-7); suite=osx * Update Torbutton to 1.5.2 diff --git a/changelog.osx-2.4 b/changelog.osx-2.4 index c23f940..c2210dd 100644 --- a/changelog.osx-2.4 +++ b/changelog.osx-2.4 @@ -1,3 +1,10 @@ +Tor Browser Bundle (2.4.12-alpha-2); suite=osx + + * Update Firefox to 17.0.6esr + * Update NoScript to 2.6.6.1 + + -- Erinn Clark <erinn@torproject.org> Sun May 12 22:06:20 BRT 2013 + Tor Browser Bundle (2.4.12-alpha-1); suite=osx * Update Tor to 0.2.4.12-alpha diff --git a/changelog.windows-2.3 b/changelog.windows-2.3 index 0941342..d3dfc46 100644 --- a/changelog.windows-2.3 +++ b/changelog.windows-2.3 @@ -1,3 +1,10 @@ +Tor Browser Bundle (2.3.25-8); suite=windows + + * Update Firefox to 17.0.6esr + * Update HTTPS Everywhere to 3.2 + + -- Erinn Clark <erinn@torproject.org> Sun May 12 22:05:52 BRT 2013 + Tor Browser Bundle (2.3.25-7); suite=windows * Update Torbutton to 1.5.2 diff --git a/changelog.windows-2.4 b/changelog.windows-2.4 index 0522bad..288c47d 100644 --- a/changelog.windows-2.4 +++ b/changelog.windows-2.4 @@ -1,3 +1,10 @@ +Tor Browser Bundle (2.4.12-alpha-2); suite=windows + + * Update Firefox to 17.0.6esr + * Update NoScript to 2.6.6.1 + + -- Erinn Clark <erinn@torproject.org> Sun May 12 22:06:25 BRT 2013 + Tor Browser Bundle (2.4.12-alpha-1); suite=windows * Update Tor to 0.2.4.12-alpha
participants (1)
-
erinn@torproject.org