Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
releasenotes:0.17.3 [2007/01/18 10:04] texasfettreleasenotes:0.17.3 [2007/01/23 20:33] texasfett
Line 1: Line 1:
 ====== 0.17.3 (November 5, 2002) ====== ====== 0.17.3 (November 5, 2002) ======
 +<code>
 + Folks,
    
-<code>Folks,</code>+ It's been five daysit must be time for a POPFile release... Here's what's in v0.17.3.
    
-<code>It's been five days, it must be time for a POPFile release... Here's what's in v0.17.3.</code>+  1. UI pages are no longer cached by browser so you don't have to force refreshes 
 +     (particularly of the History page).  (Thanks to djjames for the fix suggestion) 
 +     
 +  2. New Security tab in the UI that gathers together all the security features in one 
 +     place. (Thanks to sschinke for beating the security bandwagon) 
 +     
 +  3. New Stealth <nowiki>Mode/Server</nowiki> Mode for both POP3 interface and the HTTP (UI) sockets. By 
 +     default POPFile is stealthed and can only be contacted from your machine.  You can 
 +     open up access to POP3 and UI access with two command line options -localpop and  
 +     -localui (set to 1 by defaultset to 0 for remote access) and through the UI on  
 +     the Security tab. (Thanks to sschinke for pointing out an error in the stealth code) 
 +     
 +  4. History page has striping to make it easier to read. (Thanks for zonk3r for the   
 +     suggestion and for getting POPFile on Slashdot and making my life a living hell :-) 
 +     
 +  5. Configurable TCP connection timeout (see the Configuration page) so that slow 
 +     POP3 servers are given time to respond to POPFile's requests for a connection. 
 +     (Thanks to ajrtome for suggesting this addition) 
 +     
 +  6. Session keys in the web-based UI.  This prevents you from having your POPFile 
 +     configuration messed up by an evildoer who sends you a URL on your local  
 +     machine that messes up POPFile through the UI. 
 +     
 +  7Added Next and Previous buttons on the History page for navigating the message 
 +     history. 
 +     
 +  8. I've reorganized the Buckets page to make the things people do often appear 
 +     nearer the top. 
 +     
 +  9Removed the Top 10 Words code and output as it was producing errorneous output 
 +     and I need to rework the underlying datastructures to make them more efficient 
 +     before getting the Top 10 correct.  (Thanks for biljir for the bug report) 
 +     
 + 10. Added new Statistics to measure the accuracy of POPFile.  POPFile now keeps  
 +     track of the number of messages it has analyzed and the number of times you 
 +     had to reclassify a message.  Statistics are kept after 100 messages have been 
 +     downloaded.
    
-<code> 1. UI pages are no longer cached by browser so you don't have to force refreshes + 11A bug in the detection of blank subject lines meant that it was possible for 
-    (particularly of the History page).  (Thanks to djjames for the fix suggestion) +     the History page to have an email you couldn't click on (Thanks to djjames for 
-    +     showing why this was happening)
- 2New Security tab in the UI that gathers together all the security features in one +
-    place. (Thanks to sschinke for beating the security bandwagon) +
-    +
- 3. New Stealth <nowiki>Mode/Server</nowiki> Mode for both POP3 interface and the HTTP (UI) sockets. By +
-    default POPFile is stealthed and can only be contacted from your machine.  You can +
-    open up access to POP3 and UI access with two command line options -localpop and  +
-    -localui (set to 1 by default, set to 0 for remote access) and through the UI on  +
-    the Security tab. (Thanks to sschinke for pointing out an error in the stealth code) +
-    +
- 4. History page has striping to make it easier to read. (Thanks for zonk3r for the   +
-    suggestion and for getting POPFile on Slashdot and making my life a living hell :-) +
-    +
- 5. Configurable TCP connection timeout (see the Configuration page) so that slow +
-    POP3 servers are given time to respond to POPFile's requests for a connection. +
-    (Thanks to ajrtome for suggesting this addition) +
-    +
- 6. Session keys in the web-based UI.  This prevents you from having your POPFile +
-    configuration messed up by an evildoer who sends you a URL on your local  +
-    machine that messes up POPFile through the UI. +
-    +
- 7. Added Next and Previous buttons on the History page for navigating the message +
-    history. +
-    +
- 8. I've reorganized the Buckets page to make the things people do often appear +
-    nearer the top. +
-    +
- 9. Removed the Top 10 Words code and output as it was producing errorneous output +
-    and I need to rework the underlying datastructures to make them more efficient +
-    before getting the Top 10 correct.  (Thanks for biljir for the bug report) +
-    +
-10. Added new Statistics to measure the accuracy of POPFile.  POPFile now keeps  +
-    track of the number of messages it has analyzed and the number of times you +
-    had to reclassify a message.  Statistics are kept after 100 messages have been +
-    downloaded.</code>+
    
-<code>11A bug in the detection of blank subject lines meant that it was possible for + 12. insert.pl updated so that it works correctly with filenames that contain spaces. 
-    the History page to have an email you couldn't click on (Thanks to djjames for +     (Thanks to someone whose mail I have managed to lose)
-    showing why this was happening)</code>+
    
-<code>12insert.pl updated so that it works correctly with filenames that contain spaces+ 13Changed the History page so that you can reclassify a message as the category that 
-    (Thanks to someone whose mail I have managed to lose)</code>+     the message was already in so that you can reinforce POPFile's classification of a 
 +     message This is an experimental feature and is turned on with the -reinforce 1 
 +     command line option.  (Suggested by lowdoellwnguy)
    
-<code>13Changed the History page so that you can reclassify a message as the category that + 14Some clients were timing out when receiving very large messages and others were 
-    the message was already in so that you can reinforce POPFile'classification of a +     showing incomplete messages.  Implemented the same scheme as used by Norton  
-    message.  This is an experimental feature and is turned on with the -reinforce 1 +     Antivirus.  If more than one second passes during the download and classification 
-    command line option (Suggested by lowdoellwnguy)</code>+     of a message, POPFile will stream <nowiki>X-POPFile-TimeoutPrevention:</nowiki> headers to the  
 +     client to keep it happy. (Thanks to zonk3r for this suggestion)
    
-<code>14Some clients were timing out when receiving very large messages and others were + 15Merged a patch that makes the output of bayes.pl, Lookup and message coloring 
-    showing incomplete messages.  Implemented the same scheme as used by Norton  +     more accurate (Thanks to biljir for his hard work on the patch)
-    Antivirus If more than one second passes during the download and classification +
-    of a message, POPFile will stream <nowiki>X-POPFile-TimeoutPrevention:</nowiki> headers to the  +
-    client to keep it happy. (Thanks to zonk3r for this suggestion)</code>+
    
-<code>15Merged a patch that makes the output of bayes.pl, Lookup and message coloring + 16The Remove Page button on the History page was doing the wrong thing and deleting 
-    more accurate (Thanks to biljir for his hard work on the patch)</code>+     the wrong page of messages.  (Thanks to biljir for pointing this out).
    
-<code>16The Remove Page button on the History page was doing the wrong thing and deleting + 17All form fields are now checked for validity and error messages printed when entering 
-    the wrong page of messages.  (Thanks to biljir for pointing this out).</code>+     a value that doesn't make sense.  (Thanks for sschinke and others keeping me honest 
 +     on the UI)
    
-<code>17All form fields are now checked for validity and error messages printed when entering + 18We weren'recalculating not_likely when reclassifying messages which could lead to 
-    a value that doesn'make sense.  (Thanks for sschinke and others keeping me honest +     strange results early on in the teaching process.  (biljir made the original bug  
-    on the UI)</code>+     report)
    
-<code>18We weren't recalculating not_likely when reclassifying messages which could lead to + 19Merged in a patch that allowed more punctuation to be recognized in the mail 
-    strange results early on in the teaching process (biljir made the original bug  +     parser. (Thanks to biljir for that patch)
-    report)</code>+
    
-<code>19Merged in patch that allowed more punctuation to be recognized in the mail + 20In the Windows release (see below) there is new option to run POPFile in the  
-    parser. (Thanks to biljir for that patch)</code>+     background getting rid of the command/cmd/DOS shell box that's been annoying peopleTo 
 +     shutdown POPFile when running in the background click the Shutdown link in the UI.  
 +     (Thanks to brad_morgan and lex_luthor for the wperl tip)
    
-<code>20In the Windows release (see below) there is a new option to run POPFile in the  + 21We were hanging on to old message files when we should have been deleting them after 
-    background getting rid of the command/cmd/DOS shell box that'been annoying people. To +     24 hours. We now delete after 24 hours. (Thanks for biljir for pointing out this problem)
-    shutdown POPFile when running in the background click the Shutdown link in the UI +
-    (Thanks to brad_morgan and lex_luthor for the wperl tip)</code>+
    
-<code>21We were hanging on to old message files when we should have been deleting them after + 22If the mail message contained the Subject: line written SUBJECT: it was missed by  
-    24 hours. We now delete after 24 hours. (Thanks for biljir for pointing out this problem)</code>+     POPFile. We are now case insensitive on headers. (Thanks for biljir for pointing out  
 +     this problem)
    
-<code>22If the mail message contained the Subject: line written SUBJECT: it was missed by  + 23A problem with regular expression was being caused by some invalid characters stored in 
-    POPFile. We are now case insensitive on headers(Thanks for biljir for pointing out  +     the buckets, these are now filtered out.
-    this problem)</code>+
    
-<code>23. A problem with regular expression was being caused by some invalid characters stored in + Also there are now two versions of POPFile...
-    the buckets, these are now filtered out.</code> +
-  +
-<code>Also there are now two versions of POPFile...+
  
-1. The cross platform version is being released as a source code zip file and should + 1. The cross platform version is being released as a source code zip file and should 
-   work on Windows, Linux, Mac OS X, *BSD, Solaris, ...  It has the file name +    work on Windows, Linux, Mac OS X, *BSD, Solaris, ...  It has the file name 
-   popfile-0.17.3.zip.  In order to use this you will need to get Perl installed on +    popfile-0.17.3.zip.  In order to use this you will need to get Perl installed on 
-   your system.</code>+    your system.
    
-<code>2. There is a Windows version that comes with an installer and does not require Perl. + 2. There is a Windows version that comes with an installer and does not require Perl. 
-   The Windows installer puts a minimal Perl installation, all the POPFile source code +    The Windows installer puts a minimal Perl installation, all the POPFile source code 
-   and support files in C:\Program Files\POPFile (you can change this) and adds  +    and support files in C:\Program Files\POPFile (you can change this) and adds  
-   shortcuts to the Start Menu under POPFile.  The file name for the Windows version is +    shortcuts to the Start Menu under POPFile.  The file name for the Windows version is 
-   popfile-0.17.3.windows.zip.  Run setup.exe to install.  I have done my best to keep +    popfile-0.17.3.windows.zip.  Run setup.exe to install.  I have done my best to keep 
-   this download really small, it currently weighs in at 507kB.</code>+    this download really small, it currently weighs in at 507kB.
    
-<code>They both contain the exactly the same source code.</code> + They both contain the exactly the same source code. 
 +</code>
 
releasenotes/0.17.3.txt · Last modified: 2008/02/08 19:49 by 127.0.0.1
Old revisions

Should you find anything in the documentation that is incomplete, unclear, outdated or just plain wrong, please let us know and leave a note in the Documentation Forum.

Recent changes RSS feed Donate Driven by DokuWiki
The content of this wiki is protected by the GNU Fee Documentation License