mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-28 09:38:29 -04:00
* released 1.2.7
This commit is contained in:
parent
01a73eb553
commit
a56eca75f5
2 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue