mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-29 06:40:59 +01:00
* Released version 1.2.11.1
This commit is contained in:
parent
06a1205f57
commit
e0dd269db8
@ -1,6 +1,12 @@
|
|||||||
ChangeLog :
|
ChangeLog :
|
||||||
===========
|
===========
|
||||||
|
|
||||||
|
2006/03/30 : 1.2.11.1
|
||||||
|
- under some conditions, it might have been possible that when the
|
||||||
|
last dead server became available, it would not have been used
|
||||||
|
till another one would have changed state. Could not be reproduced
|
||||||
|
at all, however seems possible from the code.
|
||||||
|
|
||||||
2006/03/25 : 1.2.11
|
2006/03/25 : 1.2.11
|
||||||
- added the '-db' command-line option to disable backgrounding.
|
- added the '-db' command-line option to disable backgrounding.
|
||||||
- added the -sf/-st command-line arguments which are used to specify
|
- added the -sf/-st command-line arguments which are used to specify
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -2,7 +2,7 @@
|
|||||||
# You should use it this way :
|
# You should use it this way :
|
||||||
# make TARGET=os CPU=cpu
|
# make TARGET=os CPU=cpu
|
||||||
|
|
||||||
VERSION := 1.2.10
|
VERSION := 1.2.11.1
|
||||||
|
|
||||||
# Select target OS. TARGET must match a system for which COPTS and LIBS are
|
# Select target OS. TARGET must match a system for which COPTS and LIBS are
|
||||||
# correctly defined below.
|
# correctly defined below.
|
||||||
|
|||||||
@ -88,11 +88,11 @@
|
|||||||
#include "include/appsession.h"
|
#include "include/appsession.h"
|
||||||
|
|
||||||
#ifndef HAPROXY_VERSION
|
#ifndef HAPROXY_VERSION
|
||||||
#define HAPROXY_VERSION "1.2.11"
|
#define HAPROXY_VERSION "1.2.11.1"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAPROXY_DATE
|
#ifndef HAPROXY_DATE
|
||||||
#define HAPROXY_DATE "2006/03/25"
|
#define HAPROXY_DATE "2006/03/30"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* this is for libc5 for example */
|
/* this is for libc5 for example */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user