1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/ares/RELEASE-NOTES

19 lines
830 B
Plaintext
Raw Normal View History

This is what's new and changed in the c-ares 1.5.3 release:
2007-06-08 04:46:28 -04:00
o fix adig sample application compilation failure on some systems
o fix pkg-config reporting of private libraries needed for static linking
o fallback to gettimeofday when monotonic clock is unavailable at run-time
o ares_gethostbyname() fallback from AAA to A records with CNAME present
o allow --enable-largefile and --disable-largefile configurations
o configure process no longer needs nor checks size of curl_off_t
2008-07-31 23:10:54 -04:00
o library will now be built with _REENTRANT symbol defined if needed
o Improved configure detection of number of arguments for getservbyport_r
o Improved query-ID randomness
2007-06-08 04:46:28 -04:00
Thanks go to these friendly people for their efforts and contributions:
Brad House, Yang Tse, Phil Blundell, Tofu Linden
2008-05-15 06:04:15 -04:00
and obviously Daniel Stenberg
2007-06-08 04:46:28 -04:00
Have fun!