* released 1.2.7

This commit is contained in:
willy tarreau 2005-12-18 01:34:42 +01:00
parent 01a73eb553
commit a56eca75f5
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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