commit 2dbabab39d03002ffbbcc0cbaa3e828d4da305da Author: Erinn Clark erinn@torproject.org Date: Fri Aug 19 16:46:21 2011 +0200
bump tbb windows to 1.3.27, update firefox to 3.6.20 --- README | 13 +++++++++---- build-scripts/Makefile | 4 ++-- 2 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/README b/README index c9df4a1..d7e2cee 100644 --- a/README +++ b/README @@ -5,12 +5,12 @@ 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) +Tor 0.2.1.30 (with libevent-2.0.13-stable, zlib-1.2.5 and openssl-1.0.0d) Polipo 1.0.4.1 -FirefoxPortable 3.6.19 - _ Firefox 3.6.19 +FirefoxPortable 3.6.20 + _ Firefox 3.6.20 _ Torbutton 1.2.5 - _ HTTPS Everywhere 1.0.0development.4 + _ HTTPS Everywhere 1.0.0development.5 PidginPortable 2.7.4 _ Pidgin 2.7.5 _ OTR 3.2 @@ -354,3 +354,8 @@ Changelog
1.3.26: Released 2011-07-13 Update Firefox to 3.6.19 + +1.3.27: Released 2011-08-19 + Update Firefox to 3.6.20 + Update Libevent to 2.0.13-stable + Update HTTPS-Everywhere to 1.0.0development.5 diff --git a/build-scripts/Makefile b/build-scripts/Makefile index 2d0f6b3..caecf1d 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.19 +FIREFOX_VERSION=3.6.20 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.26 +VERSION=1.3.27 DEFAULT_COMPRESSED_BASENAME=tor-browser- IM_COMPRESSED_BASENAME=tor-im-browser- DEFAULT_COMPRESSED_NAME=$(DEFAULT_COMPRESSED_BASENAME)$(VERSION)
tor-commits@lists.torproject.org