aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-02-12 13:20:04 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-02-12 13:20:04 +0000
commit7686ac3f2c4fcc7ed8720c7ab5392031d73dcc1c (patch)
treee6784b36a0a527491c806df10752db0ee26fd0ab /CHANGES
parent54778134e47a4c4566e938709be7d315dd5184ef (diff)
ftp response fix, netrc fix for non-http/ftp, https put research
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES23
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5e8fac134..214991f49 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,29 @@
History of Changes
+Daniel (9 February 2001)
+- Frank Reid and Cain Hopwood provided information and research around a
+ HTTPS PUT problem we seem to have.
+
+Daniel (8 February 2001)
+- An interesting discussion is how to specify an empty password without having
+ curl ask for it interactively? The current implmentation takes an empty
+ password as a request for a password prompt. However, I still want to
+ support a blank user field. Thus, today if you enter "-u :" (without user
+ and password) curl will prompt for the password. Tricky. How would you
+ specify you want the prompt otherwise?
+
+- Made the netrc parse result possible to use for other protocols than FTP and
+ HTTP (such as the upcoming TELNET fixes).
+
+- The previously mentioned "MSVC++ problems" turned out to be a non-issue.
+
+- Added a HTTP file upload code example in the docs/examples/ section on
+ request.
+
+- Adjusted the FTP response fix slightly.
+
+Version 7.6.1-pre3
Daniel (7 February 2001)
- SM found a flaw in the response reading function for FTP that could make