Updated ChangeLog.
[ashd.git] / ChangeLog
1 Version 0.6:
2
3         * Made dirplex' 404 handling more flexible.
4         * Added epoll support.
5         
6 Version 0.5:
7
8         * Bugfixes.
9         * Added directory-local matching to dirplex.
10         
11 Version 0.4:
12
13         * Added a FastCGI handler.
14         
15 Version 0.3:
16
17         * Added SNI support.
18         * Added a filter program for BASIC authentication.
19         * Improved log message handling.
20         * Improved HTTP protocol compliance.
21         
22 Version 0.2:
23
24         * Added an access logger program.
25         * Improved the sendfile program, particularly to support
26           transmission of partial files.
27         
28 Version 0.1:
29
30         * Initial release