diff --git a/app/app.go b/app/app.go index b006d2942..07c0661f0 100644 --- a/app/app.go +++ b/app/app.go @@ -20,7 +20,7 @@ const ( Name = "Caddy" // Version is the program version - Version = "0.7.5" + Version = "0.7.6" ) var ( diff --git a/dist/CHANGES.txt b/dist/CHANGES.txt index 9a1c0036f..c05a94f4b 100644 --- a/dist/CHANGES.txt +++ b/dist/CHANGES.txt @@ -1,12 +1,13 @@ CHANGES - +0.7.6 (September 28, 2015) - basicauth: Support for legacy htpasswd files -- browse: JSON response with file listing given Accept header +- browse: JSON response with file listing - core: Caddyfile as command line argument - errors: Can write full stack trace to HTTP response for debugging - errors, log: Roll log files after certain size or age - proxy: Fix for 32-bit architectures +- rewrite: Better compatibility with fastcgi and PHP apps - templates: Added .StripExt and .StripHTML methods - Internal improvements and minor bug fixes diff --git a/dist/README.txt b/dist/README.txt index 2a3cbfc0f..de3fde6a4 100644 --- a/dist/README.txt +++ b/dist/README.txt @@ -1,4 +1,4 @@ -CADDY 0.7.5 +CADDY 0.7.6 Website https://caddyserver.com