mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 15:17:01 +02:00
Released 1.2.10.1
This commit is contained in:
parent
72e583d030
commit
bfad574854
@ -1,6 +1,11 @@
|
|||||||
ChangeLog :
|
ChangeLog :
|
||||||
===========
|
===========
|
||||||
|
|
||||||
|
2006/03/23 : 1.2.10.1
|
||||||
|
- while fixing the backup server round-robin "feature", a new bug was
|
||||||
|
introduced which could miss some backup servers.
|
||||||
|
- the displayed proxy name was wrong when dumping upon SIGHUP.
|
||||||
|
|
||||||
2006/03/19 : 1.2.10
|
2006/03/19 : 1.2.10
|
||||||
- assert.h is needed when DEBUG is defined.
|
- assert.h is needed when DEBUG is defined.
|
||||||
- ENORMOUS long standing bug affecting the epoll polling system :
|
- ENORMOUS long standing bug affecting the epoll polling system :
|
||||||
|
@ -87,8 +87,13 @@
|
|||||||
|
|
||||||
#include "include/appsession.h"
|
#include "include/appsession.h"
|
||||||
|
|
||||||
#define HAPROXY_VERSION "1.2.10"
|
#ifndef HAPROXY_VERSION
|
||||||
#define HAPROXY_DATE "2006/03/19"
|
#define HAPROXY_VERSION "1.2.10.1"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef HAPROXY_DATE
|
||||||
|
#define HAPROXY_DATE "2006/03/23"
|
||||||
|
#endif
|
||||||
|
|
||||||
/* this is for libc5 for example */
|
/* this is for libc5 for example */
|
||||||
#ifndef TCP_NODELAY
|
#ifndef TCP_NODELAY
|
||||||
|
Loading…
Reference in New Issue
Block a user