diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-03-17 03:37:54 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-03-17 03:37:54 +0000 |
commit | c59f66709d024dfb112d1f648b14aeec057e1308 (patch) | |
tree | ba181299380d544fb82b5bf00c1d535e56132864 /ChangeLog | |
parent | bd547e3cfc5608cbab9c571a5d05d7de838dba77 (diff) | |
download | tor-c59f66709d024dfb112d1f648b14aeec057e1308.tar.gz tor-c59f66709d024dfb112d1f648b14aeec057e1308.zip |
r18862@catbus: nickm | 2008-03-16 23:33:11 -0400
Part of fix for bug 617: allow connection_ap_handshake_attach_circuit() to mark connections, to avoid double-mark warnings. Note that this is an incomplete refactoring.
svn:r14066
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -28,6 +28,7 @@ Changes in version 0.2.1.1-alpha - 2008-??-?? 0.2.0.x. - Detect mismatched page sizes when using --enable-openbsd-malloc. Bugfix on 0.2.0.x. + - Stop giving double-close warn when we reject an address for client DNS. o Minor features: - Allow separate log levels to be configured for different logging @@ -38,6 +39,11 @@ Changes in version 0.2.1.1-alpha - 2008-??-?? to avoid unused RAM in buffer chunks and memory pools. - Downgrade "sslv3 alert handshake failure" message to INFO. + o Code simplifications and refactoring: + - Refactor code using connection_ap_handshake_attach_circuit() to + allow that function to mark connections for close. Part of a fix for + bug 617. Bugfix on 0.2.0.1-alpha. + Changes in version 0.2.0.21-rc - 2008-03-02 o Major bugfixes: |