On Wed, Oct 23, 2013 at 10:27 AM, Andreas Metzler <[email protected]> wrote: > On 2013-10-22 Todd Lyons <[email protected]> wrote: >> I have uploaded Exim 4.82 RC4 to > [...] >> RC4 contains really only two fixes. The first is fixing a GnuTLS compile >> error on systems that have it built without PKCS11 support. The second >> is modifications to the runtest script in the test suite to allow it to >> be run with zero keyboard interaction. > Hello, > I think something went wrong when building the release, neither of the > abovementioned two fixes seems to be part of rc4: > > ametzler@argenau:/tmp/EXIM4/foo$ diff -NurBbp exim-4.82_RC[34] | diffstat > doc/filter.txt | 2 +- > doc/spec.txt | 5 +++-- > src/receive.c | 2 +- > src/version.sh | 2 +- > 4 files changed, 6 insertions(+), 5 deletions(-) > > The only actual code change compared to rc3 is > 54e3e5b64c9fa8b6f3628e200d63b028b97f4526 "Format String safety".
You are correct, good catch eagle eyes. The tag is on commit 112b6a9 instead of on merge commit b79bf0f on the tree below. [todd@tlyons ~/projects/exim/src (master)]$ git log --oneline --graph --decorate exim-4_82_RC3..master | more * b79bf0f (HEAD, origin/master, origin/HEAD, master) Merge branch 'master' of git://git.exim.org/exi m |\ | * 2519e60 Bug 1400: Fix GnuTLS PKCS11 issues | * b3e39dd Tests: Don't delete patched exim if -KEEP is used | * 3d41333 Extra requires/notes for running test suite | * e2cebd7 Bugzilla 1402 - Handle upper case chars in tests | * efede11 Adjust runtest -CONTINUE to work everywhere | * 54e3e5b (exim_github/master) Format String safety | * 115c008 Update copyright year in exim -bV output | * abbb897 Fix listnamed doc typos * | 112b6a9 (tag: exim-4_82_RC4) Silence compiler string format warning |/ * 0ea79e1 (exim-build-master/master) Cross-ref av_scanner syntax to list syntax I must tag, then cut and release an RC5. Sorry about that faux pas. I'll do the RC5 release this afternoon. ...Todd -- The total budget at all receivers for solving senders' problems is $0. If you want them to accept your mail and manage it the way you want, send it the way the spec says to. --John Levine -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
