X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=ChangeLog;h=c2f5bb74eabe25878b5d8ecd2d3eba54d191dc1e;hb=f8a8831482bb039362d86078c2f6905aaa0b691f;hp=ab9b7c880a4e117cea108103bb7601b94544c813;hpb=5085a1f1a84b40944e81a8fe313b33e59bbc9ea5;p=ashd.git diff --git a/ChangeLog b/ChangeLog index ab9b7c8..c2f5bb7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +Version 0.6: + + * Made dirplex' 404 handling more flexible. + * Added epoll support. + +Version 0.5: + + * Bugfixes. + * Added directory-local matching to dirplex. + +Version 0.4: + + * Added a FastCGI handler. + +Version 0.3: + + * Added SNI support. + * Added a filter program for BASIC authentication. + * Improved log message handling. + * Improved HTTP protocol compliance. + +Version 0.2: + + * Added an access logger program. + * Improved the sendfile program, particularly to support + transmission of partial files. + Version 0.1: * Initial release