aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2017-07-01 19:36:46 +0200
committerGuilhem Moulin <guilhem@fripost.org>2017-07-01 19:36:46 +0200
commit7a4e51344423ee3309c258087a69dac29bf30b51 (patch)
treebd9dc6fcab0f299c7ac4b9903107994d495f6d20 /Changelog
parent7f674213fb08129bd379d2f87e401a42899a60b8 (diff)
Ensure fdopen is called with an integer.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 0674c4a..27e1dfd 100644
--- a/Changelog
+++ b/Changelog
@@ -30,6 +30,9 @@ 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.)
-- Guilhem Moulin <guilhem@guilhem.org> Sun, 19 Feb 2017 13:08:41 +0100