Skip to content

Commit

Permalink
Bump version to 1.3.13 [#133859355]
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Thornton <[email protected]>
  • Loading branch information
sesmith177 authored and Anna Thornton committed Nov 9, 2016
1 parent 125efc4 commit f4d1802
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
v1.3.13 Nov 09, 2016
=====================

* Option to enable hosting of hidden dot-files
- To enable hosting of hidden dot-files, add the line:
'host_dot_files: true'
to the Staticfile
- If this line is not present, no hiddne dot-files will be served
(https://www.pivotaltracker.com/story/show/130223889)

* Enable HSTS support
- To enable HSTS support, add the line:
'http_strict_transport_security: true'
to the Staticfile
(https://www.pivotaltracker.com/story/show/128980925)

* Don't write hashed credentials from Staticfile.auth to the logs
(https://www.pivotaltracker.com/story/show/130048269)

v1.3.12 Oct 19, 2016
=====================

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.12
1.3.13

0 comments on commit f4d1802

Please sign in to comment.