aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2021-02-19 00:06:49 +0100
committerGuilhem Moulin <guilhem@fripost.org>2021-02-20 18:18:48 +0100
commitbaa7c25db322a9472c9155422057ec56aa93f439 (patch)
tree9d6218b9fa85ae177e7c7a4593181ee21ff953f5 /Changelog
parent42a8f9813716ed3495b6f49edea429b127eef0f0 (diff)
Use File::Basename::dirname().
To correctly extract the parent directory of the socket path. The previous returned an empty string when the socket path didn't contain ‘/’.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 4d18b38..5bca11e 100644
--- a/Changelog
+++ b/Changelog
@@ -62,6 +62,8 @@ lacme (0.7.1) upstream;
- Use 'acme-challenge.XXXXXXXXXX' as template for the temporary ACME
challenge directory.
- Set the DEBUG environment variable to 0/1 instead of ""/1.
+ - Use File::Basename::dirname() to correctly extract the parent
+ directory of the socket path.
-- Guilhem Moulin <guilhem@fripost.org> Wed, 09 Dec 2020 18:23:22 +0100