Gitweb:
http://git.exim.org/exim.git/commitdiff/a01ba0815be7209559968f44f3498136a7924527
Commit: a01ba0815be7209559968f44f3498136a7924527
Parent: 6b8e6cb23ce5cc39a83c7fd0a373c79953351fec
Author: Phil Pennock <pdp@???>
AuthorDate: Mon Jan 17 01:57:28 2011 -0500
Committer: Phil Pennock <pdp@???>
CommitDate: Mon Jan 17 01:57:28 2011 -0500
Mention new dlopen functionality.
---
doc/doc-txt/NewStuff | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index f668ae1..8c8aeaa 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -9,6 +9,16 @@ test from the snapshots or the CVS before the documentation is updated. Once
the documentation is updated, this file is reduced to a short list.
+Version 4.74
+------------
+
+ 1. Exim now supports loading some lookup types at run-time, using your
+ platform's dlopen() functionality. This has limited platform support
+ and the intention is not to support every variant, it's limited to
+ dlopen(). This permits the main Exim binary to not be linked against
+ all the libraries needed for all the lookup types.
+
+
Version 4.73
------------