--- hydra/ChangeLog 2002/10/02 13:52:03 1.21 +++ hydra/ChangeLog 2002/10/02 15:17:42 1.22 @@ -1,6 +1,9 @@ ** Changes from 0.0.5 to 0.0.6 * Compatibility functions are now automatically included in hydra, if they are not found by the configure script. + * Replaced the included scandir function, with the one in libc. + * Fixed stuff, which compiled fine with gcc 3.2, but didn't compile at + all, with any other compiler! ** Changes from 0.0.4 to 0.0.5 - 02/10/2002 * If a requested CGI is not accesible then send 404 not found, instead @@ -14,7 +17,7 @@ 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. + since they are no longer generated sequentially. ** Changes from 0.0.2 to 0.0.3 - 28/09/2002 * Added support for dynamic modules that handle CGIs