aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-04-06 06:24:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-04-06 06:24:06 +0000
commit7b929636eef46155edd6cb384b642a98ab1baa8e (patch)
tree126327f3ce6338fc06b96aeb3944be0577e24939
parent76835a2e00cded98f8227711364b2695f7631a10 (diff)
the last couple of days
-rw-r--r--CHANGES24
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 47851d2e3..763f56ddb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,30 @@
Changelog
+Daniel (6 April 2004)
+- lib/strerror.c no longer uses sys_nerr on non-windows platforms since it
+ isn't portable enough
+
+Daniel (2 April 2004)
+- In the curl_strnqual.3 man page, we now prepend the man3 dir to the file
+ name to work better. As pointed out by Robin Kay.
+
+- Andrés García updated the mingw makefiles.
+
+- Dirk Manske fixed a problem I recently added in the progress meter code that
+ broke subsecond resolution for CURLINFO_TOTAL_TIME. He also pointed out a
+ mistake in the code that produces the final update of the progress meter
+ that would often prevent it from actually being updated that final time.
+
+Daniel (1 April 2004)
+- Dirk Manske fixed a memory leak that happened when we use ares for name
+ resolves and decides to time-out before ares does it. This fix uses the
+ brand new ares_cancel() function which is not present in c-ares 1.1.0.
+
+ When told to enable ares, the configure script now checks for presence of
+ the ares_cancel function to alert users if they attempt to use a too old
+ c-ares library.
+
Daniel (31 March 2004)
- Roy Shan fixed a flaw that prevented ares name resolve timeouts to occur!