python: Rewrote SSI handler as a reusable module, and in Python3.
[ashd.git] / ChangeLog
1 Version 0.10:
2
3         * Added options to dirplex and patplex for setting request headers
4           based on matches.
5         * Documentation fixes.
6
7 Version 0.9:
8
9         * Accumulated minor fixes.
10
11 Version 0.8:
12
13         * Various bug fixes, protocol compliance fixes, tunings,
14           documentation improvements and other minor improvements.
15
16 Version 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
24 Version 0.6:
25
26         * Made dirplex' 404 handling more flexible.
27         * Added epoll support.
28         * Added a program for logging stderr messages.
29
30 Version 0.5:
31
32         * Bugfixes.
33         * Added directory-local matching to dirplex.
34
35 Version 0.4:
36
37         * Added a FastCGI handler.
38
39 Version 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
46 Version 0.2:
47
48         * Added an access logger program.
49         * Improved the sendfile program, particularly to support
50           transmission of partial files.
51
52 Version 0.1:
53
54         * Initial release