X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=ChangeLog;h=4036329c7492259e37eb5ae413c884e01b7c8db9;hp=c2f5bb74eabe25878b5d8ecd2d3eba54d191dc1e;hb=10f3ffeba5689f21f405caf2f93a3953ae5f1c80;hpb=8eb27ac96263a32c45b571218578ec07b711a156 diff --git a/ChangeLog b/ChangeLog index c2f5bb7..4036329 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,30 +1,74 @@ +Version 0.13: + + * FreeBSD support. + * Improved dirplex/patplex configuration. + * Added httrcall. + +Version 0.12: + + * Support chunked request-bodies from clients. + * Improved general behavior when handlers are overloaded. + * Improved shutdown behavior. + * Properly support URL percent-escapes in patplex. + * Added psendfile. + +Version 0.11: + + * Some useful configuration options for dirplex. + * Better default configuration. + * Various bug fixes, tunings and other minor improvements. + +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