diff options
author | Phil Pennock <pdp@exim.org> | 2012-03-21 01:45:59 -0700 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-03-21 01:45:59 -0700 |
commit | c45dd1801a10dc40580d422218ae8bfcd7128fc8 (patch) | |
tree | 0b963f5b5a444a4a02e4d9b985cf08880821612e /doc/doc-txt | |
parent | c7955b11ec2f588b346b0bcdbd1e2fa1b55b1630 (diff) | |
parent | 4a6a987a85df3ff3706a930aa580b0d5d708c580 (diff) |
Merge branch 'dbmjz'
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 | ||||
-rw-r--r-- | doc/doc-txt/NewStuff | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 1cd08bf70..f24e1a8f9 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -37,7 +37,9 @@ PP/08 cyrus_sasl server now expands the server_realm option. PP/09 Bugzilla 1214 - Log authentication information in reject log. Patch by Jeremy Harris. -PP/10 Let heimdal_gssapi authenticator take a SASL message without an authzid. +PP/10 Added dbmjz lookup type. + +PP/11 Let heimdal_gssapi authenticator take a SASL message without an authzid. Exim version 4.77 diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 057656c24..c25e51ba0 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -31,6 +31,10 @@ Version 4.78 4. New expansion variable $tls_bits. + 5. New lookup type, "dbmjz". Key is an Exim list, the elements of which will + be joined together with ASCII NUL characters to construct the key to pass + into the DBM library. + Version 4.77 ------------ |