[RELEASE] Released version 1.5.14

Released version 1.5.14 with the following main changes :
    - BUILD/MINOR: tools: rename popcount to my_popcountl
    - BUG/MAJOR: buffers: make the buffer_slow_realign() function respect output data
diff --git a/CHANGELOG b/CHANGELOG
index 2d7ca1c..c2ec538 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,10 @@
 ChangeLog :
 ===========
 
+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
+
 2015/06/26 : 1.5.13
     - BUG/MINOR: check: fix tcpcheck error message
     - CLEANUP: deinit: remove codes for cleaning p->block_rules
diff --git a/README b/README
index 3e5e01a..add7f06 100644
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
                          ----------------------
                              HAProxy how-to
                          ----------------------
-                             version 1.5.13
+                             version 1.5.14
                              willy tarreau
-                               2015/06/26
+                               2015/07/02
 
 
 1) How to build it
diff --git a/VERDATE b/VERDATE
index 098ce45..27c7b79 100644
--- a/VERDATE
+++ b/VERDATE
@@ -1,2 +1,2 @@
 $Format:%ci$
-2015/06/23
+2015/07/02
diff --git a/VERSION b/VERSION
index fa85d4d..8df6b88 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.5.13
+1.5.14
diff --git a/doc/configuration.txt b/doc/configuration.txt
index d5ecf6c..6714afb 100644
--- a/doc/configuration.txt
+++ b/doc/configuration.txt
@@ -2,9 +2,9 @@
                                 HAProxy
                           Configuration Manual
                          ----------------------
-                             version 1.5.13
+                             version 1.5.14
                              willy tarreau
-                               2015/06/26
+                               2015/07/02
 
 
 This document covers the configuration language as implemented in the version
diff --git a/examples/haproxy.spec b/examples/haproxy.spec
index bd6d620..1144bb1 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.13
+Version: 1.5.14
 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 Jul  3 2015 Willy Tarreau <w@1wt.eu>
+- updated to 1.5.14
+
 * Fri Jun 26 2015 Willy Tarreau <w@1wt.eu>
 - updated to 1.5.13