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