[RELEASE] Released version 1.5-dev2

Released version 1.5-dev2 with the following main changes :
    - [MINOR] startup: release unused structs after forking
    - [MINOR] startup: don't wait for nothing when no old pid remains
    - [CLEANUP] reference product branch 1.5
    - [MEDIUM] signals: add support for registering functions and tasks
    - [MEDIUM] signals: support redistribution of signal zero when stopping
    - [BUG] http: don't set auto_close if more data are expected
diff --git a/CHANGELOG b/CHANGELOG
index 32dd8a0..ec821f6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,14 @@
 ChangeLog :
 ===========
 
+2010/08/28 : 1.5-dev2
+    - [MINOR] startup: release unused structs after forking
+    - [MINOR] startup: don't wait for nothing when no old pid remains
+    - [CLEANUP] reference product branch 1.5
+    - [MEDIUM] signals: add support for registering functions and tasks
+    - [MEDIUM] signals: support redistribution of signal zero when stopping
+    - [BUG] http: don't set auto_close if more data are expected
+
 2010/08/25 : 1.5-dev1
     - [BUG] stats: session rate limit gets garbaged in the stats
     - [DOC] mention 'option http-server-close' effect in Tq section
diff --git a/VERDATE b/VERDATE
index 6956486..e56c137 100644
--- a/VERDATE
+++ b/VERDATE
@@ -1 +1 @@
-2010/08/20
+2010/08/28
diff --git a/VERSION b/VERSION
index c0a0f53..b0bde36 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.5-dev1
+1.5-dev2
diff --git a/doc/configuration.txt b/doc/configuration.txt
index 10fb742..88dc440 100644
--- a/doc/configuration.txt
+++ b/doc/configuration.txt
@@ -4,7 +4,7 @@
                          ----------------------
                              version 1.5
                              willy tarreau
-                              2010/08/20
+                              2010/08/28
 
 
 This document covers the configuration language as implemented in the version
diff --git a/examples/haproxy.spec b/examples/haproxy.spec
index 80cc9fb..1d0a463 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-dev1
+Version: 1.5-dev2
 Release: 1
 License: GPL
 Group: System Environment/Daemons
@@ -76,6 +76,9 @@
 %attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
 
 %changelog
+* Sat Aug 28 2010 Willy Tarreau <w@1wt.eu>
+- updated to 1.5-dev2
+
 * Wed Aug 25 2010 Willy Tarreau <w@1wt.eu>
 - updated to 1.5-dev1