diff options
Diffstat (limited to 'Help/release/dev/curl_netrc_options.rst')
-rw-r--r-- | Help/release/dev/curl_netrc_options.rst | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Help/release/dev/curl_netrc_options.rst b/Help/release/dev/curl_netrc_options.rst deleted file mode 100644 index 850c9ce..0000000 --- a/Help/release/dev/curl_netrc_options.rst +++ /dev/null @@ -1,14 +0,0 @@ -curl_netrc_options ------------------- - -* The :command:`file(DOWNLOAD)` and :command:`file(UPLOAD)` commands - gained ``NETRC`` and ``NETRC_FILE`` options to specify use of a - ``.netrc`` file. - -* The :module:`ExternalProject` module gained ``NETRC`` and ``NETRC_FILE`` - options to specify use of a ``.netrc`` file. - -* The :variable:`CMAKE_NETRC` and :variable:`CMAKE_NETRC_FILE` variables - were added to specify use of a ``.netrc`` file by the - :command:`file(DOWNLOAD)` and :command:`file(UPLOAD)` commands and - the :module:`ExternalProject` module. |