From 5ea132288e4f83fa24ebf3f61b503e440aaccad5 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 26 Apr 2018 16:50:11 +0200 Subject: Fix manpage generation with pandoc >=2.1 --- Changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 2fd2f8e..a8ebfe6 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,9 @@ +lacme (0.5) upstream; + + * Fix manpage generation with pandoc >=2.1 + + -- Guilhem Moulin Thu, 26 Apr 2018 16:48:13 +0200 + lacme (0.4) upstream; * Fix generation of manpages with pandoc >=1.18 -- cgit v1.2.3 From d1bc3ad109a3000bda8a7876673ff9a0281e8c7b Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 26 Apr 2018 20:29:44 +0200 Subject: Use ACME v2 endpoints https://tools.ietf.org/html/draft-ietf-acme-acme-12 --- Changelog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Changelog') diff --git a/Changelog b/Changelog index a8ebfe6..633222a 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,12 @@ lacme (0.5) upstream; - * Fix manpage generation with pandoc >=2.1 + + Use ACME v2 endpoints (update protocol to the last draft of the spec + https://tools.ietf.org/html/draft-ietf-acme-acme-12 ). Remove the + 'reg=' command, and rename the 'new-reg', 'new-cert' and + 'revoke-cert' commands to 'account', 'newOrder', and 'revokeCert' + respectively, to match the the URI resource names. For backward + compatibility 'new-cert' and 'revoke-cert' remain supported. + - Fix manpage generation with pandoc >=2.1 -- Guilhem Moulin Thu, 26 Apr 2018 16:48:13 +0200 -- cgit v1.2.3