------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.exim.org/show_bug.cgi?id=486 Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #15 from Git Commit <[email protected]> 2011-02-13 06:17:14 --- Git commit: http://git.exim.org/exim.git/commitdiff/f1e5fef536bdc2c5d84c4bc7852d6e948253ccaf commit f1e5fef536bdc2c5d84c4bc7852d6e948253ccaf Author: Phil Pennock <[email protected]> AuthorDate: Sun Feb 13 00:31:49 2011 -0500 Commit: Phil Pennock <[email protected]> CommitDate: Sun Feb 13 00:31:49 2011 -0500 implement %m datestamping in log filenames. patch from simon arlott. fixes bug 486 ---- doc/doc-docbook/spec.xfpt | 28 ++++++++++++++++++---------- doc/doc-txt/ChangeLog | 3 +++ doc/doc-txt/NewStuff | 3 +++ src/exim_monitor/em_globals.c | 2 ++ src/exim_monitor/em_main.c | 4 ++-- src/src/expand.c | 2 +- src/src/globals.c | 2 ++ src/src/globals.h | 2 ++ src/src/log.c | 17 +++++++++-------- src/src/macros.h | 5 +++-- src/src/readconf.c | 6 +++--- src/src/string.c | 22 ++++++++++++++++++---- src/src/tod.c | 36 +++++++++++++++++++++++------------- 13 files changed, 89 insertions(+), 43 deletions(-) -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
