--- hydra/ChangeLog 2002/11/16 19:29:58 1.49 +++ hydra/ChangeLog 2003/01/20 14:50:49 1.49.2.21 @@ -1,3 +1,34 @@ +** Changes from 0.1.2 to 0.1.3 - 20/01/2003 + * Added DefaultCharset configuration directive. The default + character set given, will be appended to all text mime types. + * Corrected bug in KeepAlive usage in HTTP/1.1, which made the + server to ignore the value sent by the client. + * CGIAction can now be used even if HIC CGIs are disabled. + * Some optimizations in HTTP header parsing. + * Added a more complete mime.types in examples/ contributed by + . + * Added the MaxSSLConnections configuration directive. + * Two mutexes are used in accept to allow parallel accepts + of SSL and plain connections. + * Added Dependency on gnutls 0.8.0. + +** Changes from 0.1.1 to 0.1.2 - 08/01/2003 + * Allow running the server as root, if explicitly stated in + configuration file. Patch by James Harr + * 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