diff options
author | Roger Dingledine <arma@torproject.org> | 2007-08-17 20:52:34 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-08-17 20:52:34 +0000 |
commit | 87f4dc04b842f4f9472b96f23b9edfd5ba99c773 (patch) | |
tree | a9cc307a8948c2bc2e757cfba971be6e7ce5daa3 | |
parent | 521b065368d4531e9bde93ffff06420fde5fa66a (diff) | |
download | tor-87f4dc04b842f4f9472b96f23b9edfd5ba99c773.tar.gz tor-87f4dc04b842f4f9472b96f23b9edfd5ba99c773.zip |
let's leave the cookieauthfile stuff out of 0.1.2 if we can help it.
unix users can handle "switch to the dev version if you want to try
that feature".
svn:r11156
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | doc/TODO.012 | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -27,7 +27,8 @@ Changes in version 0.1.2.17 - 2007-08-xx where no controller could authenticate. Now we exit. - If we require CookieAuthentication, stop generating a new cookie every time we change any piece of our config. - - Terminate multi-line control events properly. (Original patch from tup.) + - Terminate multi-line control events properly. (Original patch + from tup.) Changes in version 0.1.2.16 - 2007-08-01 diff --git a/doc/TODO.012 b/doc/TODO.012 index 4aacea5b3c..7a9f4431c9 100644 --- a/doc/TODO.012 +++ b/doc/TODO.012 @@ -6,7 +6,7 @@ Backport items for 0.1.2: o r11117: cookie auth more usable o disable v0 control protocol - r11138: PROTOCOLINFO support. - - r11141: CookieAuthFile and CookieAuthFileGroupReadable. + D r11141: CookieAuthFile and CookieAuthFileGroupReadable. Backport for 0.1.2.x once better tested: |