* Grumpy's changelog * What's new in v0.11: - Implementation of the HEAD command - Directory content is sorted (only first 10'000 entries are displayed) - When listing a directory's content, any file/dir starting by a dot are hided - The "Date" header is returning the real GMT time (was: local time with "GMT" suffix) - The server performs % encoding/decoding on the fly (only most generic codes: %20, %21, etc...) - A security routine checks the sanity of each http request (evasion attempts, dangerous encodings, etc...) - Added a short "about" screen (-h or --help) - Basic HTTP authorization support (configurable per directory via the .grumpy.auth file) - Each returned code is followed by a short message (ie. "404 Not found" rather than just "404") - Directories listings are somehow nicer (changed color scheme, added the host name, a description column and date/time...)