mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-23 17:16:40 +01:00
Update changelog and readme
This commit is contained in:
parent
0970c058f7
commit
9905f48c8e
2 changed files with 18 additions and 2 deletions
18
dist/CHANGES.txt
vendored
18
dist/CHANGES.txt
vendored
|
@ -1,7 +1,23 @@
|
||||||
CHANGES
|
CHANGES
|
||||||
|
|
||||||
<master>
|
0.8 beta
|
||||||
|
- Let's Encrypt (free, automatic, fully-managed HTTPS for your sites)
|
||||||
|
- Graceful restarts (for POSIX-compatible systems)
|
||||||
|
- Major internal refactoring to allow use of Caddy as library
|
||||||
- New directive 'mime' to customize Content-Type based on file extension
|
- New directive 'mime' to customize Content-Type based on file extension
|
||||||
|
- New -accept flag to accept Let's Encrypt SA without prompt
|
||||||
|
- New -ca flag to customize ACME CA server URL
|
||||||
|
- New -revoke flag to revoke a certificate
|
||||||
|
- browse: Render filenames with multiple whitespace properly
|
||||||
|
- markdown: Include Last-Modified header in response
|
||||||
|
- startup, shutdown: Better Windows support
|
||||||
|
- templates: Bug fix for .Host when port is absent
|
||||||
|
- templates: Include Last-Modified header in response
|
||||||
|
- templates: Support for custom delimiters
|
||||||
|
- tls: For non-local hosts, default port is now 443 unless specified
|
||||||
|
- tls: Force-disable HTTPS
|
||||||
|
- tls: Specify Let's Encrypt email address
|
||||||
|
- Many, many more tests and numerous bug fixes and improvements
|
||||||
|
|
||||||
|
|
||||||
0.7.6 (September 28, 2015)
|
0.7.6 (September 28, 2015)
|
||||||
|
|
2
dist/README.txt
vendored
2
dist/README.txt
vendored
|
@ -1,4 +1,4 @@
|
||||||
CADDY 0.7.6
|
CADDY 0.8 beta
|
||||||
|
|
||||||
Website
|
Website
|
||||||
https://caddyserver.com
|
https://caddyserver.com
|
||||||
|
|
Loading…
Reference in a new issue