Skip to content
Snippets Groups Projects
Commit 0878d73f authored by Jacob Appelbaum's avatar Jacob Appelbaum
Browse files

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


svn:r17588
parent b2b026b0
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ Included applications
---------------------
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 @@ Changelog
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
......@@ -417,11 +417,11 @@ Building Tor
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
......
......@@ -17,7 +17,7 @@ QT=/c/Qt/4.3.5/bin
## 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 @@ DEST="Generic Bundle"
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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment