diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-07-05 12:57:24 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-07-15 19:50:09 +0100 |
commit | 0a6c178c6c5f45668b5bb37b8be723cc9d1e72ae (patch) | |
tree | b6029ffb5335c062b804d05f5f5479f40be07404 /doc | |
parent | cfb9cf20cb8112f45b4cb4f9106f290bfc7ede18 (diff) |
Use the BDB "environment" so that a database config file is not looked for. Bug 2141
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index da6f19820..de8151f65 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -123,6 +123,11 @@ JH/18 Prebuild the data-structure for "builtin" macros, for faster startup. was met in the configuration file input during startup; now it is done during compilation. +JH/19 Bug 2141: Use the full-complex API for Berkeley DB rather than the legacy- + compatible one, to avoid the (poorly documented) possibility of a config + file in the working directory redirecting the DB files, possibly correpting + some existing file. + Exim version 4.89 ----------------- |