diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-01-23 11:01:09 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-01-23 11:01:09 +0000 |
commit | bbe15da854996fd270bd26ccb35418c08b4a46c5 (patch) | |
tree | 95ce92db9160d5e494a4bd5e7b979fdfd86eb5f3 /doc/doc-txt/ChangeLog | |
parent | 54fc8428c5c4b3fa90347e5ca7d89c2d752a7032 (diff) |
Tidies to the test-suite infrastructure for compiling auxiliary
programs.
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 6db4096a7..16ca18252 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.457 2007/01/22 16:29:54 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.458 2007/01/23 11:01:09 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -35,6 +35,12 @@ PH/05 After discussion on the list, added a compile time option ENABLE_DISABLE_ SC/01 Updated eximstats to collate all SpamAssassin rejects into one bucket. +PH/06 Some tidies to the infrastructure of the Test Suite that is concerned + with the auxiliary C programs that it uses: (1) Arrange for BIND_8_COMPAT + to be defined when compiling on OSX (Darwin); (2) Tidies to the Makefile, + including adding "make clean"; (3) Added -fPIC when compiling the test + dynamically loaded module, to get rid of a warning. + Exim version 4.66 ----------------- |