mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-27 22:23:48 +03:00
Notes for v0.11.3
This commit is contained in:
parent
87b645386f
commit
2ea544e9a0
2 changed files with 14 additions and 1 deletions
13
dist/CHANGES.txt
vendored
13
dist/CHANGES.txt
vendored
|
@ -1,6 +1,19 @@
|
|||
CHANGES
|
||||
|
||||
|
||||
0.11.3 (February 5, 2019)
|
||||
- New {server_port} placeholder
|
||||
- New third-party plugin: extauth
|
||||
- New flags -log-roll-mb and -log-roll-compress
|
||||
- basicauth: Bypass for OPTIONS method
|
||||
- errors/log: Ability to disable log rolling
|
||||
- proxy: New subdirective 'ca_certificates'
|
||||
- staticfiles: Require GET method to serve static files
|
||||
- tls: Fixes to self-signed certs, IP certs, email prompts, & more
|
||||
- SOLVED REGRESSIONS: #2356, #2414
|
||||
- A number of other important fixes and improvements
|
||||
|
||||
|
||||
0.11.2 (January 16, 2019)
|
||||
- Extracted automagic TLS code into CertMagic library
|
||||
- Add support for new clustering plugins
|
||||
|
|
2
dist/README.txt
vendored
2
dist/README.txt
vendored
|
@ -1,4 +1,4 @@
|
|||
CADDY 0.11.2
|
||||
CADDY 0.11.3
|
||||
|
||||
Website
|
||||
https://caddyserver.com
|
||||
|
|
Loading…
Reference in a new issue