From f50e1dc6d6f63ccfc61579ee85b26ec93d2c2c13 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sat, 3 Nov 2012 10:37:34 +0100 Subject: [PATCH] Updated for recent changes. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1b5b2cf7..d4b87e73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,17 @@ VERSION 0.9.2svn ================ +2012-11-03 Vincent Richard + + * Migrated to CMake build system. Conditional compilation of source files. + Automatic selection of platform handler. + + * Added support for OpenSSL (thanks to Mehmet Bozkurt). + +2012-10-15 Vincent Richard + + * Added support for timeout when receiving data from a socket. + 2012-04-16 Vincent Richard * MIME Parser can now operate directly on an input stream (eg. file).