* 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.
diff --git a/TODO b/TODO
index 7d8ef74..0eb3016 100644
--- a/TODO
+++ b/TODO
@@ -26,4 +26,4 @@
 - differentiate http headers and http uris
 - support environment variables in config file
 - support keep-alive
-
+- support SSL