commit ba24e1d9b14046bc9652cfc34d230a5b2d5c8272 Author: Erinn Clark erinn@torproject.org Date: Wed Apr 13 03:12:21 2011 +0000
update changelogs and versions for 2.2.24-1 linux tbb release --- README.LINUX-0.2.2 | 6 +++--- build-scripts/linux.mk | 4 ++-- changelog.linux-0.2.2 | 10 ++++++++++ 3 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/README.LINUX-0.2.2 b/README.LINUX-0.2.2 index 060e8d4..0e24ab2 100644 --- a/README.LINUX-0.2.2 +++ b/README.LINUX-0.2.2 @@ -4,11 +4,11 @@ Tor Browser Bundle for GNU/Linux Included applications ---------------------
-Vidalia 0.2.10 (with Qt 4.6.2) -Tor 0.2.2.23-alpha (with libevent-2.0.10-stable, zlib-1.2.5 and openssl-1.0.0d) +Vidalia 0.2.12 (with Qt 4.6.2) +Tor 0.2.2.24-alpha (with libevent-2.0.10-stable, zlib-1.2.5 and openssl-1.0.0d) Firefox (Minefield) 4.0 _ Torbutton 1.3.2-alpha - |_ NoScript 2.0.9.9 + |_ NoScript 2.1.0.1 |_ HTTPS-Everywhere 0.9.9.development.4 |_ BetterPrivacy 1.49
diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk index c2e4837..149fb7d 100644 --- a/build-scripts/linux.mk +++ b/build-scripts/linux.mk @@ -151,10 +151,10 @@ DEST=generic-bundle NAME=tor-browser
## Where shall we put the finished files for distribution? -DISTDIR=tbbl-dist +DISTDIR=tbbl-alpha-dist
## Version and name of the compressed bundle (also used for source) -VERSION=2.2.23-1-alpha +VERSION=2.2.24-1-alpha 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) diff --git a/changelog.linux-0.2.2 b/changelog.linux-0.2.2 index 60c5212..ba8451c 100644 --- a/changelog.linux-0.2.2 +++ b/changelog.linux-0.2.2 @@ -1,3 +1,13 @@ +Tor Browser Bundle (2.2.24-1) alpha; suite=linux + + * Update Tor to 0.2.2.24-alpha + * Update Vidalia to 0.2.12 + * Update NoScript to 2.1.0.1 + * Fix missing extensions by putting them in the right location (closes: #2828) + * Disable plugin searching (closes: #2827) + + -- Erinn Clark erinn@torproject.org Wed Apr 13 00:08:55 CEST 2011 + Tor Browser Bundle (2.2.23-1) alpha; suite=linux
* Create new bundles for Firefox 4, both i386 and x86_64
tor-commits@lists.torproject.org