diff options
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | RELEASE-NOTES | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,9 @@ Changelog for the c-ares project +* November 23, 2009 (Yang Tse) +- Changed naming convention for c-ares libraries built with MSVC, details + and build instructions provided in README.msvc file. + * November 22, 2009 (Yang Tse) - Jakub Hrozek fixed more function prototypes in man pages to sync them with the ones declared in ares.h diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d8d0a5c..bad4300 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -16,6 +16,7 @@ Changed: o new --enable-symbol-hiding configure option o new Makefile.msvc for any MSVC compiler or MS Visual Studio version o addrttl and addr6ttl structs renamed to ares_addrttl and ares_addr6ttl + o naming convention for libraries built with MSVC, see README.msvc Fixed: |