diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-05-04 08:24:13 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-05-04 08:24:13 +0000 |
commit | 2960d37d7172976dff3eb8953fb4ca5f17b4bc47 (patch) | |
tree | 449394bf956d65b694f44bbdfef12c64ef158a1c /CHANGES | |
parent | c63af5fc01333ea56f3d276100db0f7679bab271 (diff) |
removed curl_formparse() from the library
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ Changelog +Daniel (4 May 2004) +- curl_formparse() has been removed from the library. It has been marked and + mentioned as deprecated for several years. + Daniel (3 May 2004) - Rewritten HTTP authentication code. The previous code could not properly deal with the added test cases 167, 168 and 169. I've now rewritten the code |