]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
note that weasel's proposal 134 code is off by default. i believe.
authorRoger Dingledine <arma@torproject.org>
Thu, 12 Jun 2008 00:13:35 +0000 (00:13 +0000)
committerRoger Dingledine <arma@torproject.org>
Thu, 12 Jun 2008 00:13:35 +0000 (00:13 +0000)
correct me if i'm wrong. :)

svn:r15156

ChangeLog

index a65a9430d3429cab8bac940e8b8f2d2a335b6980..eda67fec266239a2dbfdbf3dbb56939fc8ee47f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -52,9 +52,10 @@ Changes in version 0.2.1.1-alpha - 2008-??-??
       buffers.
     - Servers support a new URL scheme for consensus downloads that
       allows the client to specify which authorities are trusted.
-      The server then only sends the consensus if the client will
-      trust it. Otherwise a 404 error is sent back. Clients use
-      this new scheme when the server supports it.
+      The server then only sends the consensus if the client will trust
+      it. Otherwise a 404 error is sent back. Clients can use this
+      new scheme when the server supports it. Implements proposal 134;
+      disabled for now though.
     - If the user has applied the experimental SSL_MODE_RELEASE_BUFFERS
       patch to their OpenSSL, turn it on to save memory on servers. This
       patch will (with any luck) get included in a mainline distribution