Gitweb:
http://git.exim.org/exim.git/commitdiff/9e45c72b8e4f14f722c704634ee0880ca65e4686
Commit: 9e45c72b8e4f14f722c704634ee0880ca65e4686
Parent: 2605c55b14a65002af9a51708adf212178772f80
Author: Phil Pennock <pdp@???>
AuthorDate: Thu May 17 19:37:49 2012 -0400
Committer: Phil Pennock <pdp@???>
CommitDate: Thu May 17 19:37:49 2012 -0400
Insert new JH/02 entry for the ACL clean-up
---
doc/doc-txt/ChangeLog | 6 ++++--
doc/doc-txt/NewStuff | 1 +
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index aeaf2da..bf4ddf1 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -65,6 +65,8 @@ TK/01 Bugzilla 1239 - fix DKIM verification when signature was not inserted
JH/01 Bugzilla 660 - Multi-valued attributes from ldap now parseable as a
comma-sep list; embedded commas doubled.
+JH/02 Refactored ACL "verify =" logic to table-driven dispatch.
+
PP/15 LDAP: Check for errors of TLS initialisation, to give correct
diagnostics.
Report and patch from Dmitry Banschikov.
@@ -99,7 +101,7 @@ PP/23 Added PCRE_CONFIG=yes support to Makefile for using pcre-config to
PP/24 Fixed headers_only on smtp transports (was not sending trailing dot).
Bugzilla 1246, report and most of solution from Tomasz Kusy.
-JH/02 ${eval } now uses 64-bit and supports a "g" suffix (like to "k" and "m").
+JH/03 ${eval } now uses 64-bit and supports a "g" suffix (like to "k" and "m").
This may cause build issues on older platforms.
PP/25 Revamped GnuTLS support, passing tls_require_ciphers to
@@ -112,7 +114,7 @@ PP/26 Added EXPERIMENTAL_OCSP for OpenSSL.
PP/27 Applied dnsdb SPF support patch from Janne Snabb.
-JH/03 Added expansion variable $tod_epoch_l for a higher-precision time.
+JH/04 Added expansion variable $tod_epoch_l for a higher-precision time.
Exim version 4.77
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index ee267c7..36b85d1 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -96,6 +96,7 @@ Version 4.80
14. New expansion variable $tod_epoch_l for higher-precision time.
+
Version 4.77
------------