summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-06-02 20:08:13 +0000
committerRoger Dingledine <arma@torproject.org>2004-06-02 20:08:13 +0000
commit5ba16c3b3eaefec658da05637b25cdb458286967 (patch)
tree2233fffe3e5b1bcf910226813325b0c3ab57734b
parent91200136b71ac0fdf17337adfbbb139681cfa928 (diff)
downloadtor-5ba16c3b3eaefec658da05637b25cdb458286967.tar.gz
tor-5ba16c3b3eaefec658da05637b25cdb458286967.zip
another item in the 0.0.7 prelim changelog
svn:r1942
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2acc4bbf36..e98573384d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes so far in 0.0.7pre1:
+Changes so far in 0.0.7:
o Fixes for crashes and other obnoxious bugs:
- Fix an epipe bug: sometimes when directory connections failed
to connect, we would give them a chance to flush before closing
@@ -32,6 +32,9 @@ Changes so far in 0.0.7pre1:
- Allow backslash in Win32 filenames.
- Made Tor build complain-free on FreeBSD, hopefully without
breaking other BSD builds. We'll see.
+ - Check directory signatures based on name of signer, not on whom
+ we got the directory from. This will let us cache directories more
+ easily.
o Features:
- Doxygen markup on all functions and global variables.
- Make directory functions update routerlist, not replace it. So