aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorEinhard Leichtfuß <alguien@respiranto.de>2018-12-03 21:23:24 +0100
committerEinhard Leichtfuß <alguien@respiranto.de>2018-12-03 21:29:37 +0100
commitdc1be4c559bb2cfef9fe923a77b3cb474c196358 (patch)
treefe31140fd6a5abd84836e1dfc1119dece27739cd /CHANGELOG
parent65bcfce435ba755ca17077c6cd53b5edbe785b31 (diff)
Treat temporary file with care
Particularly in case somebody uses de-/encrypting {input,ouput}_program, it is important that the temporary file containing the decrypted data remains only accessible by the current user and is deleted when no longer needed.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bffe063..4fa3218 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -14,5 +14,5 @@ General:
Compatibility:
--------------
- Fixed incompatibility with OpenBSD.
- `- Use `sed -E' (extended regular expressions) in ./configure.
+ `- Simplify configure[.ac] (most notably get rid of `sed').
`- Use `/usr/bin/env bash' in the shebang.