X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=ChangeLog;h=a8decb61f2f706113ce37c47ede70ecacf6f9ba8;hb=5ba4cb3a4ee0220e7bd1f2480c2b2f831004266d;hp=1eb13de4d45b7d8281bd5a33c7f2a8d78bedd104;hpb=45ea7d40f5af565302d1329fff6a0628db858306;p=ashd.git diff --git a/ChangeLog b/ChangeLog index 1eb13de..a8decb6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +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.