diff options
author | Matthew Holt <[email protected]> | 2015-08-05 13:26:12 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2015-08-05 13:26:12 -0600 |
commit | a2be7b45485ee9fdafd0609a90e87b434fcc8538 (patch) | |
tree | d977308a373bd8fc3b6eb3a10972775dc7807b7d | |
parent | 7796ff0f690b96f49d310cbd1817dedcf1a40fad (diff) | |
download | caddy-a2be7b45485ee9fdafd0609a90e87b434fcc8538.tar.gz caddy-a2be7b45485ee9fdafd0609a90e87b434fcc8538.zip |
Bumped version to 0.7.5v0.7.5
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | app/app.go | 2 | ||||
-rw-r--r-- | dist/CHANGES.txt | 7 | ||||
-rw-r--r-- | dist/README.txt | 2 |
4 files changed, 10 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 3f87b8fb2..0dd26ce5d 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 e73f95b4e..b006d2942 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 34faa66a0..dced4bd4e 100644 --- a/dist/CHANGES.txt +++ b/dist/CHANGES.txt @@ -1,9 +1,14 @@ 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 +- 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 4a0713b85..2a3cbfc0f 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 |