From: Willy Tarreau Date: Mon, 3 Jul 2006 08:32:46 +0000 (+0200) Subject: [RELEASE] version 1.3.0 X-Git-Tag: v1.3.0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b9e98b683612b29ef939c10d3d00be27de26534a;p=thirdparty%2Fhaproxy.git [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. --- diff --git a/CHANGELOG b/CHANGELOG index d43178b21c..c5735df1c2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/TODO b/TODO index bd59aacdcb..30f923edbd 100644 --- a/TODO +++ b/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