summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson <daniel@yesql.se>2019-07-10 13:12:40 +0200
committerJay Satiro <raysatiro@yahoo.com>2019-07-11 02:43:03 -0400
commit0428852c2ccb01823bfdd0954f731d33f41276f5 (patch)
treeb2311de74929b89fc573fa92c55f7df237b4534b
parent26da21c84a1a4830c93fa515df4036f880f266f2 (diff)
downloadcurl-0428852c2ccb01823bfdd0954f731d33f41276f5.tar.gz
DEPRECATE: fixup versions and spelling
Correctly set the July 17 version to 7.65.2, and update spelling to be consistent. Also fix a typo. Closes https://github.com/curl/curl/pull/4107
-rw-r--r--docs/DEPRECATE.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/DEPRECATE.md b/docs/DEPRECATE.md
index 94a5c6256..f04f0eeaa 100644
--- a/docs/DEPRECATE.md
+++ b/docs/DEPRECATE.md
@@ -25,7 +25,7 @@ in the September 2019 release (possibly called curl 7.68.0).
The polarssl TLS library has not had an update in over three years. The last
release was done on [January 7
2016](https://tls.mbed.org/tech-updates/releases). This library has been
-superceded by the mbedTLS library, which is the current incarnation of
+superseded by the mbedTLS library, which is the current incarnation of
PolarSSL. curl has supported mbedTLS since 2015.
It seems unlikely that this library is a good choice for users to get proper
@@ -38,7 +38,7 @@ should also be able to update their TLS library.
### State
-In the curl 7.66.0 release (July 17, 2019) the ability to build with this TLS
+In the curl 7.65.2 release (July 17, 2019) the ability to build with this TLS
backend is removed from the configure script. The code remains and can be
built and used going forward, but it has to be manually enabled in a build (or
the configure removal reverted).
@@ -47,4 +47,5 @@ the configure removal reverted).
The support for PolarSSL and all code for it will be completely removed from
the curl code base six months after it ships disabled in configure in a
-release. In the release on or near February 27, 2020. (Named 7.70.0?)
+release. In the release on or near February 27, 2020. (possibly called curl
+7.70.0).