diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-02-19 12:37:04 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-02-19 12:37:04 +0000 |
commit | 1297c54b2627db727184b4bec5ea3d696d8a1c10 (patch) | |
tree | d1d5636a70d4e134bdc9d7543deb5162089b16ac /RELEASE-NOTES | |
parent | 1045b8d3828db484bb7e1f8162362d10cc21d2f3 (diff) |
Ian Turner fixed the libcurl.m4 macro's support for --with-libcurl.
AC_PATH_PROG was not used properly.
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 8e91e5a92..92a7555f3 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -26,6 +26,7 @@ This release includes the following bugfixes: o curl_multi_remove_handle() rare crash o passive FTP transfers work with SOCKS o multi interface HTTPS connection re-use memory leak + o libcurl.m4's --with-libcurl is improved This release includes the following known bugs: @@ -44,6 +45,6 @@ advice from friends like these: Yang Tse, Manfred Schwarb, Michael Wallner, Jeff Pohlmeyer, Shmulik Regev, Rob Crittenden, Robert A. Monat, Dan Fandrich, Duncan Mac-Vicar Prett, - Michal Marek, Robson Braga Araujo + Michal Marek, Robson Braga Araujo, Ian Turner Thanks! (and sorry if I forgot to mention someone) |