spambayes CHANGELOG.txt,1.56,1.57
"Skip Montanaro" <[email protected]> Fri, 18 Aug 2006 17:26:40 -0700
| Newsgroups | gmane.mail.spam.spambayes.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/spambayes/spambayes In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv14309 Modified Files: CHANGELOG.txt Log Message: Add other recent changelog bits Index: CHANGELOG.txt =================================================================== RCS file: /cvsroot/spambayes/spambayes/CHANGELOG.txt,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -d -r1.56 -r1.57 *** CHANGELOG.txt 18 Aug 2006 17:42:37 -0000 1.56 --- CHANGELOG.txt 19 Aug 2006 00:26:38 -0000 1.57 *************** *** 17,21 **** --- 17,26 ---- Skip Montanaro 2006-08-06 Refactor basic text tokenizing out of tokenize_body into a separate method, tokenize_text Skip Montanaro 2006-08-05 Explicitly close ZODB store in tte.py + Tony Meyer 2006-06-22 Fix bug in regex preventing valid IPs + Toby Dickenson 2006-06-12 Suppress spurious duplicate From_ lines in sb_bnfilter.py + Tony Meyer 2006-06-10 Add simple parts of [ 824651 ] Multibyte message support + Tony Meyer 2006-05-06 Enable -o command line option setting, and follow TestDriver directories in testtools/mksets.py Skip Montanaro 2006-04-23 Reduce sensitivity of spamcounts.py to classifier changes + Tony Meyer 2006-04-22 Set zodb cache size to 10,000