aboutsummaryrefslogtreecommitdiff
path: root/docs/DEPRECATE.md
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-08-04 00:21:16 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-08-04 00:21:16 +0200
commit8bab3e2ebae277f05ffa2ab1a601b162e1c97a5d (patch)
tree0f8e3023301ada20d70e9cdacfc499ae01a1ffb7 /docs/DEPRECATE.md
parent7279c47f11c9e9bf17fee067d9a71ef72366d675 (diff)
DEPRECATE: remove release date from 7.62.0
Since it will slip and the version is the important part there, not the date.
Diffstat (limited to 'docs/DEPRECATE.md')
-rw-r--r--docs/DEPRECATE.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/DEPRECATE.md b/docs/DEPRECATE.md
index 4506fae5c..eefcf839f 100644
--- a/docs/DEPRECATE.md
+++ b/docs/DEPRECATE.md
@@ -53,10 +53,9 @@ In 2018, pipelining *should* be abandoned and HTTP/2 should be used instead.
### State
-In 7.62.0 (release planned to happen in September 2018), we add code
-that ignores the "enable pipeline" option setting). The *setopt() function
-would still return "OK" though so the application couldn't tell that this is
-happening.
+In 7.62.0, we will add code that ignores the "enable pipeline" option
+setting). The *setopt() function would still return "OK" though so the
+application couldn't tell that this is happening.
Users who truly need pipelining from that version will need to modify the code
(ever so slightly) and rebuild.