aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-03 06:38:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-03 06:38:38 +0000
commite449aab0af84296dc6fb6a296116a7ea6094ea80 (patch)
treed634022ac82071b39e48d4e46133ec3a3260c0b6
parent3a0192bea65753769e89e95449d6939720017124 (diff)
modified *strerror()
-rw-r--r--ares/CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES
index ea0b0103c..8c9c31237 100644
--- a/ares/CHANGES
+++ b/ares/CHANGES
@@ -1,4 +1,9 @@
+* February 2, 2004:
+
+- ares_strerror() has one argument less. This is the first official
+ modification of the existing provided ares API.
+
* January 29, 2004:
- Dirk Manske fixed how the socket is set non-blocking.