diff options
author | Roger Dingledine <arma@torproject.org> | 2004-08-04 07:13:14 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-08-04 07:13:14 +0000 |
commit | c577fd497fd27456301d4a80f9f57ce664644ecf (patch) | |
tree | 922c22d28992de024238328d1ff0ff55f001c78a | |
parent | 0c8542d8897f4d29f767c727eb17f54145f670bf (diff) | |
download | tor-c577fd497fd27456301d4a80f9f57ce664644ecf.tar.gz tor-c577fd497fd27456301d4a80f9f57ce664644ecf.zip |
add pre2 release notes to changelogtor-0.0.8pre2
svn:r2142
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,4 +1,25 @@ Release notes in progress for 0.0.8: +pre2: + o Changes from 0.0.7.2: + - Security fixes: + - Check directory signature _before_ you decide whether you're + you're running an obsolete version and should exit. + - Check directory signature _before_ you parse the running-routers + list to decide who's running or verified. + - Bugfixes and features: + - Check return value of fclose while writing to disk, so we don't + end up with broken files when servers run out of disk space. + - Log a warning if the user uses an unsafe socks variant, so people + are more likely to learn about privoxy or socat. + - Dirservers now include RFC1123-style dates in the HTTP headers, + which one day we will use to better detect clock skew. + + o Changes from 0.0.8pre1: + - Make it compile without warnings again on win32. + - Log a warning if you're running an unverified server, to let you + know you might want to get it verified. + - Only pick a default nickname if you plan to be a server. + pre1: o Bugfixes: - Made our unit tests compile again on OpenBSD 3.5, and tor |