From: Willy Tarreau Date: Mon, 22 Jan 2007 07:57:44 +0000 (+0100) Subject: [RELEASE] Released version 1.3.6.1 with the following change : X-Git-Tag: v1.3.6.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e7a2438cae9e110360298940112c8823fc0ad2be;p=thirdparty%2Fhaproxy.git [RELEASE] Released version 1.3.6.1 with the following change : - change in the header chaining broke cookies and authentication --- diff --git a/CHANGELOG b/CHANGELOG index bc3cee0c14..2719dee656 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,9 @@ ChangeLog : =========== +2007/01/22 : 1.3.6.1 + - change in the header chaining broke cookies and authentication + 2007/01/22 : 1.3.6 - stats now support the HEAD method too - extracted http request from the session diff --git a/Makefile b/Makefile index abd466402d..c7934bb971 100644 --- a/Makefile +++ b/Makefile @@ -110,7 +110,7 @@ VERDATE := $(shell date +%Y/%m/%d -d "$$(git-log HEAD^.. 2>/dev/null | grep -m 1 else # Otherwise, use the hard-coded version of last tag, number of changes # since last tag, and release date. -VERSION := 1.3.6 +VERSION := 1.3.6.1 SUBVERS := VERDATE := 2007/01/22 endif