diff options
author | m0gg | 2006-03-06 13:40:38 +0000 |
---|---|---|
committer | m0gg | 2006-03-06 13:40:38 +0000 |
commit | 77c386469dacd95ef8fa943eb4164ba13f1b6c07 (patch) | |
tree | 86b1eb6f5d988b56c8c3ee2037aae86563d14af8 /ChangeLog | |
parent | 52767927889b305fe18b28ddfc5351f08b703d2d (diff) | |
download | csoap-77c386469dacd95ef8fa943eb4164ba13f1b6c07.tar.gz csoap-77c386469dacd95ef8fa943eb4164ba13f1b6c07.tar.bz2 |
ChangeLog changed, see ChangeLog ;-)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2006/03/06 + - build system cleanup + - "make dist" is working now + - libcsoap.m4 will be installed + - configure.ac cleanup + - using libxml2.m4 macro for libxml2 detection + - CFLAGS fixes for Solaris2.8 (-D_REENTRANT) + +- nanohttp-ssl cleanup + - SSL related code moved to nanohttp-{ssl,socket} + - removed all (un-)blocking related stuff + - #ifdef HAVE_SSL in hsocket_t removed + - HAVE_SSL is now in config.h via ./configure + +- nanohttp conndata_t race condition fixed + 2004/11/03 Added MIME support. (attachments). Implemented stream objects to receive and send HTTP data. Added some new objects |