Imposed some limits on request parts.
[ashd.git] / ChangeLog
CommitLineData
504f6bec
FT
1Version 0.7:
2
3 * Added some configuration examples.
4 * Made out-of-tree modules buildable; and thus
5 * Made the Python module properly buildable.
6 * Added SSL session resuming.
7 * Fixed htparser memory leak.
8
8eb27ac9
FT
9Version 0.6:
10
11 * Made dirplex' 404 handling more flexible.
12 * Added epoll support.
910c3d36 13 * Added a program for logging stderr messages.
8eb27ac9 14
e35ec155
FT
15Version 0.5:
16
17 * Bugfixes.
18 * Added directory-local matching to dirplex.
19
dd55bfef
FT
20Version 0.4:
21
22 * Added a FastCGI handler.
23
45ea7d40
FT
24Version 0.3:
25
26 * Added SNI support.
27 * Added a filter program for BASIC authentication.
28 * Improved log message handling.
29 * Improved HTTP protocol compliance.
30
28bdf7a4
FT
31Version 0.2:
32
33 * Added an access logger program.
34 * Improved the sendfile program, particularly to support
35 transmission of partial files.
36
5085a1f1
FT
37Version 0.1:
38
39 * Initial release