X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=ChangeLog;h=8f0fc2df18e93f51d97cead1c801c86340b07597;hp=3a4d724e89f0f9bc9591f9374efaee3a470ee302;hb=b8d56e8f4550642b7798b88abd102ed5158e83be;hpb=dd55bfef25d9301b797b24080fee710b05d12849 diff --git a/ChangeLog b/ChangeLog index 3a4d724..8f0fc2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +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.