From bca97dd5674fcb38906a6475950d53ae48dba7db Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 3 Feb 2004 06:38:38 +0000 Subject: [PATCH] modified *strerror() --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index ea0b0103..8c9c3123 100644 --- a/CHANGES +++ b/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.