From e0dd269db8e75ab121b24d79c711cd9b03bdbb20 Mon Sep 17 00:00:00 2001 From: willy tarreau Date: Thu, 30 Mar 2006 16:27:34 +0200 Subject: [PATCH] * Released version 1.2.11.1 --- CHANGELOG | 6 ++++++ Makefile | 2 +- haproxy.c | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e1429e974..67e9c5654 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,12 @@ 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 - added the '-db' command-line option to disable backgrounding. - added the -sf/-st command-line arguments which are used to specify diff --git a/Makefile b/Makefile index c801524d2..765c1e76f 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # You should use it this way : # 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 # correctly defined below. diff --git a/haproxy.c b/haproxy.c index 903439265..df6f5d664 100644 --- a/haproxy.c +++ b/haproxy.c @@ -88,11 +88,11 @@ #include "include/appsession.h" #ifndef HAPROXY_VERSION -#define HAPROXY_VERSION "1.2.11" +#define HAPROXY_VERSION "1.2.11.1" #endif #ifndef HAPROXY_DATE -#define HAPROXY_DATE "2006/03/25" +#define HAPROXY_DATE "2006/03/30" #endif /* this is for libc5 for example */