From: Daniel Stenberg Date: Mon, 2 Dec 2019 10:22:32 +0000 (+0100) Subject: docs: add "added: 7.68.0" to the --etag-* docs X-Git-Tag: curl-7_68_0~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4a1862719d7e16125364a62cb6b090ccd866fa7;p=thirdparty%2Fcurl.git docs: add "added: 7.68.0" to the --etag-* docs --- diff --git a/docs/cmdline-opts/etag-compare.d b/docs/cmdline-opts/etag-compare.d index 1c1364f43d..1a698a8ffe 100644 --- a/docs/cmdline-opts/etag-compare.d +++ b/docs/cmdline-opts/etag-compare.d @@ -2,6 +2,7 @@ Long: etag-compare Arg: Help: Pass an ETag from a file as a custom header Protocols: HTTP +Added: 7.68.0 --- This option makes a conditional HTTP request for the specific ETag read from the given file by sending a custom If-None-Match diff --git a/docs/cmdline-opts/etag-save.d b/docs/cmdline-opts/etag-save.d index fa0694d143..214723ff51 100644 --- a/docs/cmdline-opts/etag-save.d +++ b/docs/cmdline-opts/etag-save.d @@ -2,6 +2,7 @@ Long: etag-save Arg: Help: Parse ETag from a request and save it to a file Protocols: HTTP +Added: 7.68.0 --- This option saves an HTTP ETag to the specified file. Etag is usually part of headers returned by a request. When server sends an