mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-03 20:39:41 -05:00
[RELEASE] Released version 1.3.6.1 with the following change :
- change in the header chaining broke cookies and authentication
This commit is contained in:
parent
83969f42ba
commit
e7a2438cae
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue