Updated changelog.
[ashd.git] / ChangeLog
1 Version 0.12:
2
3         * Support chunked request-bodies from clients.
4         * Improved general behavior when handlers are overloaded.
5         * Improved shutdown behavior.
6         * Properly support URL percent-escapes in patplex.
7         * Added psendfile.
8
9 Version 0.11:
10
11         * Some useful configuration options for dirplex.
12         * Better default configuration.
13         * Various bug fixes, tunings and other minor improvements.
14
15 Version 0.10:
16
17         * Added options to dirplex and patplex for setting request headers
18           based on matches.
19         * Documentation fixes.
20
21 Version 0.9:
22
23         * Accumulated minor fixes.
24
25 Version 0.8:
26
27         * Various bug fixes, protocol compliance fixes, tunings,
28           documentation improvements and other minor improvements.
29
30 Version 0.7:
31
32         * Added some configuration examples.
33         * Made out-of-tree modules buildable; and thus
34         * Made the Python module properly buildable.
35         * Added SSL session resuming.
36         * Fixed htparser memory leak.
37
38 Version 0.6:
39
40         * Made dirplex' 404 handling more flexible.
41         * Added epoll support.
42         * Added a program for logging stderr messages.
43
44 Version 0.5:
45
46         * Bugfixes.
47         * Added directory-local matching to dirplex.
48
49 Version 0.4:
50
51         * Added a FastCGI handler.
52
53 Version 0.3:
54
55         * Added SNI support.
56         * Added a filter program for BASIC authentication.
57         * Improved log message handling.
58         * Improved HTTP protocol compliance.
59
60 Version 0.2:
61
62         * Added an access logger program.
63         * Improved the sendfile program, particularly to support
64           transmission of partial files.
65
66 Version 0.1:
67
68         * Initial release