diff options
author | Phil Pennock <pdp@exim.org> | 2011-08-27 16:10:52 -0700 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2011-08-27 16:10:52 -0700 |
commit | 7f2a2a43f103bf22970a2b87ad8106f1a57b3d57 (patch) | |
tree | 0ce3d199bbe0e8d486599ee36b2fbba12758c209 /doc/doc-txt | |
parent | 9e949f00f404d3672b1ecd7c1bfd5e8927a3301d (diff) |
Stop build process more reliably on failure.
Patch from Heiko Schlittermann.
Fixes bug 1087
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 6181dd2d2..d6891794d 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -88,8 +88,8 @@ TF/06 Removed a few PCRE remnants. TF/07 Automatically extract Exim's version number from tags in the git repository when doing development or release builds. -PP/02 Raise smtp_cmd_buffer_size to 16kB. Patch from Paul Fisher. - Bugzilla 879. +PP/02 Raise smtp_cmd_buffer_size to 16kB. + Bugzilla 879. Patch from Paul Fisher. PP/03 Implement SSL-on-connect outbound with protocol=smtps on smtp transport. Heavily based on revision 40f9a89a from Simon Arlott's tree. @@ -98,8 +98,10 @@ PP/03 Implement SSL-on-connect outbound with protocol=smtps on smtp transport. PP/04 Use .dylib instead of .so for dynamic library loading on MacOS. PP/05 Variable $av_failed, true if the AV scanner deferred. - Patch from John Horne. - Bugzilla 1078. + Bugzilla 1078. Patch from John Horne. + +PP/06 Stop make process more reliably on build failure. + Bugzilla 1087. Patch from Heiko Schlittermann. Exim version 4.76 |