aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-07-27 02:34:27 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-07-27 02:34:27 +0000
commitb6b03c8ab95236215492ea1c819751c8bd155871 (patch)
treee2bab1be637efc0e3fdfdd4cd886fee9d11d00e9 /CHANGES
parent432945e42218dbe479836674dbd633f5ca2b7f9f (diff)
Added feature in runtests.pl to select tests based on key word.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 284aa0f44..b1812f9bb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -21,6 +21,11 @@ Daniel Stenberg (26 Jul 2008)
Daniel Fandrich (26 Jul 2008)
- Added test 1044 to test large file support in ftp with -I.
+- Eliminate a unnecessary socket creation in Curl_getaddrinfo for an IPv4
+ address in an IPv6 capable libcurl.
+
+- Added feature in runtests.pl to select tests based on key word.
+
Daniel Fandrich (23 Jul 2008)
- Changed the long logfile elision code in runtests.pl to properly handle
lines ending in \r.