[master] 444a622 Document that params vcl_dir and vmod_dir are deprecated.
Geoff Simmons
geoff at uplex.de
Tue Mar 14 17:08:06 CET 2017
commit 444a6228b7761d879c7a6aee63ed98324f2f98b6
Author: Geoff Simmons <geoff at uplex.de>
Date: Tue Mar 14 17:06:27 2017 +0100
Document that params vcl_dir and vmod_dir are deprecated.
diff --git a/doc/changes.rst b/doc/changes.rst
index 9515b5b..55feb13 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -47,6 +47,9 @@ Varnish Cache 5.1.0 (unreleased)
* Added parameters clock_step, thread_pool_reserve and ban_cutoff.
+* Parameters vcl_dir and vmod_dir are deprecated, use vcl_path and
+ vmod_path instead.
+
* All parameters are defined, even on platforms that don't support
them. An unsupported parameter is documented as such in
param.show. Setting such a parameter is not an error, but has no
diff --git a/doc/sphinx/whats-new/upgrading-5.1.rst b/doc/sphinx/whats-new/upgrading-5.1.rst
index 528c2d1..f350c58 100644
--- a/doc/sphinx/whats-new/upgrading-5.1.rst
+++ b/doc/sphinx/whats-new/upgrading-5.1.rst
@@ -59,6 +59,10 @@ varnishd parameters
* ``thread_queue_limit`` only applies to queued client requests, see
:ref:`ref_param_thread_queue_limit`.
+* ``vcl_dir`` and ``vmod_dir`` are deprecated and will be removed from
+ a future release, use ``vcl_path`` and ``vmod_path`` instead (see
+ :ref:`ref_param_vcl_path`, :ref:`ref_param_vmod_path`).
+
* All parameters are defined on every platform, including those that
that are not functional on every platform. Most of these involve
features of the TCP stack, such as ``tcp_keepalive_intvl``,
More information about the varnish-commit
mailing list