[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/examples/haproxy.spec b/examples/haproxy.spec
index ca3d73a..2bd1ffd 100644
--- a/examples/haproxy.spec
+++ b/examples/haproxy.spec
@@ -1,6 +1,6 @@
 Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
 Name: haproxy
-Version: 1.5.16
+Version: 1.5.17
 Release: 1
 License: GPL
 Group: System Environment/Daemons
@@ -76,6 +76,9 @@
 %attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
 
 %changelog
+* Wed Apr 13 2016 Willy Tarreau <w@1wt.eu>
+- updated to 1.5.17
+
 * Mon Mar 14 2016 Willy Tarreau <w@1wt.eu>
 - updated to 1.5.16