summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Lyons <tlyons@exim.org>2013-09-30 11:56:42 -0700
committerTodd Lyons <tlyons@exim.org>2013-09-30 11:56:42 -0700
commit1a7b746d86ec130021bc42586e54246e04142f40 (patch)
treedf9cc6e61a77145d63db9b2f030d361de6d51024
parent046172e6d8e51e3423b1d982c94f54b9874e081e (diff)
downloadexim4-1a7b746d86ec130021bc42586e54246e04142f40.tar.gz
Added documentation of features, acknowledgements
-rw-r--r--doc/doc-txt/ChangeLog4
-rw-r--r--doc/doc-txt/NewStuff3
-rw-r--r--src/ACKNOWLEDGMENTS2
3 files changed, 9 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 5d578f15a..0f603e4eb 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -235,6 +235,10 @@ TL/11 Bugzilla 1382 - Option ldap_require_cert overrides start_tls
TL/12 Enhanced documentation in the ratelimit.pl script provided in
the src/util/ subdirectory.
+TL/13 Bug 1301 - Imported transport SQL logging patch from Axel Rau
+ renamed to Transport Post Delivery Action by Jeremy Harris, as
+ EXPERIMENTAL_TPDA.
+
Exim version 4.80.1
-------------------
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index 2b038e32e..9c8b9df7b 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -154,6 +154,9 @@ Version 4.82
24. New ${hexquote:..string..} expansion operator converts non-printable
characters in the string to \xNN form.
+25. Experimental TPDA (Transport Post Delivery Action) function added.
+ Patch provided by Axel Rau.
+
Version 4.80
------------
diff --git a/src/ACKNOWLEDGMENTS b/src/ACKNOWLEDGMENTS
index 0611b1f99..ea9076a00 100644
--- a/src/ACKNOWLEDGMENTS
+++ b/src/ACKNOWLEDGMENTS
@@ -221,6 +221,7 @@ Chris Liddiard Fix for bug in exiqsumm
Chris Lightfoot Patch for -restore-times in exim_lock
Edgar Lovecraft Patch for ${str2b64:
Torsten Luettgert Suggested patch for proper integer overflow detection
+Todd Lyons Patch to add DMARC support using OpenDMARC libs/tools
David Madole Patch for SPA forced expansion failure bug
Lars Mainka Patch for OpenSSL crl collections
Andrey Malyshev Patch for $address_data after redirection bug
@@ -253,6 +254,7 @@ Eric Parusel Patch for tls_remember_esmtp
Gaige Paulsen Amended Darwin config files
Richard Premdas Patch for PAM buglet
Jason Pyeron Suggested patch for ignoring Sendmail's -O option
+Axel Rau Patch for Transport Post Delivery sql logging
Mark Rigby-Jones Patch for race condition during MBX locking
Robert Roselius Patch for OpenSSL workaround for bad clients
Larry Rosenman OpenUNIX config files