diff --git a/.gitignore b/.gitignore index 3f87b8fb..0dd26ce5 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,5 @@ access.log /*.conf Caddyfile + +og_static/ \ No newline at end of file diff --git a/app/app.go b/app/app.go index e73f95b4..b006d294 100644 --- a/app/app.go +++ b/app/app.go @@ -20,7 +20,7 @@ const ( Name = "Caddy" // Version is the program version - Version = "0.7.4" + Version = "0.7.5" ) var ( diff --git a/dist/CHANGES.txt b/dist/CHANGES.txt index 34faa66a..dced4bd4 100644 --- a/dist/CHANGES.txt +++ b/dist/CHANGES.txt @@ -1,9 +1,14 @@ CHANGES - +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 +- 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 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 diff --git a/dist/README.txt b/dist/README.txt index 4a0713b8..2a3cbfc0 100644 --- a/dist/README.txt +++ b/dist/README.txt @@ -1,4 +1,4 @@ -CADDY 0.7.4 +CADDY 0.7.5 Website https://caddyserver.com