mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-25 06:55:06 +08:00
Bumped version to 0.7.5
This commit is contained in:
parent
7796ff0f69
commit
a2be7b4548
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -12,3 +12,5 @@ access.log
|
|||
|
||||
/*.conf
|
||||
Caddyfile
|
||||
|
||||
og_static/
|
|
@ -20,7 +20,7 @@ const (
|
|||
Name = "Caddy"
|
||||
|
||||
// Version is the program version
|
||||
Version = "0.7.4"
|
||||
Version = "0.7.5"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
7
dist/CHANGES.txt
vendored
7
dist/CHANGES.txt
vendored
|
@ -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
|
||||
|
||||
|
||||
|
|
2
dist/README.txt
vendored
2
dist/README.txt
vendored
|
@ -1,4 +1,4 @@
|
|||
CADDY 0.7.4
|
||||
CADDY 0.7.5
|
||||
|
||||
Website
|
||||
https://caddyserver.com
|
||||
|
|
Loading…
Reference in New Issue
Block a user