]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[RELEASE] version 1.3.0 v1.3.0
authorWilly Tarreau <willy@wtap.(none)>
Mon, 3 Jul 2006 08:32:46 +0000 (10:32 +0200)
committerWilly Tarreau <willy@wtap.(none)>
Mon, 3 Jul 2006 08:32:46 +0000 (10:32 +0200)
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.

CHANGELOG
TODO

index d43178b21ccc4b7a620dd66535475e15860d2edd..c5735df1c24529edbbf7c5fb0341a8d2f9dff1e0 100644 (file)
--- 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 bd59aacdcb41eed864ca699d8613af116646d98a..30f923edbd7d7cad9ce24a35ae80d91e334cdf1c 100644 (file)
--- 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