From e97d1f088ab357d806bff8b7d5f3fce068a85989 Mon Sep 17 00:00:00 2001 From: Phil Pennock Date: Tue, 22 Mar 2011 09:37:32 -0400 Subject: Added dns_use_edns0 main option. Is int because need a "do not override default" option, but that stops us from using the bool expansion logic and so we need to explicitly set numbers. Should try to find a way around that. --- doc/doc-txt/ChangeLog | 2 ++ doc/doc-txt/NewStuff | 7 +++++++ 2 files changed, 9 insertions(+) (limited to 'doc/doc-txt') diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 14dac2946..7105e5fc6 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -13,6 +13,8 @@ PP/02 Harmonised TLS library version reporting; only show if debugging. PP/03 New openssl_options items: no_sslv2 no_sslv3 no_ticket no_tlsv1 +PP/04 New "dns_use_edns0" global option. + Exim version 4.75 ----------------- diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index b940afe34..c205e9c98 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -9,6 +9,13 @@ 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.76 +------------ + + 1. The global option "dns_use_edns0" may be set to coerce EDNS0 usage on + or off in the resolver library. + + Version 4.75 ------------ -- cgit v1.2.3