diff options
author | Roger Dingledine <arma@torproject.org> | 2009-07-28 20:44:51 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-07-28 20:44:51 -0400 |
commit | 6a960d515f35433344fc65ffdf4d58334bb33c3f (patch) | |
tree | e212a469dca9b8b1f422462a74730789a58f1cc2 /ChangeLog | |
parent | 6249b0fd7757293876549c58c6cfe351d44a1d11 (diff) | |
download | tor-6a960d515f35433344fc65ffdf4d58334bb33c3f.tar.gz tor-6a960d515f35433344fc65ffdf4d58334bb33c3f.zip |
credit optimist for the bug 1038 diagnosis
also bring the release notes up to date
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -4,9 +4,13 @@ Changes in version 0.2.1.20 - 2009-??-?? Changes in version 0.2.1.19 - 2009-07-28 + Tor 0.2.1.19 fixes a major bug with accessing and providing hidden + services on Tor 0.2.1.3-alpha through 0.2.1.18. + o Major bugfixes: - - Make accessing hidden services on 0.2.1.x work right - again. Bugfix on 0.2.1.3-alpha; workaround for bug 1038. + - Make accessing hidden services on 0.2.1.x work right again. + Bugfix on 0.2.1.3-alpha; workaround for bug 1038. Diagnosis and + part of patch provided by "optimist". o Minor features: - When a relay/bridge is writing out its identity key fingerprint to @@ -25,6 +29,12 @@ Changes in version 0.2.1.19 - 2009-07-28 Changes in version 0.2.1.18 - 2009-07-24 + Tor 0.2.1.18 lays the foundations for performance improvements, + adds status events to help users diagnose bootstrap problems, adds + optional authentication/authorization for hidden services, fixes a + variety of potential anonymity problems, and includes a huge pile of + other features and bug fixes. + o Build fixes: - Add LIBS=-lrt to Makefile.am so the Tor RPMs use a static libevent. |