[master] 89556f3 Doc: client.identity came with 2.1.4, not 2.1.3

Kristian Lyngstøl kristian at varnish-cache.org
Tue Feb 8 13:59:12 CET 2011


commit 89556f3d3f0b0521ea97ff2856a2feca2dd55f3f
Author: Kristian Lyngstol <kristian at bohemians.org>
Date:   Tue Feb 8 13:58:55 2011 +0100

    Doc: client.identity came with 2.1.4, not 2.1.3

diff --git a/doc/sphinx/reference/vcl.rst b/doc/sphinx/reference/vcl.rst
index 2614d4b..d986cd5 100644
--- a/doc/sphinx/reference/vcl.rst
+++ b/doc/sphinx/reference/vcl.rst
@@ -174,9 +174,9 @@ The client director picks a backend based on the clients
 *identity*. You can set the VCL variable *client.identity* to identify
 the client by picking up the value of a session cookie or similar.
 
-Note: from 2.1.0 to 2.1.2 *client.identity* isn't available and the
+Note: from 2.1.0 to 2.1.3 *client.identity* isn't available and the
 director will use automatically set the idenity based on client.ip In
-2.1.3 and onwards you can set client.identity to any string available.
+2.1.4 and onwards you can set client.identity to any string available.
 
 The client director takes one option - *retries* which set the number
 of retries the director should take in order to find a healthy



More information about the varnish-commit mailing list