* released 1.2.5-pre2
* implemented the HTTP 303 code for error redirection. This forces the
  browser to fetch the given URI with a GET request. The new keyword for
  this is 'errorloc303', and a new 'errorloc302' keyword has been created
  to make them easily distinguishable.
* added more controls in the parser for valid use of '\x' sequence.
* few fixes from Alex & Klaus
* fixed a few errors in the documentation
* do not pre-initialize unused file-descriptors before select() anymore.
4 files changed
tree: 748f87a1704ad4aaf449dc2a5e7e9277a159c241
  1. doc/
  2. examples/
  3. include/
  4. src/
  5. tests/
  6. CHANGELOG
  7. haproxy.c
  8. Makefile
  9. TODO