diff options
author | Yang Tse <yangsita@gmail.com> | 2009-11-23 12:03:32 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-11-23 12:03:32 +0000 |
commit | 612a29311a46e287630599089ac2d063edcdd20f (patch) | |
tree | 3e83610fbca933e42f93ae8fc28423dedbf6d487 /CHANGES | |
parent | dc4528e6726f510ef620b1fde03ce1a7f83bf7c8 (diff) | |
download | c-ares-612a29311a46e287630599089ac2d063edcdd20f.tar.gz c-ares-612a29311a46e287630599089ac2d063edcdd20f.tar.bz2 c-ares-612a29311a46e287630599089ac2d063edcdd20f.zip |
Daniel wants upcoming release to be 1.7.0
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -13,7 +13,7 @@ necessary changes to code base and man pages.This change does not break ABI, there is no need to recompile existing applications. But existing applications using these structs with the old name will need source code - adjustments when recompiled using c-ares 1.6.1. + adjustments when recompiled using c-ares 1.7.0. * November 21, 2009 (Yang Tse) - Added manifest stuff to Makefile.msvc. @@ -152,15 +152,15 @@ - Introduced ares_library_init() and ares_library_cleanup() functions. This is an API and ABI break for Win32/64 systems. Non-Win32/64 build targets - using c-ares 1.6.1 can still survive without calling these functions. Read all + using c-ares 1.7.0 can still survive without calling these functions. Read all the details on ares_library_init(3) and ares_library_cleanup(3) man pages that are included. - curl/libcurl 7.19.5 is fully compatible with c-ares 1.6.1 on all systems. + curl/libcurl 7.19.5 is fully compatible with c-ares 1.7.0 on all systems. - In order to use c-ares 1.6.1 with curl/libcurl on Win32/64 systems it is + In order to use c-ares 1.7.0 with curl/libcurl on Win32/64 systems it is required that curl/libcurl is 7.19.5 or newer. In other words, it is not - possible on Win32/64 to use c-ares 1.6.1 with a curl/libcurl version less + possible on Win32/64 to use c-ares 1.7.0 with a curl/libcurl version less than 7.19.5 * May 11 2009 (Daniel Stenberg) |