0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-01-06 22:40:31 -05:00

Updated change list

This commit is contained in:
Matthew Holt 2015-06-26 08:07:46 -06:00
parent c12257a1a7
commit ab0cbf3e12

13
dist/CHANGES.txt vendored
View file

@ -1,10 +1,15 @@
CHANGES CHANGES
<VERSION> (<DATE>)
- browse: Click column heading to sort <master>
- browse: Sort by clicking column heading or using query string
- core: Serving hostname that doesn't resolve issues warning then listens on 0.0.0.0
- errors: Missing error page during parse time is warning, not error
- fastcgi: Fix for backend responding without status text
- git: Pull changes immediately with GitHub webhook - git: Pull changes immediately with GitHub webhook
- gzip: Filter by path and extension - gzip: Enable by file path and/or extension
- gzip: Customize compression level - gzip: Customize compression level
- log: Fix for missing status in log entry when error unhandled
- proxy: Strip prefix from path for proxy to path - proxy: Strip prefix from path for proxy to path
- redir: Meta tag redirects - redir: Meta tag redirects
@ -63,7 +68,7 @@ CHANGES
- core: Support for binding to 0.0.0.0 - core: Support for binding to 0.0.0.0
- core: Graceful error handling during heavy load; proper error responses - core: Graceful error handling during heavy load; proper error responses
- errors: Fixed file path handling - errors: Fixed file path handling
- errors: Fixed panic due to nil Log file - errors: Fixed panic due to nil log file
- fastcgi: Support for index files - fastcgi: Support for index files
- fastcgi: Fix for handling errors that come from responder - fastcgi: Fix for handling errors that come from responder