spambayes WHAT_IS_NEW.txt,1.43,1.44
"Skip Montanaro" <[email protected]> Sat, 14 Jul 2007 16:13:14 -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-serv31847 Modified Files: WHAT_IS_NEW.txt Log Message: Add train and train_mime methods to the XML-RPC plugin. These come from Marian Neagul. Index: WHAT_IS_NEW.txt =================================================================== RCS file: /cvsroot/spambayes/spambayes/WHAT_IS_NEW.txt,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** WHAT_IS_NEW.txt 7 Jul 2007 06:25:23 -0000 1.43 --- WHAT_IS_NEW.txt 14 Jul 2007 23:13:09 -0000 1.44 *************** *** 16,19 **** --- 16,25 ---- is released. + New in 1.1 Alpha 5 + ================== + + The XML-RPC plugin for core_server.py now has "train" and "train_mime" + methods. + New in 1.1 Alpha 4 ================== *************** *** 48,51 **** --- 54,61 ---- contributed. + There is a new application, core_server.py. It is functionally similar to + sb_server.py but uses a plugin architecture to adapt to different + protocols. The first plugin is for XML-RPC. + New in 1.1 Alpha 3 ==================