summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorTom Kistner <tom@duncanthrax.net>2007-09-28 13:04:16 +0000
committerTom Kistner <tom@duncanthrax.net>2007-09-28 13:04:16 +0000
commit4b3504d01ddc03403965db890ce3efc642f52910 (patch)
tree7c73e49f423a54ea748c3cd2ea942fd74c945cc9 /doc/doc-txt
parentb80649a90444b89433d174d3de4dc1518325882c (diff)
4.49 - TK/01
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index ff5523efe..63abba29c 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,8 +1,18 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.532 2007/09/21 08:30:38 steve Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.533 2007/09/28 13:04:16 tom Exp $
Change log file for Exim from version 4.21
-------------------------------------------
+TK/01 Add preliminary DKIM support. Currently requires a forked version of
+ ALT-N's libdkim that I have put here:
+ http://duncanthrax.net/exim-experimental/
+
+ Note to Michael Haardt: I had to rename some vars in sieve.c. They
+ were called 'true' and it seems that C99 defines that as a reserved
+ keyword to be used with 'bool' variable types. That means you could
+ not include C99-style headers which use bools without triggering
+ build errors in sieve.c.
+
NM/01 Bugzilla 592: --help option is handled incorrectly if exim is invoked
as mailq or other aliases. Changed the --help handling significantly
to do whats expected. exim_usage() emits usage/help information.