Skip to content

Commit 80dfb8b

Browse files
committed
vendor: Update lego; notes for v0.11.5
1 parent 98f160e commit 80dfb8b

File tree

19 files changed

+651
-55
lines changed

19 files changed

+651
-55
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Caddy binaries have no dependencies and are available for every platform. Get Ca
7676

7777
## Build
7878

79-
To build from source you need **[Git](https://git-scm.com/downloads)** and **[Go](https://golang.org/doc/install)** (1.10 or newer). Follow these instruction for fast building:
79+
To build from source you need **[Git](https://git-scm.com/downloads)** and **[Go](https://golang.org/doc/install)** (1.12 or newer). Follow these instruction for fast building:
8080

8181
- Get the source with `go get github.com/mholt/caddy/caddy` and then run `go get github.com/caddyserver/builds`
8282
- Now `cd $GOPATH/src/github.com/mholt/caddy/caddy` and run `go run build.go`

dist/CHANGES.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
CHANGES
22

33

4+
0.11.5 (March 4, 2019)
5+
- TLS 1.3
6+
- Built with Go 1.12
7+
- More organized output at startup
8+
- internal: Paths are now hidden from other middlewares
9+
- staticfiles: Allow HEAD method
10+
- tls: TLS 1.3 default max version (1.2 still default min)
11+
- tls: Better handling of empty ACME email addresses
12+
- tls: Removed CBC ciphers from defaults
13+
- Other minor improvements and bug fixes
14+
15+
416
0.11.4 (February 15, 2019)
517
- New -json-to-caddyfile and -caddyfile-to-json flags
618
- Fix leaking logging goroutine on SIGUSR1

dist/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CADDY 0.11.4
1+
CADDY 0.11.5
22

33
Website
44
https://caddyserver.com

vendor/github.com/cenkalti/backoff/LICENSE

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cenkalti/backoff/backoff.go

Lines changed: 66 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cenkalti/backoff/context.go

Lines changed: 63 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cenkalti/backoff/exponential.go

Lines changed: 153 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)