[RELEASE] released 1.2.14

Released 1.2.14 with the following changes :

   - new HTML status report with the 'stats' keyword.
   - added the 'abortonclose' option to better resist traffic surges
   - implemented dynamic traffic regulation with the 'minconn' option
   - show request time on denied requests
   - definitely fixed hot reconf on OpenBSD by the use of SO_REUSEPORT
   - now a proxy instance is allowed to run without servers, which is
     useful to dedicate one instance to stats
   - added lots of error counters
   - a missing parenthesis preventd matching of cacheable cookies
   - a missing parenthesis in poll_loop() might have caused missed events.
diff --git a/haproxy.c b/haproxy.c
index 0abe937..7b5daf2 100644
--- a/haproxy.c
+++ b/haproxy.c
@@ -91,11 +91,11 @@
 #include "include/mini-clist.h"
 
 #ifndef HAPROXY_VERSION
-#define HAPROXY_VERSION "1.2.13.1"
+#define HAPROXY_VERSION "1.2.14"
 #endif
 
 #ifndef HAPROXY_DATE
-#define HAPROXY_DATE	"2006/05/14"
+#define HAPROXY_DATE	"2006/05/21"
 #endif
 
 /* this is for libc5 for example */