[master] c31390c The `process` command was introduced in 5.0
Dridi Boukelmoune
dridi.boukelmoune at gmail.com
Mon Mar 13 17:40:07 CET 2017
commit c31390c0dc54f0a764af7674144349c4c464e012
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date: Mon Mar 13 15:51:13 2017 +0100
The `process` command was introduced in 5.0
diff --git a/doc/changes.rst b/doc/changes.rst
index 1406c17..9515b5b 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -25,10 +25,9 @@ Varnish Cache 5.1.0 (unreleased)
* Added vxid as a lefthand side for VSL queries.
-* Added the process, setenv and write_body commands for Varnish test
- cases (vtc's). err_shell is deprecated. Also added the operators
- -cliexpect, -match and -hdrlen, and -reason replaces -msg. Added the
- ${bad_backend} macro.
+* Added the setenv and write_body commands for Varnish test cases (VTCs).
+ err_shell is deprecated. Also added the operators -cliexpect, -match and
+ -hdrlen, and -reason replaces -msg. Added the ${bad_backend} macro.
* varnishtest can be stopped with the TERM, INT and KILL signals, but
not with HUP.
diff --git a/doc/sphinx/whats-new/upgrading-5.1.rst b/doc/sphinx/whats-new/upgrading-5.1.rst
index 1e7747d..ab99260 100644
--- a/doc/sphinx/whats-new/upgrading-5.1.rst
+++ b/doc/sphinx/whats-new/upgrading-5.1.rst
@@ -280,8 +280,7 @@ Other changes
* ``varnishtest(1)``:
- * Added the ``process``, ``setenv`` and ``write_body`` commands, see
- :ref:`vtc(7)` .
+ * Added the ``setenv`` and ``write_body`` commands, see :ref:`vtc(7)`.
* ``-reason`` replaces ``-msg`` to set the reason string for a
response (default "OK").
More information about the varnish-commit
mailing list