From aaff30e62e75ebad9d599797eb040538ea2110c0 Mon Sep 17 00:00:00 2001 From: willy tarreau Date: Sun, 19 Mar 2006 21:30:41 +0100 Subject: [PATCH] Updated CHANGELOG for v1.2.10 --- CHANGELOG | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 8fc798997c..6122503656 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,20 @@ ChangeLog : =========== +2006/03/19 : 1.2.10 + - assert.h is needed when DEBUG is defined. + - ENORMOUS long standing bug affecting the epoll polling system : + event_data is a union, not a structure ! + - Make fd management more robust and easier to debug. Also some + micro-optimisations. + - Limit the number of consecutive accept() in multi-process mode. + This produces a more evenly distributed load across the processes and + slightly improves performance by reducing bottlenecks. + - Make health-checks be more regular, and faster to retry after a timeout. + - Fixed some messages to ease parsing of alerts. + - provided a patch to enable epoll on RHEL3 kernels. + - Separated OpenBSD build from the main Makefile into a new one. + 2006/03/15 : 1.2.9 - haproxy could not be stopped after being paused, it had to be woken up first. This has been fixed.