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:
parent
c12257a1a7
commit
ab0cbf3e12
1 changed files with 9 additions and 4 deletions
13
dist/CHANGES.txt
vendored
13
dist/CHANGES.txt
vendored
|
@ -1,10 +1,15 @@
|
|||
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
|
||||
- gzip: Filter by path and extension
|
||||
- gzip: Enable by file path and/or extension
|
||||
- gzip: Customize compression level
|
||||
- log: Fix for missing status in log entry when error unhandled
|
||||
- proxy: Strip prefix from path for proxy to path
|
||||
- redir: Meta tag redirects
|
||||
|
||||
|
@ -63,7 +68,7 @@ CHANGES
|
|||
- core: Support for binding to 0.0.0.0
|
||||
- core: Graceful error handling during heavy load; proper error responses
|
||||
- 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: Fix for handling errors that come from responder
|
||||
|
||||
|
|
Loading…
Reference in a new issue