X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=ChangeLog;h=8f0fc2df18e93f51d97cead1c801c86340b07597;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=e9817feefe4f2ed35ded74f0ec2323ed3d0c09e4;hpb=0b26618eede5b215f03fc826ec504a8996dc8801 diff --git a/ChangeLog b/ChangeLog index e69de29..8f0fc2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -0,0 +1,48 @@ +Version 0.9: + + * Accumulated minor fixes. + +Version 0.8: + + * Various bug fixes, protocol compliance fixes, tunings, + documentation improvements and other minor improvements. + +Version 0.7: + + * Added some configuration examples. + * Made out-of-tree modules buildable; and thus + * Made the Python module properly buildable. + * Added SSL session resuming. + * Fixed htparser memory leak. + +Version 0.6: + + * Made dirplex' 404 handling more flexible. + * Added epoll support. + * Added a program for logging stderr messages. + +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