* 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.
6 files changed
tree: 14839559c9c4a8c6d24ad6b4a994aa15508fbc45
  1. doc/
  2. examples/
  3. init.d/
  4. tests/
  5. CHANGELOG
  6. haproxy.c
  7. Makefile
  8. TODO