diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-03 15:26:54 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-03 15:26:54 +0000 |
commit | 309bd837529724b7574e2b0b7bdaf1a271137199 (patch) | |
tree | aa54544d74a1209e05a36f9e1fd8368e47ac54a9 /doc/doc-txt | |
parent | 9b3719888275859f10e5a8c6e87a92899abc0d95 (diff) |
Always recognize IPv6 domain literal domains.
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index dc2d0ceff..212ec706c 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.282 2005/12/22 14:54:50 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.283 2006/02/03 15:26:54 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -67,6 +67,11 @@ PH/11 The exinext utility has a -C option for testing purposes, but although PH/12 In the smtp transport, treat an explicit ECONNRESET error the same as an end-of-file indication when reading a command response. +PH/13 Domain literals for IPv6 were not recognized unless IPv6 support was + compiled. In many other places in Exim, IPv6 addresses are always + recognized, so I have changed this. It also means that IPv4 domain + literals of the form [IPV4:n.n.n.n] are now always recognized. + Exim version 4.60 ----------------- |