summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2012-03-02 01:51:01 -0800
committerPhil Pennock <pdp@exim.org>2012-03-02 01:51:01 -0800
commit4a6a987a85df3ff3706a930aa580b0d5d708c580 (patch)
tree52183540a3bb398e8470d71d5edf5f1d083f2af9 /doc/doc-txt
parentb98bb9ac90bfc9c812c4c660fe017284ee222686 (diff)
Add dbmjz lookup type
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/ChangeLog2
-rw-r--r--doc/doc-txt/NewStuff4
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 39b6107b7..9aca72920 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -37,6 +37,8 @@ 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 Added dbmjz lookup type.
+
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
------------