summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/update-curl.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-06-02 13:35:52 (GMT)
committerBrad King <brad.king@kitware.com>2017-06-02 13:35:52 (GMT)
commit7bc264305037b9aa7a6f58400c81b33879dac369 (patch)
tree64f4799b8b3ae7ecc0be0b5717a1234e4d0d9744 /Help/release/dev/update-curl.rst
parent3216c2178cfcc75d48f383a76ccff4aa052b5fdc (diff)
downloadCMake-7bc264305037b9aa7a6f58400c81b33879dac369.zip
CMake-7bc264305037b9aa7a6f58400c81b33879dac369.tar.gz
CMake-7bc264305037b9aa7a6f58400c81b33879dac369.tar.bz2
Help: Consolidate 3.9 release notes
Move all development release notes into a new version-specific document: tail -q -n +3 Help/release/dev/* > Help/release/3.9.rst git rm -- Help/release/dev/* except the sample topic: git checkout HEAD -- Help/release/dev/0-sample-topic.rst Reference the new document from the release notes index document. Add a title and intro sentence to the new document by hand.
Diffstat (limited to 'Help/release/dev/update-curl.rst')
-rw-r--r--Help/release/dev/update-curl.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/Help/release/dev/update-curl.rst b/Help/release/dev/update-curl.rst
deleted file mode 100644
index 852ad5a..0000000
--- a/Help/release/dev/update-curl.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-update-curl
------------
-
-* The version of curl bundled with CMake no longer accepts URLs of the form
- ``file://c:/...`` on Windows due to a change in upstream curl 7.52. Use
- the form ``file:///c:/...`` instead to work on all versions.