On 2010-05-28 Nigel Metheringham <nigel.metheringham@???> wrote:
> I have just uploaded a 4.72 RC test release to exim.org
> Changelog is embedded, and also at
> http://vcs.exim.org/viewvc/exim/exim-doc/doc-txt/ChangeLog?revision=1.608&view=markup&pathrev=exim-4_72_RC1
[...]
The changelog seems to be incomplete, at least these are missing:
TK/01 PDKIM: Upgrade PolarSSL files to upstream version 0.12.1.
TK/02 Improve log output when DKIM signing operation fails.
MH/01 Treat the transport option dkim_domain as a colon separated
list, not as a single string, and sign the message with each element,
omitting multiple occurences of the same signer.
(Description copied from CVS/git commit messages.)
On a sidenote GIT 5883b3b7db5821baf802ce96027c16c8b3392ba6 seems to
have accidentally re-reverted
673630801f39d786e934632ab2319cbd7fb6e1f2.
cu andreas
From 673630801f39d786e934632ab2319cbd7fb6e1f2 Mon Sep 17 00:00:00 2001
From: Nigel Metheringham <nigel@???>
Date: Mon, 23 Nov 2009 12:34:51 +0000
Subject: [PATCH 01/13] Recommitted change to remove excess newline from debug output
---
src/pdkim/pdkim.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pdkim/pdkim.c b/src/pdkim/pdkim.c
index 7f75efa..9225a7f 100644
--- a/src/pdkim/pdkim.c
+++ b/src/pdkim/pdkim.c
@@ -20,7 +20,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-/* $Cambridge: exim/exim-src/src/pdkim/pdkim.c,v 1.10 2009/11/23 08:34:05 tom Exp $ */
+/* $Cambridge: exim/exim-src/src/pdkim/pdkim.c,v 1.11 2009/11/23 12:34:51 nm4 Exp $ */
#include <stdlib.h>
#include <stdio.h>
@@ -1304,7 +1304,7 @@ DLLEXPORT int pdkim_feed_finish(pdkim_ctx *ctx, pdkim_signature **return_signatu
#ifdef PDKIM_DEBUG
if (ctx->debug_stream)
fprintf(ctx->debug_stream,
- "\nPDKIM <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\n");
+ "PDKIM <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\n");
#endif
}
--
1.6.5