[4.0] 77524d9 Add some text about some of the changed parameters, fixes #1474 Introduce new section for new parameters

Andreas Plesner apj at mutt.dk
Tue Jun 24 11:31:36 CEST 2014


commit 77524d922370f72037ac41d7980be2294c72817a
Author: Andreas Plesner <apj at mutt.dk>
Date:   Thu Apr 10 22:06:17 2014 +0200

    Add some text about some of the changed parameters, fixes #1474
    Introduce new section for new parameters

diff --git a/doc/sphinx/whats-new/upgrading.rst b/doc/sphinx/whats-new/upgrading.rst
index c2417e6..2b23621 100644
--- a/doc/sphinx/whats-new/upgrading.rst
+++ b/doc/sphinx/whats-new/upgrading.rst
@@ -132,14 +132,16 @@ The `remove` keyword is gone
 
 Replaced by `unset`.
 
-Changes to parameters
-=====================
+Changes to existing parameters
+==============================
 
-linger
-~~~~~~
+session_linger
+~~~~~~~~~~~~~~
+`session_linger` has been renamed to `timeout_linger`.
 
 sess_timeout
 ~~~~~~~~~~~~
+`sess_timeout` has been renamed to `timeout_idle`.
 
 sess_workspace
 ~~~~~~~~~~~~~~
@@ -153,8 +155,11 @@ This memory segment has been split into two in 4.0;
 In most cases where you increased `sess_workspace` before, you
 want to increase `workspace_client` now.
 
+New parameters since 3.0
+========================
+
 vcc_allow_inline_c
 ~~~~~~~~~~~~~~~~~~
 
-This parameter is new since 3.0, and prohibits the use of inline
-C code in VCL by default.
+You can now completely disable inline C in your VCL, and it is
+disabled by default.



More information about the varnish-commit mailing list