commit a2d694a6924140f73cef1549588c9b2b92e5dc63 Author: Erinn Clark erinn@torproject.org Date: Thu Jun 9 04:00:18 2011 -0300
update tbb osx alpha to 2.2.28, bump tor to 0.2.2.28-beta, libevent to 2.0.12-stable, and extension versions as well --- README.OSX-2.2 | 6 +++--- build-scripts/osx.mk | 2 +- build-scripts/versions.mk | 8 +++++--- changelog.osx-2.2 | 7 +++++++ 4 files changed, 16 insertions(+), 7 deletions(-)
diff --git a/README.OSX-2.2 b/README.OSX-2.2 index d6a1914..b8d2fc5 100644 --- a/README.OSX-2.2 +++ b/README.OSX-2.2 @@ -5,12 +5,12 @@ Included applications ---------------------
Vidalia 0.2.12 (with Qt 4.6.2) -Tor 0.2.2.27-alpha (with libevent-2.0.10-stable, zlib-1.2.5 and openssl-1.0.0d) +Tor 0.2.2.28-beta (with libevent-2.0.12-stable, zlib-1.2.5 and openssl-1.0.0d) Firefox (Tumucumaque) 4.0.1 _ Torbutton 1.3.3-alpha - |_ NoScript 2.1.0.5 + |_ NoScript 2.1.1 |_ HTTPS-Everywhere 0.9.9.development.5 - |_ BetterPrivacy 1.50 + |_ BetterPrivacy 1.51
Usage ----- diff --git a/build-scripts/osx.mk b/build-scripts/osx.mk index 8bee9e1..12d790c 100644 --- a/build-scripts/osx.mk +++ b/build-scripts/osx.mk @@ -144,7 +144,7 @@ NAME=TorBrowser DISTDIR=tbbosx-alpha-dist
## Version and name of the compressed bundle (also used for source) -VERSION=2.2.27-1-alpha +VERSION=$(RELEASE_VER)-1-alpha DEFAULT_COMPRESSED_BASENAME=TorBrowser-$(VERSION)-osx-$(ARCH_TYPE)- IM_COMPRESSED_BASENAME=TorBrowser-IM-$(VERSION)- DEFAULT_COMPRESSED_NAME=$(DEFAULT_COMPRESSED_BASENAME) diff --git a/build-scripts/versions.mk b/build-scripts/versions.mk index 554d746..777afe1 100644 --- a/build-scripts/versions.mk +++ b/build-scripts/versions.mk @@ -1,16 +1,18 @@ #!/usr/bin/make
+RELEASE_VER=2.2.28 + HTTPSEVERY_VER=0.9.9.development.5 FIREFOX_VER=4.0.1 -LIBEVENT_VER=2.0.10-stable +LIBEVENT_VER=2.0.12-stable LIBPNG_VER=1.4.3 -NOSCRIPT_VER=2.1.0.5 +NOSCRIPT_VER=2.1.1 OPENSSL_VER=1.0.0d 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.27-beta +TOR_VER=0.2.2.28-beta TORBUTTON_VER=1.3.3-alpha VIDALIA_VER=0.2.12 ZLIB_VER=1.2.5 diff --git a/changelog.osx-2.2 b/changelog.osx-2.2 index d30069f..6dffa27 100644 --- a/changelog.osx-2.2 +++ b/changelog.osx-2.2 @@ -1,3 +1,10 @@ +Tor Browser Bundle (2.2.28-1) alpha; suite=osx + + * Update Tor to 0.2.2.28-beta + * Update Libevent to 2.0.12-stable + * Update NoScript to 2.1.1 + * Update BetterPrivacy to 1.51 + Tor Browser Bundle (2.2.27-1) alpha; suite=osx
* Update Tor to 0.2.2.27-beta
tor-commits@lists.torproject.org