Gitweb:
http://git.exim.org/exim.git/commitdiff/1a7b746d86ec130021bc42586e54246e04142f40
Commit: 1a7b746d86ec130021bc42586e54246e04142f40
Parent: 046172e6d8e51e3423b1d982c94f54b9874e081e
Author: Todd Lyons <tlyons@???>
AuthorDate: Mon Sep 30 11:56:42 2013 -0700
Committer: Todd Lyons <tlyons@???>
CommitDate: Mon Sep 30 11:56:42 2013 -0700
Added documentation of features, acknowledgements
---
doc/doc-txt/ChangeLog | 4 ++++
doc/doc-txt/NewStuff | 3 +++
src/ACKNOWLEDGMENTS | 2 ++
3 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 5d578f1..0f603e4 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 2b038e3..9c8b9df 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 0611b1f..ea9076a 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