commit aed454baeb9af6974172486802e93fcad8e3a94f Author: Erinn Clark erinn@torproject.org Date: Thu Nov 14 16:27:55 2013 -0200
bump versions for new Firefox 17.0.11esr --- 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/versions-alpha.mk | 4 ++-- build-scripts/versions.mk | 4 ++-- build-scripts/windows-alpha.mk | 2 +- build-scripts/windows.mk | 2 +- 14 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/README.LINUX-2.3 b/README.LINUX-2.3 index d602e6d..d284747 100644 --- a/README.LINUX-2.3 +++ b/README.LINUX-2.3 @@ -6,9 +6,9 @@ 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.8 and openssl-1.0.0k) -Firefox 17.0.10esr +Firefox 17.0.11esr _ Torbutton 1.5.2 - |_ NoScript 2.6.8.4 + |_ NoScript 2.6.8.5 |_ HTTPS-Everywhere 3.4.2
Usage diff --git a/README.LINUX-2.4 b/README.LINUX-2.4 index 3b1baf3..d5ba381 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.17-rc (with libevent-2.0.21-stable, zlib-1.2.8 and openssl-1.0.0k) -Firefox 17.0.10esr +Firefox 17.0.11esr _ Torbutton 1.5.2 - |_ NoScript 2.6.8.4 + |_ NoScript 2.6.8.5 |_ HTTPS-Everywhere 3.4.2 |_ PDF Viewer 0.8.298
diff --git a/README.OSX-2.3 b/README.OSX-2.3 index c279ed7..8a7e421 100644 --- a/README.OSX-2.3 +++ b/README.OSX-2.3 @@ -6,9 +6,9 @@ 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.8 and openssl-1.0.0k) -Firefox 17.0.10esr +Firefox 17.0.11esr _ Torbutton 1.5.2 - |_ NoScript 2.6.8.4 + |_ NoScript 2.6.8.5 |_ HTTPS-Everywhere 3.4.2
Usage diff --git a/README.OSX-2.4 b/README.OSX-2.4 index d395338..59b1a2d 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.17-rc (with libevent-2.0.21-stable, zlib-1.2.8 and openssl-1.0.0k) -Firefox 17.0.10esr +Firefox 17.0.11esr _ Torbutton 1.5.2 - |_ NoScript 2.6.8.4 + |_ NoScript 2.6.8.5 |_ HTTPS-Everywhere 3.4.2 |_ PDF Viewer 0.8.298
diff --git a/README.WIN-2.3 b/README.WIN-2.3 index d7b257d..ea3cd75 100644 --- a/README.WIN-2.3 +++ b/README.WIN-2.3 @@ -6,9 +6,9 @@ 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.8 and openssl-1.0.0k) -Firefox 17.0.10esr +Firefox 17.0.11esr _ Torbutton 1.5.2 - |_ NoScript 2.6.8.4 + |_ NoScript 2.6.8.5 |_ HTTPS-Everywhere 3.4.2
Usage diff --git a/README.WIN-2.4 b/README.WIN-2.4 index f76f48f..281e8b3 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.17-rc (with libevent-2.0.21-stable, zlib-1.2.8 and openssl-1.0.0k) -Firefox 17.0.10esr +Firefox 17.0.11esr _ Torbutton 1.5.2 - |_ NoScript 2.6.8.4 + |_ NoScript 2.6.8.5 |_ HTTPS-Everywhere 3.4.2 |_ PDF Viewer 0.8.298
diff --git a/build-scripts/linux-alpha.mk b/build-scripts/linux-alpha.mk index bb459b6..b23c8db 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 0f62c21..52e6c3b 100644 --- a/build-scripts/linux.mk +++ b/build-scripts/linux.mk @@ -15,7 +15,7 @@
## Architecture ARCH_TYPE=$(shell uname -m) -BUILD_NUM=14 +BUILD_NUM=15 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 b68c3c4..898a040 100644 --- a/build-scripts/osx.mk +++ b/build-scripts/osx.mk @@ -15,7 +15,7 @@
## Architecture ARCH_TYPE=x86_64 -BUILD_NUM=14 +BUILD_NUM=15 PLATFORM=MacOS
## Set OSX-specific backwards compatibility options diff --git a/build-scripts/versions-alpha.mk b/build-scripts/versions-alpha.mk index ac78816..612b16e 100644 --- a/build-scripts/versions-alpha.mk +++ b/build-scripts/versions-alpha.mk @@ -10,10 +10,10 @@ VIDALIA_VER=0.2.21 LIBEVENT_VER=2.0.21-stable TOR_VER=0.2.4.17-rc PIDGIN_VER=2.6.4 -FIREFOX_VER=17.0.10esr +FIREFOX_VER=17.0.11esr MOZBUILD_VER=1.5.1 TORBUTTON_VER=1.5.2 -NOSCRIPT_VER=2.6.7.1 +NOSCRIPT_VER=2.6.8.5 HTTPSEVERYWHERE_VER=3.4.2 PDFJS_VER=0.8.298 OBFSPROXY_VER=0.1.4 diff --git a/build-scripts/versions.mk b/build-scripts/versions.mk index 28861e0..77275b8 100644 --- a/build-scripts/versions.mk +++ b/build-scripts/versions.mk @@ -10,10 +10,10 @@ VIDALIA_VER=0.2.21 LIBEVENT_VER=2.0.21-stable TOR_VER=0.2.3.25 PIDGIN_VER=2.6.4 -FIREFOX_VER=17.0.10esr +FIREFOX_VER=17.0.11esr MOZBUILD_VER=1.5.1 TORBUTTON_VER=1.5.2 -NOSCRIPT_VER=2.6.8.4 +NOSCRIPT_VER=2.6.8.5 HTTPSEVERYWHERE_VER=3.4.2 OTR_VER=3.2.0 OBFSPROXY_VER=0.1.4 diff --git a/build-scripts/windows-alpha.mk b/build-scripts/windows-alpha.mk index fb41715..b8cdd2a 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 b5b9e50..f0174b3 100644 --- a/build-scripts/windows.mk +++ b/build-scripts/windows.mk @@ -13,7 +13,7 @@ ### Configuration ### #####################
-BUILD_NUM=14 +BUILD_NUM=15 PLATFORM=Windows
## Location of required libraries
tor-commits@lists.torproject.org