[Spambayes-checkins] spambayes CHANGELOG.txt, 1.40,
1.41 WHAT_IS_NEW.txt, 1.31, 1.32 setup.py, 1.28, 1.29
Tony Meyer
anadelonbrin at users.sourceforge.net
Sun Apr 11 21:41:36 EDT 2004
Update of /cvsroot/spambayes/spambayes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9820
Modified Files:
CHANGELOG.txt WHAT_IS_NEW.txt setup.py
Log Message:
Bring changelog and what's new up to date.
Add sb_bnfilter.py to the scripts to be installed.
Index: CHANGELOG.txt
===================================================================
RCS file: /cvsroot/spambayes/spambayes/CHANGELOG.txt,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** CHANGELOG.txt 24 Mar 2004 06:35:58 -0000 1.40
--- CHANGELOG.txt 12 Apr 2004 01:41:33 -0000 1.41
***************
*** 3,6 ****
--- 3,8 ----
Beta Release 1
==============
+ Kenny Pitt 07/04/2004 Fix some problems with the [851785] fix
+ Toby Dickenson 26/03/2004 New script: sb_bnfilter - like sb_filter but without the startup overhead
Tony Meyer 24/03/2004 When messages expired from the sb_server caches during a USER check (rather than on launch) they would be untrained. This is not right at all, and so was fixed.
Tony Meyer 23/03/2004 Fix a subtle bug where if one option was selected for notate_to/subject the option would be presented with radio buttons not checkboxes (so only one, and never zero or 2/3 options could be chosen).
Index: WHAT_IS_NEW.txt
===================================================================
RCS file: /cvsroot/spambayes/spambayes/WHAT_IS_NEW.txt,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** WHAT_IS_NEW.txt 24 Mar 2004 06:35:58 -0000 1.31
--- WHAT_IS_NEW.txt 12 Apr 2004 01:41:34 -0000 1.32
***************
*** 84,87 ****
--- 84,90 ----
-------
o Added new flags and results data to the contrib/tte.py script.
+ o Added a new script - sb_bnfilter.py, which works like sb_filter
+ but avoids startup overhead (like sb_xmlrpcserver.py aims to, but
+ without as much administration work).
Index: setup.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/setup.py,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** setup.py 25 Nov 2003 03:55:56 -0000 1.28
--- setup.py 12 Apr 2004 01:41:34 -0000 1.29
***************
*** 78,81 ****
--- 78,82 ----
'scripts/sb_evoscore.py',
'scripts/sb_filter.py',
+ 'scripts/sb_bnfilter.py',
'scripts/sb_imapfilter.py',
'scripts/sb_mailsort.py',
More information about the Spambayes-checkins
mailing list