From ab0cbf3e12d5a3ea2fd612a41f523e5d380378dd Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Fri, 26 Jun 2015 08:07:46 -0600 Subject: [PATCH] Updated change list --- dist/CHANGES.txt | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/dist/CHANGES.txt b/dist/CHANGES.txt index 0f0bbc5b..76027f8d 100644 --- a/dist/CHANGES.txt +++ b/dist/CHANGES.txt @@ -1,10 +1,15 @@ CHANGES - () -- browse: Click column heading to sort + + +- 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