[or-cvs] r23201: {torbrowser} bump vidalia and firefox versions for new tbb linux release (in torbrowser/trunk: . build-scripts)

Erinn Clark erinn at torproject.org
Thu Sep 16 11:31:20 UTC 2010


Author: erinn
Date: 2010-09-16 11:31:20 +0000 (Thu, 16 Sep 2010)
New Revision: 23201

Modified:
   torbrowser/trunk/README.Linux
   torbrowser/trunk/build-scripts/Makefile.linux
Log:
bump vidalia and firefox versions for new tbb linux release

Modified: torbrowser/trunk/README.Linux
===================================================================
--- torbrowser/trunk/README.Linux	2010-09-15 17:05:22 UTC (rev 23200)
+++ torbrowser/trunk/README.Linux	2010-09-16 11:31:20 UTC (rev 23201)
@@ -4,10 +4,10 @@
 Included applications
 ---------------------
 
-Vidalia 0.2.9 (with Qt 4.6.2)
+Vidalia 0.2.10 (with Qt 4.6.2)
 Tor 0.2.2.15-alpha (with libevent-1.4.13, zlib-1.2.3 and openssl-0.9.8l) 
 Polipo 1.0.4.1
-Firefox 3.6.8
+Firefox 3.6.9
  \_ Torbutton 1.2.5
  |_ NoScript 2.0.2.3
  |_ BetterPrivacy 1.48.3
@@ -30,7 +30,11 @@
 Changelog
 ---------
 
-1.0.10: Release 2010-08-20
+1.0.11: Released 2010-09-16
+        Update Firefox to 3.6.9
+        Update Vidalia to 0.2.10
+
+1.0.10: Released 2010-08-20
         Update Tor to 0.2.2.15-alpha
         Update Firefox to 3.6.8 
           (Mozilla is not doing security and stability updates 

Modified: torbrowser/trunk/build-scripts/Makefile.linux
===================================================================
--- torbrowser/trunk/build-scripts/Makefile.linux	2010-09-15 17:05:22 UTC (rev 23200)
+++ torbrowser/trunk/build-scripts/Makefile.linux	2010-09-16 11:31:20 UTC (rev 23201)
@@ -35,14 +35,14 @@
 ARCH_TYPE=$(shell uname -m)
 
 ## Location of directory for source unpacking
-FETCH_DIR=/tmp
+FETCH_DIR=/home/e/build
 ## Location of directory for prefix/destdir/compiles/etc
 BUILT_DIR=$(FETCH_DIR)/built
 TBB_FINAL=$(BUILT_DIR)/TBBL
 
 ## Versions for our source packages
 HTTPSEVERY_VER=0.2.1
-FIREFOX_VER=3.6.8
+FIREFOX_VER=3.6.9
 LIBEVENT_VER=1.4.13-stable
 LIBPNG_VER=1.4.3
 NOSCRIPT_VER=2.0.2.3
@@ -53,7 +53,7 @@
 QT_VER=4.6.2
 TOR_VER=0.2.2.15-alpha
 TORBUTTON_VER=1.2.5
-VIDALIA_VER=0.2.9
+VIDALIA_VER=0.2.10
 ZLIB_VER=1.2.3
 
 ## Extension IDs
@@ -216,7 +216,7 @@
 DISTDIR=tbbl-dist
 
 ## Version and name of the compressed bundle (also used for source)
-VERSION=1.0.10-dev
+VERSION=1.0.11-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)



More information about the tor-commits mailing list