[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r17588: {torbrowser} Getting ready to tag 1.1.7: Update Tor to 0.2.1.8-alpha Fix (in torbrowser/trunk: . build-scripts)



Author: ioerror
Date: 2008-12-11 13:21:26 -0500 (Thu, 11 Dec 2008)
New Revision: 17588

Modified:
   torbrowser/trunk/README
   torbrowser/trunk/build-scripts/INSTALL
   torbrowser/trunk/build-scripts/Makefile
Log:
Getting ready to tag 1.1.7:
       Update Tor to 0.2.1.8-alpha
       Fix issue with OTR (The Pidgin wasn't in the right directory) 
       Update INSTALL document to reflect updated version numbers


Modified: torbrowser/trunk/README
===================================================================
--- torbrowser/trunk/README	2008-12-11 17:23:00 UTC (rev 17587)
+++ torbrowser/trunk/README	2008-12-11 18:21:26 UTC (rev 17588)
@@ -39,7 +39,7 @@
 ---------------------
 
 Vidalia 0.1.10
-Tor 0.2.1.7-alpha (with libevent-1.3e, zlib-1.2.3 and openssl-0.9.8h) 
+Tor 0.2.1.8-alpha (with libevent-1.3e, zlib-1.2.3 and openssl-0.9.8h) 
 Polipo 1.0.4
 FirefoxPortable 2.0.0.18
  \_ Firefox 2.0.0.18
@@ -174,3 +174,7 @@
        Updated INSTALL document to reflect updated build process
 1.1.6: Released 2008-12-02
        Set AllowMultipleInstances=false, this isn't ready for primetime
+1.1.7: Released 2008-12-12
+       Update Tor to 0.2.1.8-alpha
+       Fix issue with OTR (The Pidgin wasn't in the right directory) 
+       Update INSTALL document to reflect updated version numbers

Modified: torbrowser/trunk/build-scripts/INSTALL
===================================================================
--- torbrowser/trunk/build-scripts/INSTALL	2008-12-11 17:23:00 UTC (rev 17587)
+++ torbrowser/trunk/build-scripts/INSTALL	2008-12-11 18:21:26 UTC (rev 17588)
@@ -417,11 +417,11 @@
 
 Download, unpack, build and install Tor:
         https://www.torproject.org/download.html
-        https://www.torproject.org/dist/tor-0.2.1.7-alpha.tar.gz
-        https://www.torproject.org/dist/tor-0.2.1.7-alpha.gz.asc
+        https://www.torproject.org/dist/tor-0.2.1.8-alpha.tar.gz
+        https://www.torproject.org/dist/tor-0.2.1.8-alpha.gz.asc
         $ cd /c/build/
-        tar -C /c/build -xvzf /c/Documents\ and\ Settings/Administrator/Desktop/tor-0.2.1.7-alpha.tar.gz
-        $ cd tor-0.2.1.7-alpha/
+        tar -C /c/build -xvzf /c/Documents\ and\ Settings/Administrator/Desktop/tor-0.2.1.8-alpha.tar.gz
+        $ cd tor-0.2.1.8-alpha/
         ./configure
         make
 

Modified: torbrowser/trunk/build-scripts/Makefile
===================================================================
--- torbrowser/trunk/build-scripts/Makefile	2008-12-11 17:23:00 UTC (rev 17587)
+++ torbrowser/trunk/build-scripts/Makefile	2008-12-11 18:21:26 UTC (rev 17588)
@@ -17,7 +17,7 @@
 
 ## Location of bundle components
 VIDALIA=/c/build/vidalia-0.1.10
-TOR=/c/build/tor-0.2.1.7-alpha
+TOR=/c/build/tor-0.2.1.8-alpha
 POLIPO=/c/build/polipo-1.0.4
 FIREFOX_SRC=/c/build/FirefoxPortable-2.0.0.18
 PIDGIN_SRC=/c/build/PidginPortable-2.5.2
@@ -40,7 +40,7 @@
 NAME="Tor Browser"
 
 ## Version and name of the compressed bundle (also used for source)
-VERSION=1.1.6
+VERSION=1.1.7
 DEFAULT_COMPRESSED_NAME=tor-browser-$(VERSION)
 IM_COMPRESSED_NAME=tor-im-browser-$(VERSION)