diff options
author | Phil Pennock <pdp@exim.org> | 2017-02-11 16:10:16 -0500 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2017-02-11 16:10:16 -0500 |
commit | 0aaf76a49ec6e788d56b3b2100436f3641284532 (patch) | |
tree | 4c56e9eb7f2c5967cd3464b74e1dde2b545f053f | |
parent | 863bd541063e72fcea7305b9d3ee2cb460a6d3d1 (diff) |
Mention FreeBSD/iconv in README.UPDATING
-rw-r--r-- | src/README.UPDATING | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/README.UPDATING b/src/README.UPDATING index ef07d6533..5dbc8afb4 100644 --- a/src/README.UPDATING +++ b/src/README.UPDATING @@ -35,6 +35,9 @@ Exim version 4.89 The file doc/openssl.txt contains instructions for installing a current OpenSSL outside the system library paths and building Exim to use it. + * FreeBSD: we now always use the system iconv in libc, as all versions of + FreeBSD supported by the FreeBSD project provide this functionality. + Exim version 4.88 ----------------- |