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