diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-03-18 14:53:48 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-03-18 14:53:48 +0000 |
commit | cc4531898938f1e57ace92dd618e443d99fb58d6 (patch) | |
tree | cf6034e0f1ff2baeb7beb65e2f48c463a7c83b05 /ChangeLog | |
parent | fd881ec282f6f5f26e18c66a69527f013c179aa0 (diff) | |
download | tor-cc4531898938f1e57ace92dd618e443d99fb58d6.tar.gz tor-cc4531898938f1e57ace92dd618e443d99fb58d6.zip |
r18918@catbus: nickm | 2008-03-18 10:52:58 -0400
Make changelog more accurate
svn:r14098
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |