aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-08-22 11:25:39 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-08-22 11:25:39 +0000
commite3d7cc895bb9cb36a2bb3cdc075d5191b427d6b3 (patch)
tree7b09b8384098be6a3705e4c6587190980c3f787f
parent0f425b01aa37aea99c1cfab1646f3e5f38b65c90 (diff)
Georg Huettenegger's fixes, man pages converted to HTML pages and included
in release archive
-rw-r--r--CHANGES16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a8be8449c..ec6961a49 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,22 @@
History of Changes
Daniel (21 August 2001)
+- Georg Huettenegger's big patch was applied. Now we have:
+ o "Expect: 100-continue" support. We will from now on send that header in
+ all rfc1867-posts, as that makes us abort much faster when the server
+ rejects our POST. Posting without the Expect: header is still possible in
+ the standard replace-internal-header style.
+ o curl_formadd() is a new formpost building function that is introduced to
+ replace the now deprecated curl_formparse() function. The latter function
+ will still hang around for a while, but the curl_formadd() is the new way
+ and correct way to build form posts.
+ o Documentation has been updated to reflect these changes
+
+ These changes are reason enough to name the next curl release 7.9...
+
+- We now convert man pages to HTML pages and include them in the release
+ archive. For the pleasure of everyone without nroff within reach.
+
- Andrés García's suggested flushing of the progress meter output stream was
added. It should make the progress meter look better on Windows.