Commit a2be7b45 authored by Matthew Holt's avatar Matthew Holt

Bumped version to 0.7.5

parent 7796ff0f
...@@ -12,3 +12,5 @@ access.log ...@@ -12,3 +12,5 @@ access.log
/*.conf /*.conf
Caddyfile Caddyfile
og_static/
\ No newline at end of file
...@@ -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.4" Version = "0.7.5"
) )
var ( var (
......
CHANGES CHANGES
<master> 0.7.5 (August 5, 2015)
- core: All listeners bind to 0.0.0.0 unless 'bind' directive is used
- fastcgi: Set HTTPS env variable if connection is secure - fastcgi: Set HTTPS env variable if connection is secure
- log: Output to system log (except Windows)
- markdown: Added dev command to disable caching during development
- markdown: Fixed error reporting during initial site generation - markdown: Fixed error reporting during initial site generation
- markdown: Fixed crash if path does not exist when server starts - markdown: Fixed crash if path does not exist when server starts
- markdown: Fixed site generation and link indexing when files change
- templates: Added .NowDate for use in date-related functions
- Several bug fixes related to startup and shutdown functions - Several bug fixes related to startup and shutdown functions
......
CADDY 0.7.4 CADDY 0.7.5
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