Hi, packagers!
There's an alpha release for our new stable series. You can see the
changelog at
https://gitweb.torproject.org/tor.git/tree/ChangeLog?h=tor-0.3.5.1-alpha
And you can find the source code, as usual, at https://dist.torproject.org/
When you go to check the signature, gpg might tell you that my subkeys
are expired. If that happens, you'll need to refresh the key from a
public keyserver, or fetch it from
https://people.torproject.org/~nickm/public_key.asc . The key and
subkeys haven't changed -- only the expiration date has.
There are some configuration changes in this version of Tor. Make
sure that you at least skim the "major features" section of the
changelog for more information.
Our plan is for Tor 0.3.5.x to be another long-term-supported release,
with support until 2022. For more information on our support policies
and calendar, see
https://trac.torproject.org/projects/tor/wiki/org/teams/NetworkTeam/CoreTor…
best wishes, and thanks for helping bring Tor to the world,
--
Nick
Vanguards v0.2.2 is tagged on github at
https://github.com/mikeperry-tor/vanguards. The tag is signed with the
gpg key that signed this mail, and all of my other mails.
Version 0.2.2 fixes an exception crash bug found by traumschule
(https://github.com/mikeperry-tor/vanguards/issues/29). Here is the
complete changelog:
- Fix exception when a connection to a guard is closed with more than
one live circuit. #29
- Catch control+c and exit cleanly. #30.
- Use Tor's network liveness events to double-check connectivity.
- Print out relevant versions at startup.
Again, the preferred interpreter for vanguards is pypy, but you must use
either stem 1.5.4 (or below), or stem 1.6.0 with this patch:
https://gitweb.torproject.org/stem.git/commit/?id=c52db04
The addon does not require this patch when run under python2 or python3
with stem 1.6.0 (but pypy will be much faster for high traffic onion
services).
The addon also requires Tor 0.3.3.x or above, and 0.3.4.x is preferred.
Please set dependencies and repository placement accordingly.
If you previously had issues with the tests, please see:
https://github.com/mikeperry-tor/vanguards/blob/master/README_TESTS.md
--
Mike Perry