summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2012-05-17 19:37:49 -0400
committerPhil Pennock <pdp@exim.org>2012-05-17 19:37:49 -0400
commit9e45c72b8e4f14f722c704634ee0880ca65e4686 (patch)
tree616d22625e96fa5cf83fc8f16cabf0edae5c20dd
parent2605c55b14a65002af9a51708adf212178772f80 (diff)
Insert new JH/02 entry for the ACL clean-up
-rw-r--r--doc/doc-txt/ChangeLog6
-rw-r--r--doc/doc-txt/NewStuff1
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index aeaf2da69..bf4ddf1af 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 ee267c74e..36b85d1ba 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
------------