]> git.ipfire.org Git - thirdparty/haproxy.git/commit
* released 1.1.19 v1.1.19
authorwilly tarreau <willy@wtap.(none)>
Sat, 17 Dec 2005 12:49:52 +0000 (13:49 +0100)
committerwilly tarreau <willy@wtap.(none)>
Sat, 17 Dec 2005 12:49:52 +0000 (13:49 +0100)
commit906b2684365b3d1a3e6dbdc4b7c3a6ae993abc86
tree14839559c9c4a8c6d24ad6b4a994aa15508fbc45
parent036e1cef5161f88b76dd99e7c3f24da520cec043
* released 1.1.19
* haproxy was NOT RFC compliant because it was case-sensitive on HTTP
  "Cookie:" and "Set-Cookie:" headers. This caused JVM 1.4 to fail on
  cookie persistence because it uses "cookie:". Two memcmp() have been
  replaced with strncasecmp().
* added the haproxy2html.sh script
* removed the now useless NOTES file
* made pcre-config quiet in the makefile.
CHANGELOG
Makefile
NOTES [deleted file]
TODO
examples/haproxy2html.sh [new file with mode: 0644]
haproxy.c