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