diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-04-20 17:53:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-04-20 17:53:06 +0000 |
commit | 0f1ca2939a43b8f90d68b79b0268c65f5d547ee4 (patch) | |
tree | 3e7a81de8ded62d57b4db055dfdd53945ed03bf3 /CHANGES | |
parent | 488207846991e23a7a68da5006e4a5cebe299864 (diff) |
- Gisle Vanem noticed that --libtool would produce bogus strings at times for
OBJECTPOINT options. Now we've introduced a new function - my_setopt_str -
within the app for setting plain string options to avoid the risk of this
mistake happening.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Daniel Stenberg (20 Apr 2009) +- Gisle Vanem noticed that --libtool would produce bogus strings at times for + OBJECTPOINT options. Now we've introduced a new function - my_setopt_str - + within the app for setting plain string options to avoid the risk of this + mistake happening. + Daniel Stenberg (17 Apr 2009) - Pramod Sharma reported and tracked down a bug when doing FTP over a HTTP proxy. libcurl would then wrongly close the connection after each |