commit 6b4e6b4bc02ddb40cef2bda6339bcdd20d48bdfc Author: Erinn Clark erinn@torproject.org Date: Mon Jul 11 17:51:22 2011 -0300
bump tbb linux to 1.1.12 and tor to 0.2.2.30-rc --- README.Linux | 14 ++++++++++---- build-scripts/linux.mk | 10 +++++----- 2 files changed, 15 insertions(+), 9 deletions(-)
diff --git a/README.Linux b/README.Linux index 05ea71b..850608c 100644 --- a/README.Linux +++ b/README.Linux @@ -5,12 +5,12 @@ Included applications ---------------------
Vidalia 0.2.12 (with Qt 4.6.2) -Tor 0.2.2.29-beta (with libevent-2.0.12-stable, zlib-1.2.5 and openssl-0.9.8p) -Firefox 3.6.17 +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 _ Torbutton 1.2.5 - |_ NoScript 2.1.1.1 + |_ NoScript 2.1.1.2 |_ BetterPrivacy 1.51 - |_ HTTPS Everywhere 0.9.9.development.6 + |_ HTTPS Everywhere 1.0.0development.4
Usage ----- @@ -29,6 +29,12 @@ To exit, close Firefox. Vidalia will automatically clean up and exit. Changelog ---------
+1.1.12: Released 2011-07-11 + Update Tor to 0.2.2.30-rc + Update Firefox to 3.6.18 + Update NoScript to 2.1.1.2 + Update HTTPS-Everywhere to 1.0.0development.4 + 1.1.11: Released 2011-06-21 Update Tor to 0.2.2.29-beta Update NoScript to 2.1.1.1 diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk index 079c21a..cc185be 100644 --- a/build-scripts/linux.mk +++ b/build-scripts/linux.mk @@ -41,17 +41,17 @@ BUILT_DIR=$(FETCH_DIR)/built TBB_FINAL=$(BUILT_DIR)/TBBL
## Versions for our source packages -HTTPSEVERY_VER=0.9.9.development.6 -FIREFOX_VER=3.6.17 +HTTPSEVERY_VER=1.0.0development.4 +FIREFOX_VER=3.6.18 LIBEVENT_VER=2.0.12-stable LIBPNG_VER=1.4.3 -NOSCRIPT_VER=2.1.1.1 +NOSCRIPT_VER=2.1.1.2 OPENSSL_VER=0.9.8p OTR_VER=3.2.0 PIDGIN_VER=2.6.4 POLIPO_VER=1.0.4.1 QT_VER=4.6.2 -TOR_VER=0.2.2.29-beta +TOR_VER=0.2.2.30-rc TORBUTTON_VER=1.2.5 VIDALIA_VER=0.2.12 ZLIB_VER=1.2.5 @@ -216,7 +216,7 @@ NAME=tor-browser DISTDIR=tbbl-dist
## Version and name of the compressed bundle (also used for source) -VERSION=1.1.11-dev +VERSION=1.1.12-dev DEFAULT_COMPRESSED_BASENAME=tor-browser-gnu-linux-$(ARCH_TYPE)-$(VERSION)- IM_COMPRESSED_BASENAME=tor-im-browser-gnu-linux-$(VERSION)- DEFAULT_COMPRESSED_NAME=$(DEFAULT_COMPRESSED_BASENAME)$(VERSION)
tor-commits@lists.torproject.org