aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-08-21 06:39:52 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-08-21 06:39:52 +0000
commit37d8c67530ad61a4f345ff2d506ac4c2f9b01d85 (patch)
tree32cd399756e9cf82ddfbc1f433b6ad716c9e3afd /RELEASE-NOTES
parentcfdcae4bc75fba04b9864cae18e0bbe66b8655b9 (diff)
clarify for what protocols the changes are
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES8
1 files changed, 4 insertions, 4 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 756515a8f..104296537 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -12,13 +12,13 @@ Curl and libcurl 7.15.6
This release includes the following changes:
o (FTP) libcurl avoids sending TYPE if the desired type was already set
- o CURLOPT_PREQUOTE works even when CURLOPT_NOBODY is set true
+ o (FTP) CURLOPT_PREQUOTE works even when CURLOPT_NOBODY is set true
This release includes the following bugfixes:
- o SINGLECWD mode and using files in the root dir
- o Expect: header disabling work better
- o "Expect: 100-continue" disable on second POST on re-used connection
+ o (FTP) SINGLECWD mode and using files in the root dir
+ o (HTTP) Expect: header disabling work better
+ o (HTTP) "Expect: 100-continue" disable on second POST on re-used connection
o src/config.h.in is fixed
Other curl-related news: