From: willy tarreau Date: Sun, 18 Dec 2005 00:34:42 +0000 (+0100) Subject: * released 1.2.7 X-Git-Tag: v1.2.7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a56eca75f5f9e8d90b3002e62cef6155706b3a1d;p=thirdparty%2Fhaproxy.git * released 1.2.7 --- diff --git a/CHANGELOG b/CHANGELOG index 887b19cb99..de10cd0d4a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ ChangeLog : =========== -2005/10/25 +2005/11/13 : 1.2.7 - building with -DUSE_PCRE should include PCRE headers and not regex.h. At least on Solaris, this caused the libc's regex primitives to be used instead of PCRE, which caused trouble on group references. This is now fixed. diff --git a/haproxy.c b/haproxy.c index ad3e20e9e5..41c9820c40 100644 --- a/haproxy.c +++ b/haproxy.c @@ -83,8 +83,8 @@ #include "include/appsession.h" -#define HAPROXY_VERSION "1.2.7rc" -#define HAPROXY_DATE "2005/10/09" +#define HAPROXY_VERSION "1.2.7" +#define HAPROXY_DATE "2005/11/13" /* this is for libc5 for example */ #ifndef TCP_NODELAY