summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS2
-rw-r--r--configure.ac4
-rw-r--r--readme.txt3
4 files changed, 8 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index fe439c6..565a142 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004/11/03
+ Added MIME support. (attachments). Implemented stream objects
+ to receive and send HTTP data. Added some new objects
+ content-type attachements_t part_t. Added SoapCtx object.
2004/09/13
fixed SIGTERM to work for Windows
Michael Rans
diff --git a/NEWS b/NEWS
index 1075c63..b171f66 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+03.11.2004:
+ csoap supports MIME messaging
03.02.2004:
csoap is now be able with a client and a server example
nanohttp can now receive post methods
diff --git a/configure.ac b/configure.ac
index c9823c6..dba9df7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@ GENERIC_LIBRARY_NAME=libcsoap
#release versioning
GENERIC_MAJOR_VERSION=1
GENERIC_MINOR_VERSION=0
-GENERIC_MICRO_VERSION=0
+GENERIC_MICRO_VERSION=3
#API version (often = GENERIC_MAJOR_VERSION.GENERIC_MINOR_VERSION)
GENERIC_API_VERSION=1.0
@@ -39,7 +39,7 @@ NANOHTTP_LIBRARY_NAME=nanohttp
#release versioning
NANOHTTP_MAJOR_VERSION=1
NANOHTTP_MINOR_VERSION=0
-NANOHTTP_MICRO_VERSION=0
+NANOHTTP_MICRO_VERSION=3
#API version (often = GENERIC_MAJOR_VERSION.GENERIC_MINOR_VERSION)
NANOHTTP_API_VERSION=1.0
diff --git a/readme.txt b/readme.txt
deleted file mode 100644
index 5978ae5..0000000
--- a/readme.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Windows Port by Michael Rans
-
-EMail: rans@email.com \ No newline at end of file