doc: Fixed typo.
[ashd.git] / ChangeLog
CommitLineData
c0591301
FT
1Version 0.9:
2
3 * Accumulated minor fixes.
4
82e84769
FT
5Version 0.8:
6
7 * Various bug fixes, protocol compliance fixes, tunings,
8 documentation improvements and other minor improvements.
9
504f6bec
FT
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
8eb27ac9
FT
18Version 0.6:
19
20 * Made dirplex' 404 handling more flexible.
21 * Added epoll support.
910c3d36 22 * Added a program for logging stderr messages.
8eb27ac9 23
e35ec155
FT
24Version 0.5:
25
26 * Bugfixes.
27 * Added directory-local matching to dirplex.
28
dd55bfef
FT
29Version 0.4:
30
31 * Added a FastCGI handler.
32
45ea7d40
FT
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
28bdf7a4
FT
40Version 0.2:
41
42 * Added an access logger program.
43 * Improved the sendfile program, particularly to support
44 transmission of partial files.
45
5085a1f1
FT
46Version 0.1:
47
48 * Initial release