Releases: evanmiller/mod_zip
Releases · evanmiller/mod_zip
mod_zip 1.3.0
mod_zip 1.2.0
- Bugfix: Flush file header under SSL #44 #50
- Bugfix: File names containing a plus symbol #13 #20
- Bugfix: 1-byte buffer overflow #47
- Bugfix: Validate upstream location #69
- Feature: Support for Unicode file paths #3 #4
- Feature: Support for big-endian platforms #28
- Feature: Support for non-upstream locations #26
- Feature: Support for compilation as a dynamic module #62
mod_zip 1.1.6
Originally released 13 Sept 2010
- Feature: Support for UTF-8 filenames. Thanks to Robbie Scott/Bandcamp
- Feature: Issue subrequests serially. Thanks to Brian Moran/OneHub
- Feature: Use Zip64 when archive is larger than 4 GB. Thanks to Vasily Fedoseyev.
- Bugfix: Support spaces in URLs
mod_zip 1.1.5
Originally released 03 Sep 2009
- Feature:
If-Range
client header is compared toLast-Modified
andETag
from the upstream file-list server; if there is a match, theRange
client header is honored, otherwise 200 OK is returned. UsingETag
requires nginx 0.8.10 or later, or included patch. - Bugfix: compatibility with nginx 0.7.25 and later (but earlier versions are no longer supported)
- Bugfix:
Range
works with local, Memcached, and FastCGI files