diff options
author | Roger Dingledine <arma@torproject.org> | 2008-12-07 23:53:39 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-12-07 23:53:39 +0000 |
commit | f31c16d993f1566d32ae8e1ba2aa29a242818e0c (patch) | |
tree | a855370d7a2d5df2f272f624da6832bece98c56a /ChangeLog | |
parent | c15b07bb30ca676bdec987ee31ce68f813e684df (diff) | |
download | tor-f31c16d993f1566d32ae8e1ba2aa29a242818e0c.tar.gz tor-f31c16d993f1566d32ae8e1ba2aa29a242818e0c.zip |
Directory mirrors no longer fetch the v1 directory or
running-routers files. They are obsolete, and nobody asks for them
anymore. This is the first step to making v1 authorities obsolete.
svn:r17513
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Changes in version 0.2.1.8-alpha - 2008-12-06 +Changes in version 0.2.1.8-alpha - 2008-12-08 o Major features: - New DirPortFrontPage option that takes an html file and publishes it as "/" on the DirPort. Now relay operators can provide a @@ -47,6 +47,9 @@ Changes in version 0.2.1.8-alpha - 2008-12-06 - Report the case where all signatures in a detached set are rejected differently than the case where there is an error handling the detached set. r17446 + - Directory mirrors no longer fetch the v1 directory or + running-routers files. They are obsolete, and nobody asks for them + anymore. This is the first step to making v1 authorities obsolete. o Minor features (controller): - Return circuit purposes in response to GETINFO circuit-status. Fixes |