diff options
author | Roger Dingledine <arma@torproject.org> | 2008-06-05 06:27:23 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-06-05 06:27:23 +0000 |
commit | 32f41a470ee643ea7d68df781bdec400387cbf95 (patch) | |
tree | c764b9e12b5e4dfc8f02b63dd358d15db9e73bdb | |
parent | e13654799a6d7f21b3de4597618003f7e51696ee (diff) | |
download | tor-32f41a470ee643ea7d68df781bdec400387cbf95.tar.gz tor-32f41a470ee643ea7d68df781bdec400387cbf95.zip |
changelog touchups
svn:r14966
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -10,9 +10,8 @@ Changes in version 0.2.0.28-rc - 2008-06-?? Changes in version 0.2.0.27-rc - 2008-06-03 o Major features: - - Include an IP-to-country GeoIP file in the tarball, so relays - and bridge relays can report sanitized summaries of the usage - they're seeing. + - Include an IP-to-country GeoIP file in the tarball, so bridge + relays can report sanitized summaries of the usage they're seeing. o Minor features: - Add a "PURPOSE=" argument to "STREAM NEW" events, as suggested by @@ -26,10 +25,10 @@ Changes in version 0.2.0.27-rc - 2008-06-03 o Minor bugfixes: - When tunneling an encrypted directory connection, and its first - circuit fails do not leave it unattached and ask the controller + circuit fails, do not leave it unattached and ask the controller to deal. Fixes the second part of bug 681. - - Make bridge authorities correctly clean extrainfo store from time - to time. + - Make bridge authorities correctly expire old extrainfo documents + from time to time. Changes in version 0.2.0.26-rc - 2008-05-13 |