Commit | Line | Data |
---|---|---|
2ecc3684 FT |
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 | ||
c6800c09 FT |
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 | ||
0d7d8025 FT |
15 | Version 0.10: |
16 | ||
17 | * Added options to dirplex and patplex for setting request headers | |
18 | based on matches. | |
19 | * Documentation fixes. | |
20 | ||
c0591301 FT |
21 | Version 0.9: |
22 | ||
23 | * Accumulated minor fixes. | |
0d7d8025 | 24 | |
82e84769 FT |
25 | Version 0.8: |
26 | ||
27 | * Various bug fixes, protocol compliance fixes, tunings, | |
28 | documentation improvements and other minor improvements. | |
29 | ||
504f6bec FT |
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. | |
0d7d8025 | 37 | |
8eb27ac9 FT |
38 | Version 0.6: |
39 | ||
40 | * Made dirplex' 404 handling more flexible. | |
41 | * Added epoll support. | |
910c3d36 | 42 | * Added a program for logging stderr messages. |
0d7d8025 | 43 | |
e35ec155 FT |
44 | Version 0.5: |
45 | ||
46 | * Bugfixes. | |
47 | * Added directory-local matching to dirplex. | |
0d7d8025 | 48 | |
dd55bfef FT |
49 | Version 0.4: |
50 | ||
51 | * Added a FastCGI handler. | |
0d7d8025 | 52 | |
45ea7d40 FT |
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. | |
0d7d8025 | 59 | |
28bdf7a4 FT |
60 | Version 0.2: |
61 | ||
62 | * Added an access logger program. | |
63 | * Improved the sendfile program, particularly to support | |
64 | transmission of partial files. | |
0d7d8025 | 65 | |
5085a1f1 FT |
66 | Version 0.1: |
67 | ||
68 | * Initial release |