diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-01-20 22:22:12 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-01-20 22:22:12 +0000 |
commit | 7472ede32ae5a1c80928e03ef8fd836630eb6ac8 (patch) | |
tree | 2c853bd0fe25ed7c0df06ce2d3939602d0610e3b /RELEASE-NOTES | |
parent | b5065e462bf258a456f7bfc3c3af1dbd942713d1 (diff) |
Philippe Hameau found out that -Q "+[command]" didn't work, although some code
was written for it. I fixed and added test case 227 to verify it. The curl.1
man page didn't mention the '+' so I added it.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e622bdd9f..47b789a38 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -10,6 +10,7 @@ Curl and libcurl 7.12.4 This release includes the following changes: + o -Q "+[command]" was added o src/getpass.c license issue sorted (code was rewritten) o curl -w now supports 'http_connect' for the proxy's response to CONNECT o introducing "curl-config --protocols" @@ -42,6 +43,6 @@ advice from friends like these: Werner Koch, Gisle Vanem, Alex Neblett, Kai Sommerfeld, Marty Kuhrt, Hzhijun, Pavel Orehov, Bruce Mitchener, Cyrill Osterwalder, Dan Torop, Martijn Koster, Alex aka WindEagle, Cody Jones, Samuel Díaz García, - Stephan Bergmann + Stephan Bergmann, Philippe Hameau Thanks! (and sorry if I forgot to mention someone) |