]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
add pre2 release notes to changelog tor-0.0.8pre2
authorRoger Dingledine <arma@torproject.org>
Wed, 4 Aug 2004 07:13:14 +0000 (07:13 +0000)
committerRoger Dingledine <arma@torproject.org>
Wed, 4 Aug 2004 07:13:14 +0000 (07:13 +0000)
svn:r2142

ChangeLog

index 47125bfbc4782164e160a9ca2a7f0cb9228dfd9e..69521c83ba9bccba4901a59ed0c9547ce453fadf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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