diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2019-04-13 01:12:18 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2019-04-16 03:09:42 -0400 |
commit | 538db66fe2947b8bbd32afb3574e2c4f66fe3c61 (patch) | |
tree | 07c5ae408366b1d14d710122abb28cfa7a5b4f9b /docs | |
parent | 07ba22166716510036b29d3cc59994dffbd13aee (diff) | |
download | curl-538db66fe2947b8bbd32afb3574e2c4f66fe3c61.tar.gz |
tool_help: Warn if curl and libcurl versions do not match
.. because functionality may be affected if the versions differ.
This commit implements TODO 18.7 "warning if curl version is not in sync
with libcurl version".
Ref: https://github.com/curl/curl/blob/curl-7_64_1/docs/TODO#L1028-L1033
Closes https://github.com/curl/curl/pull/3774
Diffstat (limited to 'docs')
-rw-r--r-- | docs/TODO | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -150,7 +150,6 @@ 18.4 simultaneous parallel transfers 18.5 UTF-8 filenames in Content-Disposition 18.6 warning when setting an option - 18.7 warning if curl version is not in sync with libcurl version 18.8 offer color-coded HTTP header output 18.9 Choose the name of file in braces for complex URLs 18.10 improve how curl works in a windows console window @@ -1025,13 +1024,6 @@ that doesn't exist on the server, just like --ftp-create-dirs. This can be useful to tell when support for a particular feature hasn't been compiled into the library. -18.7 warning if curl version is not in sync with libcurl version - - This is usually a sign of a funny, weird or unexpected install situations - that aren't always quickly nor easily detected by users. curl and libcurl are - always released in sync and should use the same version numbers unless very - special situations. - 18.8 offer color-coded HTTP header output By offering different color output on the header name and the header |