diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2017-01-18 11:36:24 -0500 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2017-01-18 11:36:24 -0500 |
commit | f988ce57300f2dcb7ddb63f767ef5ebef76b2aa4 (patch) | |
tree | 6348feb5447ab6ac182c785c0bab9f9328823bd9 /doc | |
parent | 4c04137d73637107669e02b21f890387aaa2ef34 (diff) |
Bug-fix no_require_dnssec parsing & spelling fixes
Patches from Josh Soref fixing spelling fixed two bugs:
* Parsing `no_require_dnssec` configuration option
* Setting `_HAVE_TRANSPORT_APPEND_MAILDIR` macro (for config parsing)
[ PP pulled these two out into a separate commit to update the ChangeLog
accordingly. ]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-misc/Ext-maildir++ | 2 | ||||
-rw-r--r-- | doc/doc-txt/ChangeLog | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/doc-misc/Ext-maildir++ b/doc/doc-misc/Ext-maildir++ index 6d821fb4d..1ee8e981e 100644 --- a/doc/doc-misc/Ext-maildir++ +++ b/doc/doc-misc/Ext-maildir++ @@ -330,7 +330,7 @@ Calculating the quota for a Maildir++ quota recalculation ended up removing maildirsize due to a race condition, so the caller may or may not get a file descriptor together with the Maildir++ size. - 4. If the numbers we got indicated that the Maidlir++ is over quota, + 4. If the numbers we got indicated that the Maildir++ is over quota, some additional logic is in order: if we did not recalculate maildirsize, if the numbers in maildirsize indicated that we are over quota, then if maildirsize was more than one line long, or if diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index dba99c2ff..67a1bf476 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,5 +1,5 @@ Change log file for Exim from version 4.21 -------------------------------------------- +------------------------------------------ This document describes *changes* to previous versions, that might affect Exim's operation, with an unchanged configuration file. For new options, and new features, see the NewStuff file next to this ChangeLog. @@ -24,6 +24,10 @@ JH/04 Bug 2004: fix CHUNKING in non-PIPELINEING mode. Chunk data following giving a synch failure. Fix by only checking for synch immediately before acknowledging the chunk. +PP/02 GitHub PR 52: many spelling fixes, which include fixing parsing of + no_require_dnssec option and creation of _HAVE_TRANSPORT_APPEND_MAILDIR + macro. Patches provided by Josh Soref. + Exim version 4.88 ----------------- |