[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r12788: Add to TODO, update build notes (in torpedo/trunk: . docs)
Author: sjm217
Date: 2007-12-12 17:38:13 -0500 (Wed, 12 Dec 2007)
New Revision: 12788
Modified:
torpedo/trunk/README
torpedo/trunk/docs/TODO
torpedo/trunk/docs/build-instructions.txt
Log:
Add to TODO, update build notes
Modified: torpedo/trunk/README
===================================================================
--- torpedo/trunk/README 2007-12-12 21:37:20 UTC (rev 12787)
+++ torpedo/trunk/README 2007-12-12 22:38:13 UTC (rev 12788)
@@ -36,7 +36,7 @@
Included applications
---------------------
-Vidalia (customized svn trunk, based on revision 2205)
+Vidalia (svn trunk revision 2213)
Tor 0.1.2.18
FirefoxPortable 2.0.0.11
\_ Firefox 2.0.0.11
@@ -54,3 +54,9 @@
Tor has successfully opened a circuit, Firefox will automatically be opened.
To exit, close Firefox. Vidalia will automatically clean up and exit.
+
+Changelog
+---------
+
+0.0.1: Initial revision (2007-12-11)
+0.0.2: Update Vidalia to r2213
Modified: torpedo/trunk/docs/TODO
===================================================================
--- torpedo/trunk/docs/TODO 2007-12-12 21:37:20 UTC (rev 12787)
+++ torpedo/trunk/docs/TODO 2007-12-12 22:38:13 UTC (rev 12788)
@@ -13,6 +13,11 @@
starting up
[mid priority]
+- Make Vidalia show some evidence of activity while it is starting Tor
+
+- Also make Vidalia show what percentage progress Tor has made in
+ building a circuit (needs Tor modifications)
+
Firefox modifications
---------------------
Modified: torpedo/trunk/docs/build-instructions.txt
===================================================================
--- torpedo/trunk/docs/build-instructions.txt 2007-12-12 21:37:20 UTC (rev 12787)
+++ torpedo/trunk/docs/build-instructions.txt 2007-12-12 22:38:13 UTC (rev 12788)
@@ -75,4 +75,17 @@
$ make -C obj-i686-pc-mingw32/browser/installer
+OpenSSL, zlib, libevent and Tor
+-------------------------------
+Instructions in:
+ https://tor-svn.freehaven.net/svn/tor/trunk/doc/tor-win32-mingw-creation.txt
+
+Uncompressing OpenSSL shows a number of errors concerning symlinks.
+These do not appear to have caused a problem.
+
+For zlib, I used the first option (zlib.a)
+
+For libevent, I used 1.3e, as suggested by the document above.
+libevent 1.4.0 is newer but untested.
+