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 /RELEASE-NOTES | |
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 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0118135e9..67c98fd18 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -29,6 +29,7 @@ This release includes the following bugfixes: o memory leaks in libcurl+NSS o improved the CURLOPT_NOBODY set to 0 confusions o persistent connections when doing FTP over a HTTP proxy + o --libcurl bogus strings where other data was pointed to This release includes the following known bugs: @@ -40,6 +41,6 @@ advice from friends like these: Daniel Fandrich, Yang Tse, David James, Chris Deidun, Bill Egert, Andre Guibert de Bruet, Andreas Farber, Frank Hempel, Pierre Brico, Kamil Dudka, Jim Freeman, Daniel Johnson, Toshio Kuratomi, Martin Storsjö, - Pramod Sharma + Pramod Sharma, Gisle Vanem Thanks! (and sorry if I forgot to mention someone) |