0.1.1 --- 2003-02-25 * Implemented the --help command line argument (which should have been done a long time ago) * Created a --license command line argument. * Fixed a segfault on exit that occured when the server was not initialised (for instance when the program was run with --help and exited) * Tidied code slightly, moving functions from redhttpd/main.c into shared/http_server.c. 2003-02-19 * Fixed main process blocking when a child dies but other child processes continue running. Thanks to doug for help with that. 0.1 --- * Initial release.