Commit | Line | Data |
---|---|---|
114893d1 FT |
1 | Version 0.13: |
2 | ||
3 | * FreeBSD support. | |
4 | * Improved dirplex/patplex configuration. | |
5 | * Added httrcall. | |
6 | ||
2ecc3684 FT |
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 | ||
c6800c09 FT |
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 | ||
0d7d8025 FT |
21 | Version 0.10: |
22 | ||
23 | * Added options to dirplex and patplex for setting request headers | |
24 | based on matches. | |
25 | * Documentation fixes. | |
26 | ||
c0591301 FT |
27 | Version 0.9: |
28 | ||
29 | * Accumulated minor fixes. | |
0d7d8025 | 30 | |
82e84769 FT |
31 | Version 0.8: |
32 | ||
33 | * Various bug fixes, protocol compliance fixes, tunings, | |
34 | documentation improvements and other minor improvements. | |
35 | ||
504f6bec FT |
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. | |
0d7d8025 | 43 | |
8eb27ac9 FT |
44 | Version 0.6: |
45 | ||
46 | * Made dirplex' 404 handling more flexible. | |
47 | * Added epoll support. | |
910c3d36 | 48 | * Added a program for logging stderr messages. |
0d7d8025 | 49 | |
e35ec155 FT |
50 | Version 0.5: |
51 | ||
52 | * Bugfixes. | |
53 | * Added directory-local matching to dirplex. | |
0d7d8025 | 54 | |
dd55bfef FT |
55 | Version 0.4: |
56 | ||
57 | * Added a FastCGI handler. | |
0d7d8025 | 58 | |
45ea7d40 FT |
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. | |
0d7d8025 | 65 | |
28bdf7a4 FT |
66 | Version 0.2: |
67 | ||
68 | * Added an access logger program. | |
69 | * Improved the sendfile program, particularly to support | |
70 | transmission of partial files. | |
0d7d8025 | 71 | |
5085a1f1 FT |
72 | Version 0.1: |
73 | ||
74 | * Initial release |