diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2019-04-17 23:33:03 +0200 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2019-04-19 15:48:50 +0200 |
commit | 82a996b1cc5a4299674260962778fc2ad1f2f75e (patch) | |
tree | 7b316344191a4b65a78354459befc7572bfc2580 /doc | |
parent | b66fecb428871a3eb274d9370671f1eaf8c5ccec (diff) |
exigrep: do case sensitive option processing again. Closes 2392
-M (--related) was hidden by -m (--man), because of case insensitive
option matching. (4.90 … 4.92 did case insensitive option processing)
Thanks to Andreas Metzler for reporting this issue.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 01ee17960..cf8c41a9f 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -70,6 +70,13 @@ HS/01 Bug 2390: Use message_id for tempfile creation to avoid races in a systems which restrict the file name length to lower values. (It was "hdr.$pid".) +HS/01 Bug 2390: Use message_id for tempfile creation to avoid races in a + shared (NFS) environment. + +HS/02 Bug 2392: exigrep does case sensitive *option* processing (as it + did for all versions <4.90). Notably -M, -m, --invert, -I may be + affected. + Exim version 4.92 ----------------- |