diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-04-25 10:06:30 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-04-25 10:06:30 +0000 |
commit | 7e9f683dbbd65f95ffbe6324af9951893e8d85ac (patch) | |
tree | e98f670ce67df4eabdc4f88aa92039bf4a478701 /doc | |
parent | 71397c82b53a22ce20701caeaad814a085414f8b (diff) |
Make lockfile_mode apply to MBX lock files.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 28044a279..60e901aac 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.345 2006/04/20 15:05:15 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.346 2006/04/25 10:06:30 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -36,6 +36,10 @@ PH/05 Batch deliveries by appendfile and pipe transports did not work when the PH/06 A failure to get a lock for a hints database would erroneously always say "Failed to get write lock", even when it was really a read lock. +PH/07 The appendfile transport was creating MBX lock files with a fixed mode + of 0600. This has been changed to use the value of the lockfile_mode + option (which defaults to 0600). + Exim version 4.61 ----------------- |