X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=ChangeLog;h=f022552d838e1eed19781baa7fa0750012914411;hp=3e2471bc13e59c5f0cd6051fb0d4e8fce787d232;hb=fda48525a7bab9e487e69264619ebdbabcd83ff2;hpb=e35ec155ae6981525a17f83a53a74f3af6a4046a diff --git a/ChangeLog b/ChangeLog index 3e2471b..f022552 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,25 +1,54 @@ +Version 0.10: + + * Added options to dirplex and patplex for setting request headers + based on matches. + * Documentation fixes. + +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