1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-10 11:35:07 -05:00
curl/TODO-RELEASE
Daniel Stenberg ed50e3f1b4 - Yehoshua Hershberg found a problem that would make libcurl re-use a
connection with the multi interface even if a previous use of it caused a
  CURLE_PEER_FAILED_VERIFICATION to get returned. I now make sure that failed
  SSL connections properly close the connections.
2008-08-04 22:07:50 +00:00

29 lines
1.3 KiB
Plaintext

To be addressed before 7.19.0 (planned release: August 2008)
=============================
144 - Help apps use 64bit/LFS libcurl!
http://curl.haxx.se/mail/lib-2008-07/0120.html Patch (first version) of
64-bit curl_off_t no longer gated to off_t was sent to the mailing list
2008-07-14.
UPDATE:
* #148 no longer blocks this.
UPDATE:
* Second version of the patch addressing building outside of CVS tree
submitted to the mailing list 2008-07-31.
UPDATE:
* Third version of the patch fixing a failure to chose a proper data
type submitted to the mailing list 2008-08-04.
148 - Introduction of m4/reentrant.m4 is triggering some problems on Solaris
systems. The problem manifests when buildconf runs aclocal, at some point
aclocal fails when using GNU m4 version 1.4.5 it runs out of memory. If
GNU m4 version 1.4.11 is used everything works.
Start of thread: http://curl.haxx.se/mail/lib-2008-07/0210.html
UPDATE:
* Rebooting the problematic system, releasing allocated memory and swap,
has allowed buildconf and configure to complete sucessfully. Further
tests on the system might allow determination of the problem origin.
Solaris AutoBuilds suceeded on August 2 and 3.
152 -