blob: 78de2c16e61dbff21dc00a90ac322759317d9e4b [file] [log] [blame]
willy tarreaue39cd132005-12-17 13:00:18 +010011.1.5 -> 1.1.6
2 * added reqdeny / reqallow rules
3 * added HTTP 400 and 403 responses
4 * chain regex in a list
5 * reply 502 when no server is available
61.1.6 -> 1.1.7
willy tarreau9fe663a2005-12-17 13:02:59 +01007 * implement global logging
8 * have a single log function
9 * add x-forwarded-for
10 * log http requests on demand, and destination server name
111.1.7 -> 1.1.8
willy tarreaua1598082005-12-17 13:08:06 +010012 * full HTTP log with destination server ID, req and resp time.
13 * source address of outgoing connections
141.1.8 -> 1.1.9
willy tarreau96d40372005-12-17 13:11:56 +0100151.1.9 -> 1.1.10
willy tarreau240afa62005-12-17 13:14:35 +010016 * automatically remove client cookie in insert+indirect mode
171.1.10 -> 1.1.11
18 * support multi-cookie as described in RFC2109
19 * added "nocache" option to prevent caches from storing cookies.