Skip to content

Commit

Permalink
Bumped version to 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mholt committed Aug 5, 2015
1 parent 7796ff0 commit a2be7b4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ access.log

/*.conf
Caddyfile

og_static/
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (
Name = "Caddy"

// Version is the program version
Version = "0.7.4"
Version = "0.7.5"
)

var (
Expand Down
7 changes: 6 additions & 1 deletion dist/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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


Expand Down
2 changes: 1 addition & 1 deletion dist/README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CADDY 0.7.4
CADDY 0.7.5

Website
https://caddyserver.com
Expand Down

0 comments on commit a2be7b4

Please sign in to comment.