mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-15 23:36:26 +03:00
Bumped version to 0.7.5
This commit is contained in:
parent
7796ff0f69
commit
a2be7b4548
4 changed files with 10 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -12,3 +12,5 @@ access.log
|
||||||
|
|
||||||
/*.conf
|
/*.conf
|
||||||
Caddyfile
|
Caddyfile
|
||||||
|
|
||||||
|
og_static/
|
|
@ -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 (
|
||||||
|
|
7
dist/CHANGES.txt
vendored
7
dist/CHANGES.txt
vendored
|
@ -1,9 +1,14 @@
|
||||||
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
|
||||||
|
|
||||||
|
|
||||||
|
|
2
dist/README.txt
vendored
2
dist/README.txt
vendored
|
@ -1,4 +1,4 @@
|
||||||
CADDY 0.7.4
|
CADDY 0.7.5
|
||||||
|
|
||||||
Website
|
Website
|
||||||
https://caddyserver.com
|
https://caddyserver.com
|
||||||
|
|
Loading…
Reference in a new issue