Mercurial > dnsbl
diff dnsbl.spec.in @ 227:3fee608becbc stable-6-0-21
Fixes to compile on old systems without memrchr or string::clear().
Fix bug in spamassassin interface trying to clear a string with string::empty().
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 03 Jan 2009 15:16:47 -0800 |
parents | da9e7f1c8160 |
children | ad38575e98ca |
line wrap: on
line diff
--- a/dnsbl.spec.in Sat Jan 03 10:07:10 2009 -0800 +++ b/dnsbl.spec.in Sat Jan 03 15:16:47 2009 -0800 @@ -96,6 +96,10 @@ %changelog +* Sat Jan 03 2009 Carl Byington <carl@five-ten-sg.com> - 6.21-1 +- Fixes to compile on old systems without memrchr or string::clear(). +- Fix bug in spamassassin interface trying to clear a string with string::empty(). + * Sat Dec 27 2008 Carl Byington <carl@five-ten-sg.com> - 6.20-1 - Never whitelist self addressed mail. - Fixes to compile on Fedora 10 and for const correctness.