[RELEASE] Released version 1.5.15

Released version 1.5.15 with the following main changes :
    - BUG/MINOR: log: missing some ARGC_* entries in fmt_directives()
    - DOC: usesrc root privileges requirements
    - BUILD: ssl: Allow building against libssl without SSLv3.
    - DOC/MINOR: fix OpenBSD versions where haproxy works
    - BUG/MINOR: http/sample: gmtime/localtime can fail
    - DOC: typo in 'redirect', 302 code meaning
    - DOC: mention that %ms is left-padded with zeroes.
    - CLEANUP: .gitignore: ignore more test files
    - CLEANUP: .gitignore: finally ignore everything but what is known.
    - MEDIUM: config: emit a warning on a frontend without listener
    - BUG/MEDIUM: counters: ensure that src_{inc,clr}_gpc0 creates a missing entry
    - DOC: ssl: missing LF
    - DOC: fix example of http-request using ssl_fc_session_id
    - BUG/MINOR: http: remove stupid HTTP_METH_NONE entry
    - BUG/MAJOR: http: don't call http_send_name_header() after an error
    - BUG/MINOR: tools: make str2sa_range() report unresolvable addresses
    - BUG/MEDIUM: acl: always accept match "found"
    - DOC: clarify how to make use of abstract sockets in socat
    - CLEANUP: config: make the errorloc/errorfile messages less confusing
    - BUG/MINOR: config: check that tune.bufsize is always positive
    - BUG/MEDIUM: proxy: ignore stopped peers
    - BUG/MEDIUM: proxy: do not wake stopped proxies' tasks during soft_stop()
    - BUG/MINOR: http: Add OPTIONS in supported http methods (found by find_http_meth)
    - BUILD: enable build on Linux/s390x
    - DOC: backend section missing parameters
    - DOC: stats paramaters available in frontend
    - BUG/MINOR: config: make the stats socket pass the correct proxy to the parsers
    - BUG/MEDIUM: pattern: fixup use_after_free in the pat_ref_delete_by_id
    - CLEANUP: don't ignore debian/ directory if present
    - FIX: small typo in an example using the "Referer" header
    - BUG/MEDIUM: config: count memory limits on 64 bits, not 32
    - DOC: add a CONTRIBUTING file
diff --git a/CHANGELOG b/CHANGELOG
index c2ec538..60a44fa 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,40 @@
 ChangeLog :
 ===========
 
+2015/11/01 : 1.5.15
+    - BUG/MINOR: log: missing some ARGC_* entries in fmt_directives()
+    - DOC: usesrc root privileges requirements
+    - BUILD: ssl: Allow building against libssl without SSLv3.
+    - DOC/MINOR: fix OpenBSD versions where haproxy works
+    - BUG/MINOR: http/sample: gmtime/localtime can fail
+    - DOC: typo in 'redirect', 302 code meaning
+    - DOC: mention that %ms is left-padded with zeroes.
+    - CLEANUP: .gitignore: ignore more test files
+    - CLEANUP: .gitignore: finally ignore everything but what is known.
+    - MEDIUM: config: emit a warning on a frontend without listener
+    - BUG/MEDIUM: counters: ensure that src_{inc,clr}_gpc0 creates a missing entry
+    - DOC: ssl: missing LF
+    - DOC: fix example of http-request using ssl_fc_session_id
+    - BUG/MINOR: http: remove stupid HTTP_METH_NONE entry
+    - BUG/MAJOR: http: don't call http_send_name_header() after an error
+    - BUG/MINOR: tools: make str2sa_range() report unresolvable addresses
+    - BUG/MEDIUM: acl: always accept match "found"
+    - DOC: clarify how to make use of abstract sockets in socat
+    - CLEANUP: config: make the errorloc/errorfile messages less confusing
+    - BUG/MINOR: config: check that tune.bufsize is always positive
+    - BUG/MEDIUM: proxy: ignore stopped peers
+    - BUG/MEDIUM: proxy: do not wake stopped proxies' tasks during soft_stop()
+    - BUG/MINOR: http: Add OPTIONS in supported http methods (found by find_http_meth)
+    - BUILD: enable build on Linux/s390x
+    - DOC: backend section missing parameters
+    - DOC: stats paramaters available in frontend
+    - BUG/MINOR: config: make the stats socket pass the correct proxy to the parsers
+    - BUG/MEDIUM: pattern: fixup use_after_free in the pat_ref_delete_by_id
+    - CLEANUP: don't ignore debian/ directory if present
+    - FIX: small typo in an example using the "Referer" header
+    - BUG/MEDIUM: config: count memory limits on 64 bits, not 32
+    - DOC: add a CONTRIBUTING file
+
 2015/07/03 : 1.5.14
     - BUILD/MINOR: tools: rename popcount to my_popcountl
     - BUG/MAJOR: buffers: make the buffer_slow_realign() function respect output data
diff --git a/README b/README
index 651a0b1..3d4272d 100644
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
                          ----------------------
                              HAProxy how-to
                          ----------------------
-                             version 1.5.14
+                             version 1.5.15
                              willy tarreau
-                               2015/07/02
+                               2015/11/01
 
 
 1) How to build it
diff --git a/VERDATE b/VERDATE
index 27c7b79..7413bf3 100644
--- a/VERDATE
+++ b/VERDATE
@@ -1,2 +1,2 @@
 $Format:%ci$
-2015/07/02
+2015/11/01
diff --git a/VERSION b/VERSION
index 8df6b88..f6ed435 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.5.14
+1.5.15
diff --git a/doc/configuration.txt b/doc/configuration.txt
index d5cd8b3..7a6b512 100644
--- a/doc/configuration.txt
+++ b/doc/configuration.txt
@@ -2,9 +2,9 @@
                                 HAProxy
                           Configuration Manual
                          ----------------------
-                             version 1.5.14
+                             version 1.5.15
                              willy tarreau
-                               2015/07/02
+                               2015/11/01
 
 
 This document covers the configuration language as implemented in the version
diff --git a/examples/haproxy.spec b/examples/haproxy.spec
index 1144bb1..1cfbdc3 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.14
+Version: 1.5.15
 Release: 1
 License: GPL
 Group: System Environment/Daemons
@@ -76,6 +76,9 @@
 %attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
 
 %changelog
+* Sun Nov  1 2015 Willy Tarreau <w@1wt.eu>
+- updated to 1.5.15
+
 * Fri Jul  3 2015 Willy Tarreau <w@1wt.eu>
 - updated to 1.5.14