]> git.ipfire.org Git - thirdparty/haproxy.git/commit
* released 1.1.23 v1.1.23
authorwilly tarreau <willy@wtap.(none)>
Sat, 17 Dec 2005 13:08:03 +0000 (14:08 +0100)
committerwilly tarreau <willy@wtap.(none)>
Sat, 17 Dec 2005 13:08:03 +0000 (14:08 +0100)
commiteedaa9f220c6f287438c422b73f668a9d8bf0352
tree102fadfd7c327ec76d4e8ad1beee02649fd7efeb
parenta41a8b4ee68170109d20b46ef9439ef8eb80f24c
* released 1.1.23
* fixed a stupid bug introduced in 1.1.22 which caused second and subsequent
  'default' sections to keep previous parameters, and not initialize logs
  correctly.
* fixed a second stupid bug introduced in 1.1.22 which caused configurations
  relying on 'dispatch' mode to segfault at the first connection.
* 'option httpchk' now supports method, HTTP version and a few headers.
* now, 'option httpchk', 'cookie' and 'capture' can be specified in
  'defaults' section
* a fresh new english documentation
* large Makefile cleanup for increased portability
* new build script 'build.cfg' for Formilux-0.1.8
* new startup script 'init.haproxy.flx0' for Formilux-0.1.8
CHANGELOG
Makefile
TODO
doc/haproxy-en.txt [new file with mode: 0644]
doc/haproxy.txt
examples/build.cfg [new file with mode: 0644]
examples/config.rc.haproxy
examples/init.haproxy [moved from init.d/haproxy with 100% similarity]
examples/init.haproxy.flx0 [new file with mode: 0644]
haproxy.c
tests/defaults.cfg