parent
ad8b4ec8fe
commit
deaad9ce2b
|
@ -92,6 +92,13 @@ script:
|
||||||
- ln ../LICENSE example-dnscrypt-proxy.toml example-*.txt netbsd-amd64/
|
- ln ../LICENSE example-dnscrypt-proxy.toml example-*.txt netbsd-amd64/
|
||||||
- tar czpvf dnscrypt-proxy-netbsd_amd64-${TRAVIS_TAG:-dev}.tar.gz netbsd-amd64
|
- tar czpvf dnscrypt-proxy-netbsd_amd64-${TRAVIS_TAG:-dev}.tar.gz netbsd-amd64
|
||||||
|
|
||||||
|
- go clean
|
||||||
|
- env GOOS=solaris GOARCH=amd64 go build -ldflags="-s -w"
|
||||||
|
- mkdir solaris-amd64
|
||||||
|
- ln dnscrypt-proxy solaris-amd64/
|
||||||
|
- ln ../LICENSE example-dnscrypt-proxy.toml example-*.txt solaris-amd64/
|
||||||
|
- tar czpvf dnscrypt-proxy-solaris_amd64-${TRAVIS_TAG:-dev}.tar.gz solaris-amd64
|
||||||
|
|
||||||
- go clean
|
- go clean
|
||||||
- env CGO_ENABLED=0 GOOS=linux GOARCH=386 go build -ldflags="-s -w"
|
- env CGO_ENABLED=0 GOOS=linux GOARCH=386 go build -ldflags="-s -w"
|
||||||
- mkdir linux-i386
|
- mkdir linux-i386
|
||||||
|
|
|
@ -11,6 +11,7 @@ been set to `true`.
|
||||||
- CPU usage when enabling DNSCrypt ephemeral keys has been reduced.
|
- CPU usage when enabling DNSCrypt ephemeral keys has been reduced.
|
||||||
- New command-line option: `-show-certs` to print DoH certificate
|
- New command-line option: `-show-certs` to print DoH certificate
|
||||||
hashes.
|
hashes.
|
||||||
|
- Solaris packages are now provided.
|
||||||
|
|
||||||
* Version 2.0.25
|
* Version 2.0.25
|
||||||
- The example IP address for network probes didn't work on Windows.
|
- The example IP address for network probes didn't work on Windows.
|
||||||
|
|
Loading…
Reference in New Issue