diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-10-24 20:30:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-10-24 20:30:14 +0000 |
commit | 1c5acf20891e17aa533a3955efe2080837c2a868 (patch) | |
tree | 2362cfe05df714d274b9520a8e655e3d67e33598 /CHANGES | |
parent | cfa535b3a593f08bdee72ff1c8ef393e6d07ac35 (diff) | |
download | c-ares-1c5acf20891e17aa533a3955efe2080837c2a868.tar.gz c-ares-1c5acf20891e17aa533a3955efe2080837c2a868.tar.bz2 c-ares-1c5acf20891e17aa533a3955efe2080837c2a868.zip |
c-ares is the new name and ares_version() was added
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -2,9 +2,12 @@ This package is built on ares 1.1.1 (written by Greg Hudson). I've decided to put together and release my own ares archives since the ares maintainer doesn't want these improvements. -The package is called 'arescurl' for now since I (Daniel Stenberg) want this -for use within the curl project. If you can think of a better and more witty -name, please speak up. +The package is called 'c-ares' for now since I (Daniel Stenberg) want this for +use within the curl project (hence the letter C) and it makes a nice pun. + +* October 24, 2003. Daniel Stenberg: + + Added ares_version(). Version 1.0-pre1 (8 October 2003) |