[RELEASE] Released version 1.5.13

Released version 1.5.13 with the following main changes :
    - BUG/MINOR: check: fix tcpcheck error message
    - CLEANUP: deinit: remove codes for cleaning p->block_rules
    - DOC: Update doc about weight, act and bck fields in the statistics
    - MINOR: ssl: add a destructor to free allocated SSL ressources
    - BUG/MEDIUM: ssl: fix tune.ssl.default-dh-param value being overwritten
    - MEDIUM: ssl: replace standards DH groups with custom ones
    - BUG/MINOR: debug: display (null) in place of "meth"
    - BUG/MINOR: cfgparse: fix typo in 'option httplog' error message
    - BUG/MEDIUM: cfgparse: segfault when userlist is misused
    - BUG/MEDIUM: stats: properly initialize the scope before dumping stats
    - BUG/MEDIUM: http: don't forward client shutdown without NOLINGER except for tunnels
    - CLEANUP: checks: fix double usage of cur / current_step in tcp-checks
    - BUG/MEDIUM: checks: do not dereference head of a tcp-check at the end
    - CLEANUP: checks: simplify the loop processing of tcp-checks
    - BUG/MAJOR: checks: always check for end of list before proceeding
    - BUG/MEDIUM: checks: do not dereference a list as a tcpcheck struct
    - BUG/MEDIUM: peers: apply a random reconnection timeout
    - BUG/MINOR: ssl: fix smp_fetch_ssl_fc_session_id
    - MEDIUM: init: don't stop proxies in parent process when exiting
    - MINOR: peers: store the pointer to the signal handler
    - MEDIUM: peers: unregister peers that were never started
    - MEDIUM: config: propagate the table's process list to the peers sections
    - MEDIUM: init: stop any peers section not bound to the correct process
    - MEDIUM: config: validate that peers sections are bound to exactly one process
    - MAJOR: peers: allow peers section to be used with nbproc > 1
    - DOC: relax the peers restriction to single-process
    - CLEANUP: config: fix misleading information in error message.
    - MINOR: config: report the number of processes using a peers section in the error case
    - BUG/MEDIUM: config: properly compute the default number of processes for a proxy
diff --git a/CHANGELOG b/CHANGELOG
index 4d2b4d3..2d7ca1c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,37 @@
 ChangeLog :
 ===========
 
+2015/06/26 : 1.5.13
+    - BUG/MINOR: check: fix tcpcheck error message
+    - CLEANUP: deinit: remove codes for cleaning p->block_rules
+    - DOC: Update doc about weight, act and bck fields in the statistics
+    - MINOR: ssl: add a destructor to free allocated SSL ressources
+    - BUG/MEDIUM: ssl: fix tune.ssl.default-dh-param value being overwritten
+    - MEDIUM: ssl: replace standards DH groups with custom ones
+    - BUG/MINOR: debug: display (null) in place of "meth"
+    - BUG/MINOR: cfgparse: fix typo in 'option httplog' error message
+    - BUG/MEDIUM: cfgparse: segfault when userlist is misused
+    - BUG/MEDIUM: stats: properly initialize the scope before dumping stats
+    - BUG/MEDIUM: http: don't forward client shutdown without NOLINGER except for tunnels
+    - CLEANUP: checks: fix double usage of cur / current_step in tcp-checks
+    - BUG/MEDIUM: checks: do not dereference head of a tcp-check at the end
+    - CLEANUP: checks: simplify the loop processing of tcp-checks
+    - BUG/MAJOR: checks: always check for end of list before proceeding
+    - BUG/MEDIUM: checks: do not dereference a list as a tcpcheck struct
+    - BUG/MEDIUM: peers: apply a random reconnection timeout
+    - BUG/MINOR: ssl: fix smp_fetch_ssl_fc_session_id
+    - MEDIUM: init: don't stop proxies in parent process when exiting
+    - MINOR: peers: store the pointer to the signal handler
+    - MEDIUM: peers: unregister peers that were never started
+    - MEDIUM: config: propagate the table's process list to the peers sections
+    - MEDIUM: init: stop any peers section not bound to the correct process
+    - MEDIUM: config: validate that peers sections are bound to exactly one process
+    - MAJOR: peers: allow peers section to be used with nbproc > 1
+    - DOC: relax the peers restriction to single-process
+    - CLEANUP: config: fix misleading information in error message.
+    - MINOR: config: report the number of processes using a peers section in the error case
+    - BUG/MEDIUM: config: properly compute the default number of processes for a proxy
+
 2015/05/02 : 1.5.12
     - BUG/MINOR: ssl: Display correct filename in error message
     - DOC: Fix L4TOUT typo in documentation
diff --git a/README b/README
index feda507..3e5e01a 100644
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
                          ----------------------
                              HAProxy how-to
                          ----------------------
-                             version 1.5.12
+                             version 1.5.13
                              willy tarreau
-                               2015/05/02
+                               2015/06/26
 
 
 1) How to build it
diff --git a/VERDATE b/VERDATE
index 203f00f..098ce45 100644
--- a/VERDATE
+++ b/VERDATE
@@ -1,2 +1,2 @@
 $Format:%ci$
-2015/05/02
+2015/06/23
diff --git a/VERSION b/VERSION
index 41336a1..fa85d4d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.5.12
+1.5.13
diff --git a/doc/configuration.txt b/doc/configuration.txt
index 7007d56..d5ecf6c 100644
--- a/doc/configuration.txt
+++ b/doc/configuration.txt
@@ -2,9 +2,9 @@
                                 HAProxy
                           Configuration Manual
                          ----------------------
-                             version 1.5.12
+                             version 1.5.13
                              willy tarreau
-                               2015/05/02
+                               2015/06/26
 
 
 This document covers the configuration language as implemented in the version
diff --git a/examples/haproxy.spec b/examples/haproxy.spec
index faf29a6..bd6d620 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.12
+Version: 1.5.13
 Release: 1
 License: GPL
 Group: System Environment/Daemons
@@ -76,6 +76,9 @@
 %attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
 
 %changelog
+* Fri Jun 26 2015 Willy Tarreau <w@1wt.eu>
+- updated to 1.5.13
+
 * Sat May  2 2015 Willy Tarreau <w@1wt.eu>
 - updated to 1.5.12
 
diff --git a/src/haproxy.c b/src/haproxy.c
index 60009cc..125f082 100644
--- a/src/haproxy.c
+++ b/src/haproxy.c
@@ -216,7 +216,7 @@
 void display_version()
 {
 	printf("HA-Proxy version " HAPROXY_VERSION " " HAPROXY_DATE"\n");
-	printf("Copyright 2000-2015 Willy Tarreau <w@1wt.eu>\n\n");
+	printf("Copyright 2000-2015 Willy Tarreau <willy@haproxy.org>\n\n");
 }
 
 void display_build_opts()