Commit ec676fa1 authored by Matthew Holt's avatar Matthew Holt

Version bump: 0.7.6

parent 122e3a94
...@@ -20,7 +20,7 @@ const ( ...@@ -20,7 +20,7 @@ const (
Name = "Caddy" Name = "Caddy"
// Version is the program version // Version is the program version
Version = "0.7.5" Version = "0.7.6"
) )
var ( var (
......
CHANGES CHANGES
<master> 0.7.6 (September 28, 2015)
- basicauth: Support for legacy htpasswd files - 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 - core: Caddyfile as command line argument
- errors: Can write full stack trace to HTTP response for debugging - errors: Can write full stack trace to HTTP response for debugging
- errors, log: Roll log files after certain size or age - errors, log: Roll log files after certain size or age
- proxy: Fix for 32-bit architectures - proxy: Fix for 32-bit architectures
- rewrite: Better compatibility with fastcgi and PHP apps
- templates: Added .StripExt and .StripHTML methods - templates: Added .StripExt and .StripHTML methods
- Internal improvements and minor bug fixes - Internal improvements and minor bug fixes
......
CADDY 0.7.5 CADDY 0.7.6
Website Website
https://caddyserver.com https://caddyserver.com
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment