* Grumpy's changelog * What's new in v0.14 [14 Dec 2008]: - Server side parameters (like /file.htm?param1) aren't treated as part of the ressource anymore, - In directory listing mode, the main entry's description wasn't htmlized - fixed, - Support for CGI sripts & programs (disabled by default), - Minor optimizations in the way GMT time is handled, - Logs are dated using GMT time now, - Added an ETAG header to any returned file, - Added the support for request containing "If-None-Match" (answering by a 304 code when needed), - HTTP 0.9 is denied right after the request (doesn't wait for the end of header anymore), - Grumpy answers with the request's HTTP version (was answering in HTTP/1.1 all the time before), - Cleaning the html code which is generated when listing directory content, - Added the remote IP to logs (based on REMOTE_HOST and/or REMOTE_ADDR variables), - Fixed a bug in the partial download support: "Range: bytes=0-" was returning the first byte of the file, instead of the whole document, - Added configurable domain redirects (301 codes), - Decoding more %encoded characters in URLs, - Security warnings doesn't necessarily brake the connection anymore.