5.73

Corrected bug that prevented Dombey from servicing GET requests.

5.72

Dombey now recognizes GET parameters in the URLs of POSTs.

5.71

Dombey now tolerates unterminated final boundary lines in
multipart/form-data request bodies.

5.70

Minor code cleanup.  No functional differences.

5.69

Changed code to detect boundaries of multipart/form-data request bodies.
Dombey now recognizes a boundary line regardless of what follows it because
RFC 2045 explicitly says you only have to detect the boundary as a prefix
to a line, and that whitespace is allowed between the end of the boundary
and the terminators.

5.68

Corrected bug that leaked open FILE streams and descriptors on error
conditions.

5.67

Added functions to perform cross-site request checking.

5.66

Made the multi-thread library cope with allocation errors instead of
exiting.  This is documented in the manual page.

5.65

made scgi_max_file, scgi_max_form, and scgi_max_body
visible to client code.
