v0.4.2
This release contains an important fix which can cause Nginx to crash when a directory contains zero-sized (empty) files. This bug has been present in all previous releases, and all users are strongly encouraged to update to version 0.4.2.
Changed
- Generated HTML from the default template is now proper HTML5, and it should now pass validation (#52).
- File sizes now have decimal positions when using
fancyindex_exact_size off
. (Patch by Anders Trier <[email protected]>.) - Multiple updates to
README.rst
(Patches by Danila Vershinin <[email protected]>, Iulian Onofrei, Lilian Besson, and Nick Geoghegan <[email protected]>.)
Fixed
- Sorting by file size now also works correctly for directories which contain files of sizes bigger than
INT_MAX
. (#74, fix suggestion by Chris Young.) - Custom headers which fail to declare an UTF-8 encoding no longer cause table header arrows to be rendered incorrectly by browsers (#50).
- Fix segmentation fault when opening directories with empty files (#61, patch by Catgirl <[email protected]>.)