summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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: