From: <jgr...@us...> - 2003-03-07 13:33:17
|
Update of /cvsroot/popfile/engine/POPFile In directory sc8-pr-cvs1:/tmp/cvs-serv27350/POPFile Modified Files: Configuration.pm Log Message: Fixed problems in the upgrade list for configuration parameters because download_count is now global and there was an error in corpus Index: Configuration.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/Configuration.pm,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Configuration.pm 6 Mar 2003 21:25:54 -0000 1.12 --- Configuration.pm 7 Mar 2003 13:33:12 -0000 1.13 *************** *** 187,191 **** # Parameters that are now handled by Classifier::Bayes ! 'corpus', 'bayes_corpus corpus', 'unclassified_probability', 'bayes_unclassified_probability', --- 187,191 ---- # Parameters that are now handled by Classifier::Bayes ! 'corpus', 'bayes_corpus', 'unclassified_probability', 'bayes_unclassified_probability', *************** *** 204,207 **** --- 204,208 ---- 'xpl', 'GLOBAL_xpl', 'xtc', 'GLOBAL_xtc', + 'download_count', 'GLOBAL_download_count', # Parameters that are now handled by POPFile::Logger *************** *** 211,215 **** # Parameters that are now handled by Proxy::POP3 - 'download_count', 'pop3_download_count', 'localpop', 'pop3_local', 'port', 'pop3_port', --- 212,215 ---- |