diff options
author | Yang Tse <yangsita@gmail.com> | 2009-11-10 22:07:32 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-11-10 22:07:32 +0000 |
commit | a0905ec0ab08658efff719a382ec1d3fb5b81da8 (patch) | |
tree | 3ec78a4d29b5c7a46e2b8de03af1f8c22c631417 /ares | |
parent | d7470a3629cc0a5c1a1c8b03ab6d4a2d42ef95e8 (diff) |
Mention last changes
Diffstat (limited to 'ares')
-rw-r--r-- | ares/CHANGES | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index 798787421..eaece886c 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,5 +1,15 @@ Changelog for the c-ares project +* November 10, 2009 (Yang Tse) +- Updated MSVC 6.0 project files to match settings from Makefile.msvc. + +* November 9, 2009 (Yang Tse) +- Makefile.msvc is now the reference method to build c-ares and sample + programs with any MSVC compiler or MS Visual Studio version. If no + option or target are specified it builds dynamic and static c-ares + libraries in debug and release flavours and also builds all sample + programs using each of the different c-ares libraries. + * November 2, 2009 (Yang Tse) - Renamed c-ares setup.h to ares_setup.h |