1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

formfree() fix, version display fixed, curl_escape() fix

This commit is contained in:
Daniel Stenberg 2001-04-07 18:39:18 +00:00
parent f7874cad29
commit cc5c53454a

10
CHANGES
View File

@ -6,6 +6,16 @@
History of Changes
Daniel (7 April 2001)
- Andrés García fixed a problem in curl_escape() and pointed out a flaw in
the curl_easy_setopt man page.
Daniel (6 April 2001)
- Adjusted the version code to properly display OpenSSL 0.9.6a. They sure
change their version define format often...
- curl_formfree() now accepts a NULL pointer without crashing!
Version 7.7.1
Daniel (3 April 2001)