]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmdline-docs: "added in" cleanups
authorDaniel Stenberg <daniel@haxx.se>
Mon, 24 Jun 2024 14:25:40 +0000 (16:25 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 24 Jun 2024 14:56:52 +0000 (16:56 +0200)
- markup fixes
- remove some mentions of < 7.60.0 changes

Closes #14003

docs/cmdline-opts/disable.md
docs/cmdline-opts/header.md
docs/cmdline-opts/include.md
docs/cmdline-opts/pinnedpubkey.md
docs/cmdline-opts/resolve.md

index e22a2bb4a0a2953f30cf0520e0f15b71f2173b10..1370b91d7b0d9a4a61f837ab21a4a8a8e1831e94 100644 (file)
@@ -18,6 +18,3 @@ Example:
 If used as the **first** parameter on the command line, the *curlrc* config
 file is not read or used. See the --config for details on the default config
 file search path.
-
-Prior to 7.50.0 curl supported the short option name *q* but not the long
-option name *disable*.
index cea6ddc21cf36a118ee07874f92f67338030de55..17219f383bd0b2135795c9c6c1efc7ea7bcfed83 100644 (file)
@@ -46,7 +46,7 @@ other safe guards. That includes white space and control characters.
 
 This option can take an argument in @filename style, which then adds a header
 for each line in the input file. Using @- makes curl read the header file from
-stdin. Added in 7.55.0.
+stdin. (Added in 7.55.0)
 
 Please note that most anti-spam utilities check the presence and value of
 several MIME mail headers: these are `From:`, `To:`, `Date:` and `Subject:`
index c4f6beb81cd3e81720987dcddc292ea4fcca7319..e4879912886c44b24b655a4c65ec32d9a6f08eb1 100644 (file)
@@ -21,6 +21,3 @@ things like server name, cookies, date of the document, HTTP version and
 more... With non-HTTP protocols, the "headers" are other server communication.
 
 To view the request headers, consider the --verbose option.
-
-Prior to 7.75.0 curl did not print the headers if --fail was used in
-combination with this option and there was error reported by server.
index 53c79912af1999c33c4536909d0881a3d3aa931b..ab208cca9e8730fce15871b51e0c2b296677dedc 100644 (file)
@@ -33,12 +33,13 @@ together then the peer is still verified by public key.
 PEM/DER support:
 
 OpenSSL and GnuTLS (added in 7.39.0), wolfSSL (added in 7.43.0), mbedTLS
-(added in 7.47.0), Secure Transport macOS 10.7+/iOS 10+ (7.54.1), Schannel
-(7.58.1)
+(added in 7.47.0), Secure Transport macOS 10.7+/iOS 10+ (added in 7.54.1),
+Schannel (added in 7.58.1)
 
 sha256 support:
 
 OpenSSL, GnuTLS and wolfSSL (added in 7.44.0), mbedTLS (added in 7.47.0),
-Secure Transport macOS 10.7+/iOS 10+ (7.54.1), Schannel (7.58.1)
+Secure Transport macOS 10.7+/iOS 10+ (added in 7.54.1), Schannel
+(added in 7.58.1)
 
 Other SSL backends not supported.
index 58c1accbed3c0fe011b95f46347f8b9b09f42ec6..2b71d9a590154e86d473c26ac3017efc465f35c9 100644 (file)
@@ -40,10 +40,6 @@ expired.
 To redirect connects from a specific hostname or any hostname, independently
 of port number, consider the --connect-to option.
 
-Support for providing the IP address within [brackets] was added in 7.57.0.
-
-Support for providing multiple IP addresses per entry was added in 7.59.0.
-
 Support for resolving with wildcard was added in 7.64.0.
 
 Support for the '+' prefix was added in 7.75.0.