aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2019-08-22 00:30:11 +0200
committerGuilhem Moulin <guilhem@fripost.org>2019-08-22 00:34:04 +0200
commit89f8c948d7b39314d7fc997643874adc6be92462 (patch)
tree7c979a4eb191a412888f1ad0030e856db4fec70f /Changelog
parent454b29d61daaba8f19f0d890d59d259ef1416907 (diff)
Use /run for the listening socket of the webserver component.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index c7cc0b3..2010c52 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,11 @@
+lacme (0.7) UNRELEASED;
+
+ + Default listening socket for the webserver component is now
+ /run/lacme-www.socket. (It was previously under the legacy directory
+ /var/run.)
+
+ -- Guilhem Moulin <guilhem@debian.org> Thu, 22 Aug 2019 00:31:35 +0200
+
lacme (0.6) upstream;
+ client: poll order URL instead of each authz URL successively.