commit 5d4ff6d4cea2326cddf06a2f23560b2b286f009d Author: Erinn Clark erinn@torproject.org Date: Thu May 19 22:28:53 2011 -0300
bump tbb linux to 1.1.9-dev and tor to 0.2.2.27-beta --- README.Linux | 14 ++++++++++---- build-scripts/linux.mk | 8 ++++---- 2 files changed, 14 insertions(+), 8 deletions(-)
diff --git a/README.Linux b/README.Linux index 739c439..1062aae 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.25-alpha (with libevent-2.0.10-stable, zlib-1.2.3 and openssl-0.9.8p) +Tor 0.2.2.27-beta (with libevent-2.0.10-stable, zlib-1.2.3 and openssl-0.9.8p) Firefox 3.6.17 _ Torbutton 1.2.5 - |_ NoScript 2.1.0.1 - |_ BetterPrivacy 1.49 - |_ HTTPS Everywhere 0.9.9.development.4 + |_ NoScript 2.1.0.5 + |_ BetterPrivacy 1.50 + |_ HTTPS Everywhere 0.9.9.development.5
Usage ----- @@ -29,6 +29,12 @@ To exit, close Firefox. Vidalia will automatically clean up and exit. Changelog ---------
+1.1.9: Released 2011-05-19 + Update Tor to 0.2.2.27-beta + Update NoScript to 2.1.0.5 + Update BetterPrivacy to 1.50 + Update HTTPS Everywhere to 0.9.9.development.5 + 1.1.8: Released 2011-04-30 Update Tor to 0.2.2.25-alpha Update Firefox to 3.6.17 diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk index a2cc481..0b2378d 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.4 +HTTPSEVERY_VER=0.9.9.development.5 FIREFOX_VER=3.6.17 LIBEVENT_VER=2.0.10-stable LIBPNG_VER=1.4.3 -NOSCRIPT_VER=2.1.0.1 +NOSCRIPT_VER=2.1.0.5 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.25-alpha +TOR_VER=0.2.2.27-beta TORBUTTON_VER=1.2.5 VIDALIA_VER=0.2.12 ZLIB_VER=1.2.3 @@ -216,7 +216,7 @@ NAME=tor-browser DISTDIR=tbbl-dist
## Version and name of the compressed bundle (also used for source) -VERSION=1.1.8-dev +VERSION=1.1.9-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