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