summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-03-17 03:37:54 +0000
committerNick Mathewson <nickm@torproject.org>2008-03-17 03:37:54 +0000
commitc59f66709d024dfb112d1f648b14aeec057e1308 (patch)
treeba181299380d544fb82b5bf00c1d535e56132864 /ChangeLog
parentbd547e3cfc5608cbab9c571a5d05d7de838dba77 (diff)
downloadtor-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1dc0f208c4..34feaeabe3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: