aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changelog8
1 files changed, 5 insertions, 3 deletions
diff --git a/Changelog b/Changelog
index 10db1a0..97283a5 100644
--- a/Changelog
+++ b/Changelog
@@ -1,9 +1,11 @@
interimap (0.5.7) upstream;
* interimap: create database with mode 0600 (but don't change mode of
- existing databases). The file was previously created with mode 0644,
- but its directory had restricted mode 0700. pullimap, on the other
- hand, already created state files with mode 0600.
+ existing databases). The file was previously created with mode 0644
+ minus umask restrictions, which for permissive umask(2)s is too open.
+ That being said its parent directory is created with restricted mode
+ 0700 so the impact is limited. pullimap, on the other hand, already
+ used mode 0600 for state file creation.
* Major Makefile refactoring: improve DESTDIR= handling, add new
targets 'all-nodoc', 'install-nodoc', and 'installcheck'. Also,
rename 'test' target to 'check'.