From: willy tarreau Date: Sun, 19 Mar 2006 20:30:41 +0000 (+0100) Subject: Updated CHANGELOG for v1.2.10 X-Git-Tag: v1.2.10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaff30e62e75ebad9d599797eb040538ea2110c0;p=thirdparty%2Fhaproxy.git Updated CHANGELOG for v1.2.10 --- 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.