commit 1f6f8323165c1f1834855e9f0dae3d5447a1f2aa Author: Erinn Clark erinn@torproject.org Date: Fri Aug 19 15:46:53 2011 +0200
bump tbb linux to 1.1.13-dev, update tor to 0.2.2.31-rc, vidalia to 0.2.13, firefox to 3.6.20, libevent to 2.0.13-stable, remove betterprivacy, and update noscript and https-everywhere too --- README.Linux | 23 ++++++++++++++++------- build-scripts/linux.mk | 14 +++++++------- 2 files changed, 23 insertions(+), 14 deletions(-)
diff --git a/README.Linux b/README.Linux index b5325b1..9dbee53 100644 --- a/README.Linux +++ b/README.Linux @@ -4,13 +4,12 @@ Tor Browser Bundle for GNU/Linux 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.19 +Vidalia 0.2.13 (with Qt 4.6.2) +Tor 0.2.2.31-rc (with libevent-2.0.13-stable, zlib-1.2.5 and openssl-0.9.8p) +Firefox 3.6.20 _ Torbutton 1.2.5 - |_ NoScript 2.1.1.2 - |_ BetterPrivacy 1.51 - |_ HTTPS Everywhere 1.0.0development.4 + |_ NoScript 2.1.2.6 + |_ HTTPS Everywhere 1.0.0development.5
Usage ----- @@ -29,9 +28,19 @@ To exit, close Firefox. Vidalia will automatically clean up and exit. Changelog ---------
+1.1.13: Released 2011-08-19 + Update Tor to 0.2.2.31-rc + Update Vidalia to 0.2.13 + Update Firefox to 3.6.20 + Update Libevent to 2.0.13-stable + Update NoScript to 2.1.2.6 + Update HTTPS-Everywhere to 1.0.0development.5 + Remove BetterPrivacy until we can figure out how to make it safe in all + bundles (see #3597) + 1.1.12: Released 2011-07-13 Update Tor to 0.2.2.30-rc - Update Firefox to 3.6.1999999999 + Update Firefox to 3.6.19 Update NoScript to 2.1.1.2 Update HTTPS-Everywhere to 1.0.0development.4
diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk index aa5c919..e007388 100644 --- a/build-scripts/linux.mk +++ b/build-scripts/linux.mk @@ -41,19 +41,19 @@ BUILT_DIR=$(FETCH_DIR)/built TBB_FINAL=$(BUILT_DIR)/TBBL
## Versions for our source packages -HTTPSEVERY_VER=1.0.0development.4 -FIREFOX_VER=3.6.19 -LIBEVENT_VER=2.0.12-stable +HTTPSEVERY_VER=1.0.0development.5 +FIREFOX_VER=3.6.20 +LIBEVENT_VER=2.0.13-stable LIBPNG_VER=1.4.3 -NOSCRIPT_VER=2.1.1.2 +NOSCRIPT_VER=2.1.2.6 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.30-rc +TOR_VER=0.2.2.31-rc TORBUTTON_VER=1.2.5 -VIDALIA_VER=0.2.12 +VIDALIA_VER=0.2.13 ZLIB_VER=1.2.5
## Extension IDs @@ -216,7 +216,7 @@ NAME=tor-browser DISTDIR=tbbl-dist
## Version and name of the compressed bundle (also used for source) -VERSION=1.1.12-dev +VERSION=1.1.13-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