aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-06-29 20:46:01 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-06-29 20:46:01 +0000
commit4f551259ddf79163660fdf44ec57b6ed2f409e50 (patch)
tree42889b2d80a2a39bcbfe8aeef3cd9829de27a6d8 /CHANGES
parent9cb68c6e32f29ad5ba00195a164371006e26467a (diff)
- Markus Koetter made CURLOPT_FTPPORT (and curl's -P/--ftpport) support a port
range if given colon-separated after the host name/address part. Like "192.168.0.1:2000-10000"
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6c33e39dc..4eb548a49 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,16 @@
Changelog
+Daniel Stenberg (29 Jun 2009)
+- Markus Koetter made CURLOPT_FTPPORT (and curl's -P/--ftpport) support a port
+ range if given colon-separated after the host name/address part. Like
+ "192.168.0.1:2000-10000"
+
+- Modified the separators used for CURLOPT_CERTINFO in multi-part outputs. I
+ don't know how they got wrong in the first place, but using this output
+ format makes it possible to quite easily separate the string into an array
+ of multiple items.
+
Daniel Fandrich (16 June 2009)
- Added a few more compiler warning options for gcc.