--- hydra/ChangeLog 2002/09/25 07:33:35 1.6 +++ hydra/ChangeLog 2002/10/02 08:57:04 1.19 @@ -1,4 +1,27 @@ -** Changes from Boa/0.94.13 to Hydra/0.0.2 +** Changes from 0.0.4 to 0.0.5 + * If a requested CGI is not accesible then send 404 not found, instead + of trying to execute it. + * Corrected several stuff in HIC CGI handler. This allows Cookies, + POST data and Queries to work properly. + +** Changes from 0.0.3 to 0.0.4 - 30/09/2002 + * Added support for If-Range, If-Match, If-None-Match HTTP/1.1 header + fields. The server also generates ETag headers for static content using + the last modified field of the file, and the file size. This makes + Hydra cache friendly. + * Added support for multiple HIC threads. This gives a boost to script generation + since they are not generated sequentially. + +** Changes from 0.0.2 to 0.0.3 - 28/09/2002 + * Added support for dynamic modules that handle CGIs + internally (HIC). That way Hydra can run PHP. + * Fixes in CGI execution. CGIs that are not passed from aliasing + functions now properly set PATH_INFO and PATH_TRANSLATED. + (Needs further cleanup). + * Cleaned up SSL support. Now hydra can be compiled even if gnutls + is not available. + +** Changes from Boa/0.94.13 to Hydra/0.0.2 - 26/09/2002 * Added support for SSL 3.0 and TLS 1.0 protocols. * Added support for multiple CPU's by making the server run over a pool of threads. @@ -10,7 +33,10 @@ take advantage of the host based virtual hosting. * Added support for the TCP_CORK tcp option in linux. * Cleaned up the CGI handling (gunzip, indexer are treated as CGIs) - * Enhanced grammer to handle 3 and 4 argument options. + * Enhanced grammar to handle 3 and 4 argument options. + * Added support for multiple directory indexes. + * Dropped support for gunzip. + * Use automake to create the distribution. ** Changes from 0.94.12 to 0.94.13 * Change many instances of log_error_mesg + exit to DIE macro