Gitweb:
http://git.exim.org/exim.git/commitdiff/a612424f526dbe6a0bde0658cf104b41a8458d05
Commit: a612424f526dbe6a0bde0658cf104b41a8458d05
Parent: bad059db9d0052aae68ced3cd562319b0e11ace3
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Sat Aug 9 13:44:29 2014 +0100
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Sat Aug 9 13:44:29 2014 +0100
Doc updates for work since 4.83
---
doc/doc-docbook/spec.xfpt | 2 ++
doc/doc-txt/ChangeLog | 8 ++++++++
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 52c0f74..aa9d23d 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -5556,10 +5556,12 @@ unreachable.
The next two lines are concerned with &'ident'& callbacks, as defined by RFC
1413 (hence their names):
+.new
.code
rfc1413_hosts = *
rfc1413_query_timeout = 0s
.endd
+.wen
These settings cause Exim to avoid ident callbacks for all incoming SMTP calls.
Few hosts offer RFC1413 service these days; calls have to be
terminated by a timeout and this needlessly delays the startup
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 615b4cf..bea6b1a 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -8,6 +8,14 @@ TL/01 Bugzilla 1506: Re-add a 'return NULL' to silence complaints from static
checkers that were complaining about end of non-void function with no
return.
+JH/01 Bug 1513: Fix parsing of quoted parameter values in MIME headers.
+ This was a regression intruduced in 4.83 by another bugfix.
+
+JH/02 Fix broken compilation when EXPERIMENTAL_DSN is enabled.
+
+TL/02 Bug 1509: Fix exipick for enhanced spoolfile specification used when
+ EXPERIMENTAL_DNS is enabled. Fix from Wolfgang Breyha.
+
Exim version 4.83
-----------------