diff options
author | John Jetmore <jj33@pobox.com> | 2006-02-16 17:03:16 +0000 |
---|---|---|
committer | John Jetmore <jj33@pobox.com> | 2006-02-16 17:03:16 +0000 |
commit | 11121d3d3850fe51de5fbd23acbc0bb87fa082d6 (patch) | |
tree | 8800d5d9d5ba2737d7b60569edc0978aa8df3ade /doc | |
parent | 3cd34f132a0cb73534aa479e16533771bc6cb6aa (diff) |
exipick version 20060216.1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 2a00f1830..5fb45c043 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.306 2006/02/16 16:37:57 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.307 2006/02/16 17:03:16 jetmore Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -195,6 +195,16 @@ PH/38 Panic-die if .include specifies a non-absolute path. PH/39 A tweak to the "H" retry rule from its user. +JJ/03 exipick: Removed parentheses from 'next' and 'last' calls that specified + a label. They prevented compilation on older perls. + +JJ/04 exipick: Refactored code to prevent implicit split to @_ which caused + a warning to be raised on newish perls. + +JJ/05 exipick: Fixed bug where -bpc always showed a count of all messages + on queue. Changes to match documented behaviour of showing count of + messages matching specified criteria. + Exim version 4.60 ----------------- |