--- hydra/ChangeLog 2002/10/27 10:06:28 1.45 +++ hydra/ChangeLog 2002/10/27 10:46:19 1.46 @@ -1,4 +1,4 @@ -** Changes from 0.0.8 to 0.0.9 +** Changes from 0.0.8 to 0.0.9 - 27/10/2002 * Long offsets are not used by default. * Use of pipes instead of temporary files, if the post data sent are less than PIPE_BUF. @@ -9,6 +9,10 @@ generic, since it includes some server cleanups. * Added file access control lists per virtual host. Based on patch for Boa by Peter Korsgaard + * Added the ability to disable HIC threads by using 0 in the + HICThreads configuration directive. + * Hydra now uses poll by default. Select is available using the --with-select + configure option. ** Changes from 0.0.7 to 0.0.8 - 25/10/2002 * Better pthread detection.