commit 47209dc8990ac0990bdfc2cd48ec2f4d197d8e13 Author: Erinn Clark erinn@torproject.org Date: Sat Apr 30 02:02:58 2011 +0300
bump tbb linux to 1.3.24 for firefox 3.6.17 releases --- README | 7 +++++-- build-scripts/Makefile | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/README b/README index d672ac9..d5b7eb7 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-1.4.13, zlib-1.2.3 and openssl-0.9.8p) Polipo 1.0.4.1 -FirefoxPortable 3.6.16 - _ Firefox 3.6.16 +FirefoxPortable 3.6.17 + _ Firefox 3.6.17 _ Torbutton 1.2.5 _ HTTPS Everywhere 0.9.9.development.4 PidginPortable 2.7.4 @@ -340,3 +340,6 @@ Changelog
1.3.23: Released 2011-04-13 Fix langpack mistake that made Firefox only use English + +1.3.24: Released 2011-04-30 + Update Firefox to 3.6.17 diff --git a/build-scripts/Makefile b/build-scripts/Makefile index 61f8ee8..ad82762 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.16 +FIREFOX_VERSION=3.6.17 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.23 +VERSION=1.3.24 DEFAULT_COMPRESSED_BASENAME=tor-browser- IM_COMPRESSED_BASENAME=tor-im-browser- DEFAULT_COMPRESSED_NAME=$(DEFAULT_COMPRESSED_BASENAME)$(VERSION)
tor-commits@lists.torproject.org