From c59f66709d024dfb112d1f648b14aeec057e1308 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 17 Mar 2008 03:37:54 +0000 Subject: 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 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') 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: -- cgit v1.2.3-54-g00ecf