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

Re: Tor 0.0.9pre4 is out



Roger,
    I've had a GPF with pre4 on Windows:

Oct 22 08:23:55.546 [warn] Can't launch circuit to rendezvous point 'mids'
for s
ervice k6brdh2ixuh22ivw
Oct 22 08:23:57.203 [err] D:\Documents and Settings\nickm\My
Documents\tor\src\o
r\rendservice.c:650: ???: Assertion hop failed; aborting.
Assertion failed: hop, file D:\Documents and Settings\nickm\My
Documents\tor\src
\or\rendservice.c, line 650

cheers
Paul


----- Original Message ----- 
From: "Roger Dingledine" <arma@mit.edu>
To: <or-dev@freehaven.net>
Sent: Sunday, October 17, 2004 7:53 AM
Subject: Tor 0.0.9pre4 is out


> We have several new config options working now. The major bugfix is that
> pre3 servers have a default exit policy of reject *:* -- so if that's you,
> please take a moment to upgrade. :)
>
> tarball:   http://freehaven.net/tor/dist/tor-0.0.9pre4.tar.gz
> signature: http://freehaven.net/tor/dist/tor-0.0.9pre4.tar.gz.asc
> (use -dPr tor-0_0_9pre4 if you want to check out from cvs)
>
>   o Bugfixes on 0.0.9pre3:
>     - If the server doesn't specify an exit policy, use the real default
>       exit policy, not reject *:*.
>     - Ignore fascistfirewall when uploading/downloading hidden service
>       descriptors, since we go through Tor for those; and when using
>       an HttpProxy, since we assume it can reach them all.
>     - When looking for an authoritative dirserver, use only the ones
>       configured at boot. Don't bother looking in the directory.
>     - The rest of the fix for get_default_conf_file() on older win32.
>     - Make 'Routerfile' config option obsolete.
>
>   o Features:
>     - New 'MyFamily nick1,...' config option for a server to
>       specify other servers that shouldn't be used in the same circuit
>       with it. Only believed if nick1 also specifies us.
>     - New 'NodeFamily nick1,nick2,...' config option for a client to
>       specify nodes that it doesn't want to use in the same circuit.
>     - New 'Redirectexit pattern address:port' config option for a
>       server to redirect exit connections, e.g. to a local squid.
>
>