Hi,
Here's a small post-freeze bugfix for Tails 0.15 which fixes the issue
with bridge mode + tordate discovered by ague. It's merged into
experimental.
Branch: bugfix/bridge_mode_vs_tor_restarts
Ticket:
https://tails.boum.org/todo/bridge_mode_vs_tor_restarts/
commit 3f876314055b83f1aacd5ed790d03bad411a8aae
Author: Tails developers <amnesia@???>
Date: Thu Nov 15 16:56:26 2012 +0100
Create wrappers for (re)starting Tor and Vidalia.
If Vidalia is running, and Tor is restarted, then we also want to
restart Vidalia. This is because Vidalia doesn't re-connect to Tor
automatically, so the user has to restart it to be able to control Tor
again. Also, any options set by Vidalia will be lost since they
weren't written to torrc, which causes Tor to reach an inactive state
if it's restarted in "bridge mode".
Cheers!