[BIGMOVE] exploded the monolithic haproxy.c file into multiple files.
The files are now stored under :
- include/haproxy for the generic includes
- include/types.h for the structures needed within prototypes
- include/proto.h for function prototypes and inline functions
- src/*.c for the C files
Most include files are now covered by LGPL. A last move still needs
to be done to put inline functions under GPL and not LGPL.
Version has been set to 1.3.0 in the code but some control still
needs to be done before releasing.
diff --git a/TODO b/TODO
index 5b65629..bd59aac 100644
--- a/TODO
+++ b/TODO
@@ -160,3 +160,11 @@
- embedded error pages loaded in memory at startup time (eg: for expired time
in connection queue)
+
+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