aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2021-02-14 17:01:17 +0100
committerGuilhem Moulin <guilhem@fripost.org>2021-02-14 20:04:40 +0100
commita903ea92dd736c560d21fe45063d4914765fa173 (patch)
treeca4f7e352cc01d1f05b63df20e4eb142f98e28ca /Changelog
parent9dfb2cde7baf686113e49266c28940c8a564c1ca (diff)
challenge-directory now needs to be set to an *existing* directory.
Since lacme(8) spawns a builtin webserver by default the change doesn't affect default configurations. See https://bugs.debian.org/970800 for the rationale.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 34ace54..39249b4 100644
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,12 @@
lacme (0.7.1) upstream;
+ * Breaking change: 'challenge-directory' now needs to be set to an
+ *existing* directory (writable by the lacme client user). Since
+ lacme(8) spawns a builtin webserver by default the change doesn't
+ affect default configurations.
+ Thanks to Benjamin Tietz for the idea and initial patch.
+ * Breaking change: the 'iptables' option is now ignored unless the
+ builtin webserver is used.
* Unprivileged user/group for the internal client resp. webserver are
now configurable at install time.
* lacme: new flag `--force`, which aliases to `--min-days=-1`, i.e.,