summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-06-12 00:13:35 +0000
committerRoger Dingledine <arma@torproject.org>2008-06-12 00:13:35 +0000
commit555450ba735e5ea108226e332bf530acfefffdca (patch)
tree8ff3eadc9e9fc959d05141579c3649455db17cfc
parent72cf0206d022de50f14b4e7d548525c1f08e99ac (diff)
downloadtor-555450ba735e5ea108226e332bf530acfefffdca.tar.gz
tor-555450ba735e5ea108226e332bf530acfefffdca.zip
note that weasel's proposal 134 code is off by default. i believe.
correct me if i'm wrong. :) svn:r15156
-rw-r--r--ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a65a9430d3..eda67fec26 100644
--- 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