summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-05-02 22:48:22 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-05-02 22:48:22 +0000
commit6ca627ae742816cfca67d7e2ad3b59c269e5651d (patch)
tree97aa3bb7d673acba5e6080974383b470256136d4 /CHANGES
parent80a0b81c2a7550f106585827491433278818969c (diff)
downloadcurl-6ca627ae742816cfca67d7e2ad3b59c269e5651d.tar.gz
curl-config got a --checkfor option
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a3a653c70..4d87132d4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,14 @@
Changelog
+Daniel (2 May 2006)
+- Added a --checkfor option to curl-config to allow users to easier
+ write for example shell scripts that test for the presence of a
+ new-enough libcurl version. If --checkfor is given a version string
+ newer than what is currently installed, curl-config will return a
+ non-zero exit code and output a string about the unfulfilled
+ requirement.
+
Daniel (26 April 2006)
- David McCreedy brought initial line end conversions when doing FTP ASCII
transfers. They are done on non-windows systems and translate CRLF to LF.