diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-12-15 17:37:25 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-12-15 17:37:25 +0000 |
commit | 15b775e126a8ad831976e5b2a8313981b062856a (patch) | |
tree | d759c7d60cad61021c9e1b891ef478b8e143f88a | |
parent | 3788f25eacbf4fcf20b04f1e74ea735b8b9b1396 (diff) |
one correction, one addition
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e28b41728..20fa9b055 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -16,9 +16,10 @@ This release includes the following changes: This release includes the following bugfixes: + o curl-configure --feature now outputs AsynchDNS if enabled o occational re-use of freed-memory problem fixed o builds natively (without unix emulation) on AmigaOS - o configure --libs now include the ares link directory + o curl-config --libs now include the ares link directory o configure --enable-ares now accepts a given path o -lz no longer appear twice on the link line o more descriptive error message if the FTP response reader fails |