Merge branch 'master' of git.dolda2000.com:/srv/git/r/ashd
[ashd.git] / ChangeLog
... / ...
CommitLineData
1Version 0.8:
2
3 * Various bug fixes, protocol compliance fixes, tunings,
4 documentation improvements and other minor improvements.
5
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
14Version 0.6:
15
16 * Made dirplex' 404 handling more flexible.
17 * Added epoll support.
18 * Added a program for logging stderr messages.
19
20Version 0.5:
21
22 * Bugfixes.
23 * Added directory-local matching to dirplex.
24
25Version 0.4:
26
27 * Added a FastCGI handler.
28
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
36Version 0.2:
37
38 * Added an access logger program.
39 * Improved the sendfile program, particularly to support
40 transmission of partial files.
41
42Version 0.1:
43
44 * Initial release