--- hydra/ChangeLog 2002/11/16 19:29:58 1.49 +++ hydra/ChangeLog 2003/01/08 17:33:51 1.49.2.11 @@ -1,3 +1,20 @@ +** Changes from 0.1.1 to 0.1.2 - 08/01/2003 + * Allow running the server as root, if explicitly stated in + configuration file. + * Better pthreads detection. + * Outputs to error log if non executable CGIs are found. + * Does not close HTTP/1.1 connections by default. + * The current behavour is to demand the Host header in HTTP/1.1 + requests. + * Added support for CGIAction CGIs. There are just like CGIs + but they are not executed. They are parsed using a given program. + * Added init script for redhat in contrib/redhat/rc.hydra, + contributed by . + +** Changes from 0.1.0 to 0.1.1 - 17/12/2002 + * Corrected bug in Keep-Alive mode when SSL or TLS was enabled. + * Fixed unexpected timeout in first connection on an idle server. + ** Changes from 0.0.10 to 0.1.0 - 16/11/2002 * No changes. This is the final release by me --Nikos