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