[RELEASE] Released version 1.5.3

Released version 1.5.3 with the following main changes :
    - DOC: fix typo in Unix Socket commands
    - BUG/MEDIUM: connection: fix memory corruption when building a proxy v2 header
    - BUG/MEDIUM: ssl: Fix a memory leak in DHE key exchange
    - DOC: mention that Squid correctly responds 400 to PPv2 header
    - BUG/MINOR: http: base32+src should use the big endian version of base32
    - BUG/MEDIUM: connection: fix proxy v2 header again!
diff --git a/CHANGELOG b/CHANGELOG
index 3bfeafc..e388c0b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,14 @@
 ChangeLog :
 ===========
 
+2014/07/25 : 1.5.3
+    - DOC: fix typo in Unix Socket commands
+    - BUG/MEDIUM: connection: fix memory corruption when building a proxy v2 header
+    - BUG/MEDIUM: ssl: Fix a memory leak in DHE key exchange
+    - DOC: mention that Squid correctly responds 400 to PPv2 header
+    - BUG/MINOR: http: base32+src should use the big endian version of base32
+    - BUG/MEDIUM: connection: fix proxy v2 header again!
+
 2014/07/12 : 1.5.2
     - BUG/MEDIUM: backend: Update hash to use unsigned int throughout
     - BUG/MINOR: ssl: Fix external function in order not to return a pointer on an internal trash buffer.
diff --git a/README b/README
index 98c6645..66be507 100644
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
                          ----------------------
                              HAProxy how-to
                          ----------------------
-                             version 1.5.2
+                             version 1.5.3
                              willy tarreau
-                               2014/07/12
+                               2014/07/25
 
 
 1) How to build it
diff --git a/VERDATE b/VERDATE
index b82e7ce..732ed21 100644
--- a/VERDATE
+++ b/VERDATE
@@ -1,2 +1,2 @@
 $Format:%ci$
-2014/07/12
+2014/07/25
diff --git a/VERSION b/VERSION
index 4cda8f1..8af85be 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.5.2
+1.5.3
diff --git a/doc/configuration.txt b/doc/configuration.txt
index 2d71555..44adf38 100644
--- a/doc/configuration.txt
+++ b/doc/configuration.txt
@@ -2,9 +2,9 @@
                                 HAProxy
                           Configuration Manual
                          ----------------------
-                             version 1.5.2
+                             version 1.5.3
                              willy tarreau
-                              2014/07/12
+                              2014/07/25
 
 
 This document covers the configuration language as implemented in the version
diff --git a/doc/proxy-protocol.txt b/doc/proxy-protocol.txt
index a3925a4..ccb2aed 100644
--- a/doc/proxy-protocol.txt
+++ b/doc/proxy-protocol.txt
@@ -1,4 +1,4 @@
-2014/06/14                                                        Willy Tarreau
+2014/07/25                                                        Willy Tarreau
                                                            HAProxy Technologies
                                The PROXY protocol
                                  Versions 1 & 2
@@ -21,6 +21,7 @@
    2014/05/18 - modify and extend PROXY protocol version 2
    2014/06/11 - fix example code to consider ver+cmd merge
    2014/06/14 - fix v2 header check in example code, and update Forwarded spec
+   2014/07/12 - update list of implementations (add Squid)
 
 
 1. Background
diff --git a/examples/haproxy.spec b/examples/haproxy.spec
index 70b8b0a..391a624 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.2
+Version: 1.5.3
 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 25 2014 Willy Tarreau <w@1wt.eu>
+- updated to 1.5.3
+
 * Sat Jul 12 2014 Willy Tarreau <w@1wt.eu>
 - updated to 1.5.2