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