[master] 4b2db5c Added some miscellaneous notes to Upgrading to 5.1.

Geoff Simmons geoff at uplex.de
Sun Mar 12 15:40:05 CET 2017


commit 4b2db5c633ffad78fb87a0decc916784cd4312d0
Author: Geoff Simmons <geoff at uplex.de>
Date:   Sun Mar 12 15:38:43 2017 +0100

    Added some miscellaneous notes to Upgrading to 5.1.

diff --git a/doc/sphinx/whats-new/upgrading-5.1.rst b/doc/sphinx/whats-new/upgrading-5.1.rst
index e518b42..5c2b27b 100644
--- a/doc/sphinx/whats-new/upgrading-5.1.rst
+++ b/doc/sphinx/whats-new/upgrading-5.1.rst
@@ -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.



More information about the varnish-commit mailing list