commit 12d07a6fd5987de78bb4e858dd4f10579237a76e Author: Erinn Clark erinn@torproject.org Date: Wed Jan 19 20:10:59 2011 -0800
make new bundles with the right tor in them for 64bit linux --- README.Linux | 3 +++ build-scripts/linux.mk | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/README.Linux b/README.Linux index 66f78d7..e2774b0 100644 --- a/README.Linux +++ b/README.Linux @@ -29,6 +29,9 @@ To exit, close Firefox. Vidalia will automatically clean up and exit. Changelog ---------
+1.1.3-1: Released 2011-01-18 + 32-bit only fix: put actual Tor 0.2.2.21-alpha in the tarball + 1.1.3: Released 2011-01-16 Update Tor to 0.2.2.21-alpha Update NoScript to 2.0.9.3 diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk index 7939411..2fec9d4 100644 --- a/build-scripts/linux.mk +++ b/build-scripts/linux.mk @@ -216,7 +216,7 @@ NAME=tor-browser DISTDIR=tbbl-dist
## Version and name of the compressed bundle (also used for source) -VERSION=1.1.3-dev +VERSION=1.1.3-1-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