commit 715c03a582523dfe89b64e1bd13a7f3859285796 Author: Erinn Clark erinn@torproject.org Date: Wed Jul 13 10:58:08 2011 -0300
bump all tbb versions to firefox 3.6.19 --- README | 9 ++++++--- README.Linux | 6 +++--- README.OSX | 5 ++++- build-scripts/Makefile | 4 ++-- build-scripts/linux.mk | 2 +- build-scripts/osx.mk | 4 ++-- 6 files changed, 18 insertions(+), 12 deletions(-)
diff --git a/README b/README index 2afd038..c9df4a1 100644 --- a/README +++ b/README @@ -7,8 +7,8 @@ Included applications Vidalia 0.2.12 (with Qt 4.6.2) Tor 0.2.1.30 (with libevent-2.0.12-stable, zlib-1.2.5 and openssl-1.0.0d) Polipo 1.0.4.1 -FirefoxPortable 3.6.18 - _ Firefox 3.6.18 +FirefoxPortable 3.6.19 + _ Firefox 3.6.19 _ Torbutton 1.2.5 _ HTTPS Everywhere 1.0.0development.4 PidginPortable 2.7.4 @@ -347,7 +347,10 @@ Changelog Update zlib to 1.2.5 Update OpenSSL to 1.0.0d
-1.3.25: Released 2011-06-11 +1.3.25: Released 2011-07-11 Update Firefox to 3.6.18 Update Libevent to 2.0.12-stable Update HTTPS-Everywhere to 1.0.0development.4 + +1.3.26: Released 2011-07-13 + Update Firefox to 3.6.19 diff --git a/README.Linux b/README.Linux index 850608c..b5325b1 100644 --- a/README.Linux +++ b/README.Linux @@ -6,7 +6,7 @@ Included applications
Vidalia 0.2.12 (with Qt 4.6.2) Tor 0.2.2.30-rc (with libevent-2.0.12-stable, zlib-1.2.5 and openssl-0.9.8p) -Firefox 3.6.18 +Firefox 3.6.19 _ Torbutton 1.2.5 |_ NoScript 2.1.1.2 |_ BetterPrivacy 1.51 @@ -29,9 +29,9 @@ To exit, close Firefox. Vidalia will automatically clean up and exit. Changelog ---------
-1.1.12: Released 2011-07-11 +1.1.12: Released 2011-07-13 Update Tor to 0.2.2.30-rc - Update Firefox to 3.6.18 + Update Firefox to 3.6.1999999999 Update NoScript to 2.1.1.2 Update HTTPS-Everywhere to 1.0.0development.4
diff --git a/README.OSX b/README.OSX index 3a05c7a..08ca414 100644 --- a/README.OSX +++ b/README.OSX @@ -7,7 +7,7 @@ Included applications Vidalia 0.2.12 (with Qt 4.6.2) Tor 0.2.2.30-rc (with libevent-2.0.12-stable, zlib-1.2.5 and openssl-0.9.8p) Polipo 1.0.4.1 -Firefox 3.6.18 +Firefox 3.6.19 _ Torbutton 1.2.5 |_ NoScript 2.1.1.2 |_ HTTPS-Everywhere 1.0.0development.4 @@ -24,6 +24,9 @@ To exit, close Firefox and Vidalia. Changelog ---------
+1.0.22: Released 2011-07-13 + Update Firefox to 3.6.19 + 1.0.21: Released 2011-07-12 The new HTTPS-Everywhere was missing from the last release. Actually add it this time. diff --git a/build-scripts/Makefile b/build-scripts/Makefile index 97085bb..2d0f6b3 100644 --- a/build-scripts/Makefile +++ b/build-scripts/Makefile @@ -18,7 +18,7 @@ OPENSSL=/e/build/openssl-0.9.8p/
## Versions TORBUTTON_VERSION=1.2.5 -FIREFOX_VERSION=3.6.18 +FIREFOX_VERSION=3.6.19 PIDGIN_VERSION=2.7.5
## Location of bundle components @@ -49,7 +49,7 @@ DEST="Generic Bundle" NAME="Tor Browser"
## Version and name of the compressed bundle (also used for source) -VERSION=1.3.25 +VERSION=1.3.26 DEFAULT_COMPRESSED_BASENAME=tor-browser- IM_COMPRESSED_BASENAME=tor-im-browser- DEFAULT_COMPRESSED_NAME=$(DEFAULT_COMPRESSED_BASENAME)$(VERSION) diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk index cc185be..aa5c919 100644 --- a/build-scripts/linux.mk +++ b/build-scripts/linux.mk @@ -42,7 +42,7 @@ TBB_FINAL=$(BUILT_DIR)/TBBL
## Versions for our source packages HTTPSEVERY_VER=1.0.0development.4 -FIREFOX_VER=3.6.18 +FIREFOX_VER=3.6.19 LIBEVENT_VER=2.0.12-stable LIBPNG_VER=1.4.3 NOSCRIPT_VER=2.1.1.2 diff --git a/build-scripts/osx.mk b/build-scripts/osx.mk index 9096537..0269494 100644 --- a/build-scripts/osx.mk +++ b/build-scripts/osx.mk @@ -42,7 +42,7 @@ TBB_FINAL=$(BUILT_DIR)/TBBL
## Versions for our source packages HTTPSEVERY_VER=1.0.0development.4 -FIREFOX_VER=3.6.18 +FIREFOX_VER=3.6.19 LIBEVENT_VER=2.0.12-stable LIBPNG_VER=1.4.3 NOSCRIPT_VER=2.1.1.2 @@ -211,7 +211,7 @@ NAME=TorBrowser DISTDIR=tbbosx-dist
## Version and name of the compressed bundle (also used for source) -VERSION=1.0.21-dev +VERSION=1.0.22-dev DEFAULT_COMPRESSED_BASENAME=TorBrowser-$(VERSION)-osx-$(ARCH_TYPE)- IM_COMPRESSED_BASENAME=TorBrowser-IM-$(VERSION)- DEFAULT_COMPRESSED_NAME=$(DEFAULT_COMPRESSED_BASENAME)
tor-commits@lists.torproject.org