mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-03 20:39:41 -05:00
[RELEASE] version 1.3.0
Released version 1.3.0 which differs from 1.2.14 only by the fact that the code is now classed in multiple .c and .h files.
This commit is contained in:
parent
e3ba5f0aaa
commit
b9e98b6836
2 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,10 @@
|
|||
ChangeLog :
|
||||
===========
|
||||
|
||||
2006/06/29 : 1.3.0
|
||||
- exploded the whole file into multiple .c and .h. No functionnal
|
||||
behaviour is expected at all.
|
||||
|
||||
2006/05/21 : 1.2.14
|
||||
- new HTML status report with the 'stats' keyword.
|
||||
- added the 'abortonclose' option to better resist traffic surges
|
||||
|
|
|
|||
2
TODO
2
TODO
|
|
@ -164,7 +164,5 @@ Todo for 1.2
|
|||
TODO for 1.3
|
||||
============
|
||||
- check all copyrights
|
||||
- put haproxy/config.h in every include file. This one will automatically
|
||||
include version.h, defaults.h and compat.h.
|
||||
- fix Makefile.bsd
|
||||
- separate inline functions to put them in files covered by GPL
|
||||
|
|
|
|||
Loading…
Reference in a new issue