[RELEASE] Released version 1.5.17

Released version 1.5.17 with the following main changes :
    - BUG/MINOR: log: Don't use strftime() which can clobber timezone if chrooted
    - BUG/MINOR: conf: "listener id" expects integer, but its not checked
    - BUG/MAJOR: Fix crash in http_get_fhdr with exactly MAX_HDR_HISTORY headers
    - DOC: "addr" parameter applies to both health and agent checks
    - DOC: timeout client: pointers to timeout http-request
    - DOC: typo on stick-store response
    - DOC: typo: ACL subdir match
    - DOC: typo: maxconn paragraph is wrong due to a wrong buffer size
    - DOC: typo: req.uri is now replaced by capture.req.uri
    - DOC: fix "needed" typo
    - BUG/MINOR : allow to log cookie for tarpit and denied request
    - BUG/MAJOR: channel: fix miscalculation of available buffer space (2nd try)
    - DOC: fix discrepancy in the example for http-request redirect
diff --git a/CHANGELOG b/CHANGELOG
index e148ce2..413ba65 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,21 @@
 ChangeLog :
 ===========
 
+2016/04/13 : 1.5.17
+    - BUG/MINOR: log: Don't use strftime() which can clobber timezone if chrooted
+    - BUG/MINOR: conf: "listener id" expects integer, but its not checked
+    - BUG/MAJOR: Fix crash in http_get_fhdr with exactly MAX_HDR_HISTORY headers
+    - DOC: "addr" parameter applies to both health and agent checks
+    - DOC: timeout client: pointers to timeout http-request
+    - DOC: typo on stick-store response
+    - DOC: typo: ACL subdir match
+    - DOC: typo: maxconn paragraph is wrong due to a wrong buffer size
+    - DOC: typo: req.uri is now replaced by capture.req.uri
+    - DOC: fix "needed" typo
+    - BUG/MINOR : allow to log cookie for tarpit and denied request
+    - BUG/MAJOR: channel: fix miscalculation of available buffer space (2nd try)
+    - DOC: fix discrepancy in the example for http-request redirect
+
 2016/03/14 : 1.5.16
     - BUG/BUILD: replace haproxy-systemd-wrapper with $(EXTRA) in install-bin.
     - BUG/MINOR: acl: don't use record layer in req_ssl_ver