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