summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar m0gg2006-03-06 13:40:38 +0000
committerGravatar m0gg2006-03-06 13:40:38 +0000
commit77c386469dacd95ef8fa943eb4164ba13f1b6c07 (patch)
tree86b1eb6f5d988b56c8c3ee2037aae86563d14af8 /ChangeLog
parent52767927889b305fe18b28ddfc5351f08b703d2d (diff)
downloadcsoap-77c386469dacd95ef8fa943eb4164ba13f1b6c07.tar.gz
csoap-77c386469dacd95ef8fa943eb4164ba13f1b6c07.tar.bz2
ChangeLog changed, see ChangeLog ;-)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 565a142..4ba919b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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