
BOIL 1.0beta7:
--------------

-mysql-support
-cgiwrap() did not work with upper case extensions
-Fixed bug in file_upload that caused file corruption (shorter files, some 0s
 missing)
-'-m size' now is maximum size of string memory, not of a single string
-Faster string-handling

BOIL 1.0beta6:
--------------

-msql-support
-Fixed bug in unescape (unescape of \\\\ returned \\\, not \\) 
-Removed some flaws in the Makefile
-Added option to compile without RPC
-Fixed compile-error: `errno' undeclared
-Fixed compile-error: `SIGCLD` undeclared

BOIL 1.0beta5:
--------------

-Some enhancements in the documentation and the examples

BOIL 1.0beta4:
--------------

-Fixed compile-error with lib/rpc.cc
 lib/rpc.cc:251: passing `int (*)(svc_req *, SVCXPRT *)' as argument 4 of
 `svc_register(SVCXPRT *, long unsigned int, long unsigned int,
 void (*)(svc_req *, SVCXPRT *), long unsigned int)'
-Fixed compile-error with libs/timelib.h
 timelib.h:33: syntax error before `;'

BOIL 1.0beta3:
--------------

-By default, bison and rpcgen files are not regenerated. This should make
 the whole thing more compileable


BOIL 1.0beta2:
--------------

-Added documentation for clnt_timeout() and clnt_udp_retry()
-Added option to compile without postgres
