summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-04-24 14:00:36 -0400
committerNick Mathewson <nickm@torproject.org>2014-04-24 14:00:36 -0400
commit75e10f58a97f051f7d8576f96c2e32fcb2f07ade (patch)
tree0ffcbfc90d4facb85dec62cbe0aeb4e64ebbd456
parent4e0bd2428740bda66597606b0ba04b5346ab49fd (diff)
downloadtor-75e10f58a97f051f7d8576f96c2e32fcb2f07ade.tar.gz
tor-75e10f58a97f051f7d8576f96c2e32fcb2f07ade.zip
Add a missing changelog entry back from 0.2.4.11-alpha
When I merged the fix for #7351, and implemented proposal 214 (4-byte circuit IDs), I forgot to add a changes file. Later, we never noticed that it didn't have one. Resolves ticket #11555. Thanks to cypherpunks for noticing this was missing.
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40e54d981b..d8ae424c25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -719,6 +719,10 @@ Changes in version 0.2.4.11-alpha - 2013-03-11
- Randomize the lifetime of our SSL link certificate, so censors can't
use the static value for filtering Tor flows. Resolves ticket 8443;
related to ticket 4014 which was included in 0.2.2.33.
+ - Support a new version of the link protocol that allows 4-byte circuit
+ IDs. Previously, circuit IDs were limited to 2 bytes, which presented
+ a possible resource exhaustion issue. Closes ticket 7351; implements
+ proposal 214.
o Minor features (portability):
- Tweak the curve25519-donna*.c implementations to tolerate systems