aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-03-18 14:53:48 +0000
committerNick Mathewson <nickm@torproject.org>2008-03-18 14:53:48 +0000
commitcc4531898938f1e57ace92dd618e443d99fb58d6 (patch)
treecf6034e0f1ff2baeb7beb65e2f48c463a7c83b05
parentfd881ec282f6f5f26e18c66a69527f013c179aa0 (diff)
downloadtor-cc4531898938f1e57ace92dd618e443d99fb58d6.tar.gz
tor-cc4531898938f1e57ace92dd618e443d99fb58d6.zip
r18918@catbus: nickm | 2008-03-18 10:52:58 -0400
Make changelog more accurate svn:r14098
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5eade51e9a..e8d2ffc4f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,7 +8,7 @@ Changes in version 0.2.0.22-rc - 2008-03-17
o Major bugfixes:
- Make sure servers always request certificates from clients during
TLS renegotiation. Reported by lodger; bugfix on 0.2.0.20-rc.
- - Do not enter an infinite loop when a connection is closed in the middle
+ - Do not enter a CPU-eating loop when a connection is closed in the middle
of client-side TLS renegotiation. Fixes bug 622. Bug diagnosed by
lodger.