[5.2] e23f2b2 Document the addition of debug:vmod_so_keep to 5.2.

PÃ¥l Hermunn Johansen hermunn at varnish-software.com
Fri Sep 15 11:17:22 UTC 2017


commit e23f2b21138d81af367cc5d25a21c8538b85520c
Author: Geoff Simmons <geoff at uplex.de>
Date:   Wed Sep 13 14:04:26 2017 +0200

    Document the addition of debug:vmod_so_keep to 5.2.

diff --git a/doc/sphinx/whats-new/upgrading-5.2.rst b/doc/sphinx/whats-new/upgrading-5.2.rst
index 3aee8c2..6e2a489 100644
--- a/doc/sphinx/whats-new/upgrading-5.2.rst
+++ b/doc/sphinx/whats-new/upgrading-5.2.rst
@@ -21,6 +21,9 @@ We have updated the documentation for :ref:`ref_param_send_timeout`,
 :ref:`ref_param_idle_send_timeout`, :ref:`ref_param_timeout_idle` and
 :ref:`ref_param_ban_cutoff`.
 
+Added the debug bit ``vmod_so_keep``, see :ref:`ref_param_debug` and
+the notes about changes for developers below.
+
 Changes to VCL
 ==============
 
@@ -137,6 +140,11 @@ Other changes
     development of client apps, is now publicly available, see
     :ref:`whatsnew_vut_5.2`.
 
+  * The debug bit ``vmod_so_keep`` instructs Varnish not to clean
+    up its copies of VMOD shared objects when it stops. This makes
+    it possible for VMOD authors to load their code into a debugger
+    after a varnishd crash. See :ref:`ref_param_debug`.
+
   * *XXX: anything else, such as sanitizer flags?*
 
   * *XXX: ...*


More information about the varnish-commit mailing list