diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-06-27 10:40:14 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-06-27 10:40:14 +0000 |
commit | e7ad8a65f1285fad97e1f283cde98eadf1d025f2 (patch) | |
tree | f6cf3c0f6b6f79a650d9c29fded1bf73a69ee4bf /doc/doc-txt | |
parent | 7cb24976e7964b7e03c9ea95e65a86f287d45bcc (diff) |
Removed support for Linux-libc5. It must be well obsolete, and the code
in the os-type script was giving problems when libc.so lives in lib64,
like on x86_64 Fedora Core.
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 cd6c2f0e3..f75b02fbb 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.171 2005/06/27 10:21:38 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.172 2005/06/27 10:40:14 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -198,6 +198,11 @@ PH/28 Changed -d+all to exclude +memory, because that information is very rarely of interest, but it makes the output a lot bigger. People tend to do -d+all out of habit. +PH/29 Removed support for the Linux-libc5 build, as it is obsolete and the + code in os-type was giving problems when libc.so lives in lib64, like on + x86_64 Fedora Core. + + Exim version 4.51 ----------------- |