summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-05-28 15:05:48 +0000
committerRoger Dingledine <arma@torproject.org>2004-05-28 15:05:48 +0000
commit987c90cced0cec201d7f2160eafa3effb60030cf (patch)
tree239139b7962a14a5b33d8ec2faefb676ee1b60ca
parent806480789612eb8688c054491b70aa22deb062f6 (diff)
downloadtor-987c90cced0cec201d7f2160eafa3effb60030cf.tar.gz
tor-987c90cced0cec201d7f2160eafa3effb60030cf.zip
interim changelog notes for 0.0.7pre1
svn:r1923
-rw-r--r--ChangeLog28
1 files changed, 25 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 96665b7333..611134ea64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes that will be in 0.0.7pre1:
+Changes so far in 0.0.7pre1:
o Bugfixes:
- Fix an epipe bug: sometimes when directory connections failed
to connect, we would give them a chance to flush before closing
@@ -14,10 +14,32 @@ Changes that will be in 0.0.7pre1:
exit nodes.
- Stop warning when the first onion decrypt attempt fails; they
will sometimes legitimately fail now that we rotate keys.
+ - Override unaligned-access-ok check when $host_cpu is ia64 or
+ arm. Apparently they allow it but the kernel whines.
+ - Dirservers try to reconnect periodically too, in case connections
+ have failed
+ - Remember which nodes are dirservers when you startup, and if a
+ random OR enables his dirport, don't automatically assume he's
+ a trusted dirserver.
+ - Limit the number of intro circuits we'll attempt to build for a
+ hidden service per 15-minute period.
+ - Fix some memory leaks.
+ - Allow backslash in Win32 filenames.
o Features:
- Doxygen markup on all functions.
- - Rearranged functions more clearly; there are several new source
- files.
+ - Make directory functions update routerlist, not replace it. So
+ now directory skew is not so critical a problem.
+ - Remove the upper limit on number of descriptors in a dirserver's
+ directory (not that we were anywhere close).
+ - Allow multiple logfiles at different severity ranges.
+ - Allow *BindAddress to specify ":port" rather than setting *Port
+ separately. Allow multiple instances of each BindAddress config
+ option, so you can bind to multiple interfaces if you want.
+ - Allow multiple exit policy lines, which are processed in order.
+ Now we don't need that huge line with all the commas in it.
+ - Enable accept/reject policies on SOCKS connections, so you can bind
+ to 0.0.0.0 but still control who can use your OP.
+
Changes in version 0.0.6.2 - 2004-05-16
o Our integrity-checking digest was checking only the most recent cell,