Commit | Line | Data |
---|---|---|
c6800c09 FT |
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 | ||
0d7d8025 FT |
7 | Version 0.10: |
8 | ||
9 | * Added options to dirplex and patplex for setting request headers | |
10 | based on matches. | |
11 | * Documentation fixes. | |
12 | ||
c0591301 FT |
13 | Version 0.9: |
14 | ||
15 | * Accumulated minor fixes. | |
0d7d8025 | 16 | |
82e84769 FT |
17 | Version 0.8: |
18 | ||
19 | * Various bug fixes, protocol compliance fixes, tunings, | |
20 | documentation improvements and other minor improvements. | |
21 | ||
504f6bec FT |
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. | |
0d7d8025 | 29 | |
8eb27ac9 FT |
30 | Version 0.6: |
31 | ||
32 | * Made dirplex' 404 handling more flexible. | |
33 | * Added epoll support. | |
910c3d36 | 34 | * Added a program for logging stderr messages. |
0d7d8025 | 35 | |
e35ec155 FT |
36 | Version 0.5: |
37 | ||
38 | * Bugfixes. | |
39 | * Added directory-local matching to dirplex. | |
0d7d8025 | 40 | |
dd55bfef FT |
41 | Version 0.4: |
42 | ||
43 | * Added a FastCGI handler. | |
0d7d8025 | 44 | |
45ea7d40 FT |
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. | |
0d7d8025 | 51 | |
28bdf7a4 FT |
52 | Version 0.2: |
53 | ||
54 | * Added an access logger program. | |
55 | * Improved the sendfile program, particularly to support | |
56 | transmission of partial files. | |
0d7d8025 | 57 | |
5085a1f1 FT |
58 | Version 0.1: |
59 | ||
60 | * Initial release |