mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 07:07:04 +02:00
* bumped version to 1.2.8 and updated CHANGELOG accordingly
This commit is contained in:
parent
39df2dc8fc
commit
065f1c0798
12
CHANGELOG
12
CHANGELOG
@ -1,6 +1,18 @@
|
||||
ChangeLog :
|
||||
===========
|
||||
|
||||
2006/01/29 : 1.2.8
|
||||
- fixed a nasty bug affecting poll/epoll which could return unmodified data
|
||||
from the server to the client, and sometimes lead to memory corruption
|
||||
crashing the process.
|
||||
- added the new pause/play mechanism with SIGTTOU/SIGTTIN for hot-reconf.
|
||||
|
||||
2005/12/18 : 1.2.7.1
|
||||
- the "retries" option was ignored because connect() could not return an
|
||||
error if the connection failed before the timeout.
|
||||
- TCP health-checks could not detect a connection refused in poll/epoll
|
||||
mode.
|
||||
|
||||
2005/11/13 : 1.2.7
|
||||
- building with -DUSE_PCRE should include PCRE headers and not regex.h. At
|
||||
least on Solaris, this caused the libc's regex primitives to be used instead
|
||||
|
@ -2,9 +2,9 @@
|
||||
H A - P r o x y
|
||||
Architecture Guide
|
||||
-------------------
|
||||
version 1.1.32
|
||||
version 1.1.34
|
||||
willy tarreau
|
||||
2005/07/17
|
||||
2006/01/29
|
||||
|
||||
|
||||
This document provides real world examples with working configurations.
|
||||
|
@ -2,9 +2,9 @@
|
||||
H A - P r o x y
|
||||
Reference Manual
|
||||
-------------------
|
||||
version 1.2.7
|
||||
version 1.2.8
|
||||
willy tarreau
|
||||
2005/10/09
|
||||
2006/01/29
|
||||
|
||||
============
|
||||
| Abstract |
|
||||
|
@ -2,9 +2,9 @@
|
||||
H A - P r o x y
|
||||
Manuel de référence
|
||||
-------------------
|
||||
version 1.2.7
|
||||
version 1.2.8
|
||||
willy tarreau
|
||||
2005/10/09
|
||||
2006/01/29
|
||||
|
||||
================
|
||||
| Introduction |
|
||||
|
Loading…
Reference in New Issue
Block a user