aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-09-10 21:13:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-09-10 21:13:55 +0000
commit23d64e720d12944966a0739b32402dc77cd9982e (patch)
treeca3e65392e8c26690e58d3501d42eac05be52807 /CHANGES
parentb8b56248bddc646bf8d262dc9c5b45ce68a1ef08 (diff)
up to date with recent changes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 123353265..6e805fb6e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -19,6 +19,15 @@ Daniel (10 September 2004)
This change is verified by the two new test cases 184 and 185.
+Daniel (8 September 2004)
+- Modified the test suite to be able to use and run with customized port
+ numbers. This was always intended but never before possible. Now a simple
+ change in the runtests.pl script can make all tests use different ports.
+ The default ports in use from now on are 8990 to 8993.
+
+Daniel (2 September 2004)
+- Minor modification of an SSL-related error message.
+
Daniel (31 August 2004)
- David Tarendash fount out that curl_multi_add_handle() returned
CURLM_CALL_MULTI_PERFORM instead of CURLM_OK.