]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[RELEASE] Released version 1.3.6.1 with the following change : v1.3.6.1
authorWilly Tarreau <w@1wt.eu>
Mon, 22 Jan 2007 07:57:44 +0000 (08:57 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 22 Jan 2007 07:57:44 +0000 (08:57 +0100)
    - change in the header chaining broke cookies and authentication

CHANGELOG
Makefile

index bc3cee0c148422f5b3bf58e571c4c5dfe9f9879e..2719dee65687a2e0bb31353b5a72bb295a6a778c 100644 (file)
--- 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
index abd466402dd58a44674a31cd27fc9062a175c88f..c7934bb971e05044a925e8456e09ea0b0b4d68d7 100644 (file)
--- 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