aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog7
1 files changed, 6 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 0674c4a..070f2e3 100644
--- a/Changelog
+++ b/Changelog
@@ -5,7 +5,7 @@ lacme (0.3) upstream;
+ new-cert: create certificate files atomically.
+ webserver: allow listening to multiple addresses (useful when
dual IPv4/IPv6 stack is not supported). Listen to a UNIX-domain
- socket by default </var/run/lacme.socket>.
+ socket by default </var/run/lacme-www.socket>.
+ webserver: don't install temporary iptables by default. Hosts
without a public HTTP daemon listening on port 80 need to set the
'listen' option to [::] and/or 0.0.0.0, and possibly set the
@@ -30,6 +30,11 @@ lacme (0.3) upstream;
--version.
- client: remove potential race when creating ACME challenge response
files.
+ - When using open with mode "<&=" or ">&=", ensure the expression
+ (fileno) is interpreted as an integer. (This failed in Perl v5.14.2
+ from Debian Jessie.)
+ - Specify minimum required Perl version (v5.14.2). Moreover lacme(1)
+ requires Socket 1.95 or later (for instance for IPPROTO_IPV6).
-- Guilhem Moulin <guilhem@guilhem.org> Sun, 19 Feb 2017 13:08:41 +0100