Browse Source

ACMEd v0.8.0

pull/31/head v0.8.0
Rodolphe Breard 4 years ago
parent
commit
942d0a9ba7
  1. 2
      CHANGELOG.md
  2. 2
      acme_common/Cargo.toml
  3. 2
      acmed/Cargo.toml
  4. 2
      man/en/acmed.8
  5. 2
      man/en/acmed.toml.5
  6. 2
      man/en/tacd.8
  7. 2
      tacd/Cargo.toml

2
CHANGELOG.md

@ -13,7 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.8.0] - 2020-06-12
### Changed ### Changed
- The HTTP(S) part is now handled by `reqwest` instead of `http_req`. - The HTTP(S) part is now handled by `reqwest` instead of `http_req`.

2
acme_common/Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "acme_common" name = "acme_common"
version = "0.7.0"
version = "0.8.0"
authors = ["Rodolphe Breard <rodolphe@what.tf>"] authors = ["Rodolphe Breard <rodolphe@what.tf>"]
edition = "2018" edition = "2018"
repository = "https://github.com/breard-r/libreauth" repository = "https://github.com/breard-r/libreauth"

2
acmed/Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "acmed" name = "acmed"
version = "0.7.0"
version = "0.8.0"
authors = ["Rodolphe Breard <rodolphe@what.tf>"] authors = ["Rodolphe Breard <rodolphe@what.tf>"]
edition = "2018" edition = "2018"
description = "ACME (RFC 8555) client daemon" description = "ACME (RFC 8555) client daemon"

2
man/en/acmed.8

@ -4,7 +4,7 @@
.\" are permitted in any medium without royalty provided the copyright .\" are permitted in any medium without royalty provided the copyright
.\" notice and this notice are preserved. This file is offered as-is, .\" notice and this notice are preserved. This file is offered as-is,
.\" without any warranty. .\" without any warranty.
.Dd March 12, 2020
.Dd June 12, 2020
.Dt ACMED 8 .Dt ACMED 8
.Os .Os
.Sh NAME .Sh NAME

2
man/en/acmed.toml.5

@ -4,7 +4,7 @@
.\" are permitted in any medium without royalty provided the copyright .\" are permitted in any medium without royalty provided the copyright
.\" notice and this notice are preserved. This file is offered as-is, .\" notice and this notice are preserved. This file is offered as-is,
.\" without any warranty. .\" without any warranty.
.Dd March 12, 2020
.Dd June 12, 2020
.Dt ACMED.TOML 5 .Dt ACMED.TOML 5
.Os .Os
.Sh NAME .Sh NAME

2
man/en/tacd.8

@ -4,7 +4,7 @@
.\" are permitted in any medium without royalty provided the copyright .\" are permitted in any medium without royalty provided the copyright
.\" notice and this notice are preserved. This file is offered as-is, .\" notice and this notice are preserved. This file is offered as-is,
.\" without any warranty. .\" without any warranty.
.Dd March 12, 2020
.Dd June 12, 2020
.Dt TACD 8 .Dt TACD 8
.Os .Os
.Sh NAME .Sh NAME

2
tacd/Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "tacd" name = "tacd"
version = "0.7.0"
version = "0.8.0"
authors = ["Rodolphe Breard <rodolphe@what.tf>"] authors = ["Rodolphe Breard <rodolphe@what.tf>"]
edition = "2018" edition = "2018"
description = "TLS-ALPN Challenge Daemon" description = "TLS-ALPN Challenge Daemon"

Loading…
Cancel
Save