mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 15:17:01 +02:00
Updated CHANGELOG for v1.2.10
This commit is contained in:
parent
e114bf94a3
commit
aaff30e62e
14
CHANGELOG
14
CHANGELOG
@ -1,6 +1,20 @@
|
|||||||
ChangeLog :
|
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
|
2006/03/15 : 1.2.9
|
||||||
- haproxy could not be stopped after being paused, it had to be woken up
|
- haproxy could not be stopped after being paused, it had to be woken up
|
||||||
first. This has been fixed.
|
first. This has been fixed.
|
||||||
|
Loading…
Reference in New Issue
Block a user