diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-09-05 00:31:07 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-09-05 00:31:07 +0000 |
commit | d57c1c5c56897a39c4fb68aa8077667e570eaef5 (patch) | |
tree | d25e43274610ad613a7f9541239335c98538035e /ChangeLog | |
parent | 7c47856c9e06c46fcdbfe2063949e8d5b26b2a0a (diff) | |
download | tor-d57c1c5c56897a39c4fb68aa8077667e570eaef5.tar.gz tor-d57c1c5c56897a39c4fb68aa8077667e570eaef5.zip |
r14328@Kushana: nickm | 2007-09-04 20:17:34 -0400
There is no good reason to make hashedcontrolpassword and cookieauthentication mutually exclusive. So let's not.
svn:r11377
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ Changes in version 0.2.0.7-alpha - 2007-??-?? o Minor features (security): - As a client, do not believe any server that tells us that any address maps to an internal address space. + - Make it possible to enable HashedControlPassword and + CookieAuthentication at the same time. o Minor features (guard nodes): - Tag every guard node in our state file with the version that we believe |