Commit 4b2db5c6 authored by Geoff Simmons's avatar Geoff Simmons

Added some miscellaneous notes to Upgrading to 5.1.

parent c011ffba
......@@ -175,6 +175,8 @@ VMOD std
Other changes
=============
* The storage backend type umem, long in disuse, has been retired.
* ``varnishstat(1)``:
* Added the ``cache_hitmiss`` stat to to count hits on
......@@ -198,6 +200,10 @@ Other changes
* Clarified the meaning of the ``%r`` formatter, see NOTES in
:ref:`varnishncsa(1)`.
* Clarified the meaning of the ``%{X}i`` and ``%{X}o`` formatters
when the header X appears more than once (the last occurrence is
is used).
* ``varnishtest(1)``:
* Added the ``process``, ``setenv`` and ``write_body`` commands, see
......@@ -209,6 +215,11 @@ Other changes
* Added ``-cliexpect`` to match expected CLI responses to regular
expressions.
* Added the ``-match`` operator for the ``shell`` command.
* The ``err_shell`` command is deprecated, use ``shell -err
-expect`` instead.
* ``varnishtest`` can be stopped with the ``TERM``, ``INT`` of ``KILL``
signals, but not with ``HUP``. These signals kill the process group,
so that processes started by running tests are stopped.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment