From c18ca98345ba54462a3199679f15c80da0634eef Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 3 Dec 2016 16:53:48 +0100 Subject: Prepare new release. --- Changelog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index b8d5780..3018a4d 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,18 @@ +lacme (0.2) upstream; + + + Honor Retry-After headers for certificate issuance and challenge + responses. + + Update example of Subscriber Agreement URL to v1.1.1. + + lacme: automaticall spawn lacme-acountd when a "[accountd]" section + is present in the configuration file. The "socket" option is then + ignored, and the two processes communicate through a socket pair. + + lacme: add an option --quiet to avoid mentioning valid certs (useful + in cronjobs) + - Minor manpage fixes + - More useful message upon Validation Challenge failure. + + -- Guilhem Moulin Sat, 03 Dec 2016 16:40:56 +0100 + lacme (0.1) upstream; * Initial public release. Development was started in December 2015. -- cgit v1.2.3 From bb5efce091215432fd2b82fbf50aff1536d415f6 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 5 Dec 2016 14:54:28 +0100 Subject: "config-certs" now points to a list of files or directories. --- Changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 3018a4d..f685306 100644 --- a/Changelog +++ b/Changelog @@ -8,6 +8,8 @@ lacme (0.2) upstream; ignored, and the two processes communicate through a socket pair. + lacme: add an option --quiet to avoid mentioning valid certs (useful in cronjobs) + + "config-certs" now points to a space separated list of files or + directories. New default "lacme-certs.conf lacme-certs.d/". - Minor manpage fixes - More useful message upon Validation Challenge failure. -- cgit v1.2.3 From 0eb9f40182299b2615f5ac0190d40429f5f64ed7 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 5 Dec 2016 16:45:27 +0100 Subject: s/lacme-certs.d/lacme-certs.conf.d/ --- Changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Changelog') diff --git a/Changelog b/Changelog index f685306..6f212b0 100644 --- a/Changelog +++ b/Changelog @@ -9,7 +9,7 @@ lacme (0.2) upstream; + lacme: add an option --quiet to avoid mentioning valid certs (useful in cronjobs) + "config-certs" now points to a space separated list of files or - directories. New default "lacme-certs.conf lacme-certs.d/". + directories. New default "lacme-certs.conf lacme-certs.conf.d/". - Minor manpage fixes - More useful message upon Validation Challenge failure. -- cgit v1.2.3