diff options
author | Nigel Metheringham <nigel@exim.org> | 2009-11-05 19:40:51 +0000 |
---|---|---|
committer | Nigel Metheringham <nigel@exim.org> | 2009-11-05 19:40:51 +0000 |
commit | 5ca6d115da010e279c2f928990b3c8d220378f24 (patch) | |
tree | 64d50d9647577b23deb3942fde70b8a946dd02e7 /doc | |
parent | 9c2b45c9eafbcceb99cbcdcc2075088d7a2a74de (diff) |
Fix signed/unsigned and UTF errors Fixes: #901
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 9803382dc..defe1e08f 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.586 2009/11/05 19:31:15 nm4 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.587 2009/11/05 19:40:51 nm4 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -145,6 +145,9 @@ NM/32 Bugzilla 889: Change all instances of "expr" in shell scripts to "expr --" NM/33 Bugzilla 898: Transport filter timeout fix Patch by Todd Rinaldo +NM/34 Bugzilla 901: Fix sign/unsigned and UTF mistmatches + Patch by Serge Demonchaux + Exim version 4.69 ----------------- |