doc: Fixed formatting error.
[ashd.git] / ChangeLog
... / ...
CommitLineData
1Version 0.10:
2
3 * Added options to dirplex and patplex for setting request headers
4 based on matches.
5 * Documentation fixes.
6
7Version 0.9:
8
9 * Accumulated minor fixes.
10
11Version 0.8:
12
13 * Various bug fixes, protocol compliance fixes, tunings,
14 documentation improvements and other minor improvements.
15
16Version 0.7:
17
18 * Added some configuration examples.
19 * Made out-of-tree modules buildable; and thus
20 * Made the Python module properly buildable.
21 * Added SSL session resuming.
22 * Fixed htparser memory leak.
23
24Version 0.6:
25
26 * Made dirplex' 404 handling more flexible.
27 * Added epoll support.
28 * Added a program for logging stderr messages.
29
30Version 0.5:
31
32 * Bugfixes.
33 * Added directory-local matching to dirplex.
34
35Version 0.4:
36
37 * Added a FastCGI handler.
38
39Version 0.3:
40
41 * Added SNI support.
42 * Added a filter program for BASIC authentication.
43 * Improved log message handling.
44 * Improved HTTP protocol compliance.
45
46Version 0.2:
47
48 * Added an access logger program.
49 * Improved the sendfile program, particularly to support
50 transmission of partial files.
51
52Version 0.1:
53
54 * Initial release