diff options
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: |