Commit | Line | Data |
---|---|---|
0d7d8025 FT |
1 | Version 0.10: |
2 | ||
3 | * Added options to dirplex and patplex for setting request headers | |
4 | based on matches. | |
5 | * Documentation fixes. | |
6 | ||
c0591301 FT |
7 | Version 0.9: |
8 | ||
9 | * Accumulated minor fixes. | |
0d7d8025 | 10 | |
82e84769 FT |
11 | Version 0.8: |
12 | ||
13 | * Various bug fixes, protocol compliance fixes, tunings, | |
14 | documentation improvements and other minor improvements. | |
15 | ||
504f6bec FT |
16 | Version 0.7: |
17 | ||
18 | * Added some configuration examples. | |
19 | * Made out-of-tree modules buildable; and thus | |
20 | * Made the Python module properly buildable. | |
21 | * Added SSL session resuming. | |
22 | * Fixed htparser memory leak. | |
0d7d8025 | 23 | |
8eb27ac9 FT |
24 | Version 0.6: |
25 | ||
26 | * Made dirplex' 404 handling more flexible. | |
27 | * Added epoll support. | |
910c3d36 | 28 | * Added a program for logging stderr messages. |
0d7d8025 | 29 | |
e35ec155 FT |
30 | Version 0.5: |
31 | ||
32 | * Bugfixes. | |
33 | * Added directory-local matching to dirplex. | |
0d7d8025 | 34 | |
dd55bfef FT |
35 | Version 0.4: |
36 | ||
37 | * Added a FastCGI handler. | |
0d7d8025 | 38 | |
45ea7d40 FT |
39 | Version 0.3: |
40 | ||
41 | * Added SNI support. | |
42 | * Added a filter program for BASIC authentication. | |
43 | * Improved log message handling. | |
44 | * Improved HTTP protocol compliance. | |
0d7d8025 | 45 | |
28bdf7a4 FT |
46 | Version 0.2: |
47 | ||
48 | * Added an access logger program. | |
49 | * Improved the sendfile program, particularly to support | |
50 | transmission of partial files. | |
0d7d8025 | 51 | |
5085a1f1 FT |
52 | Version 0.1: |
53 | ||
54 | * Initial release |