Differences

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

Link to this comparison view

Last revisionBoth sides next revision
releasenotes:0.20.1 [2007/01/18 10:04] texasfettreleasenotes:0.20.1 [2007/01/23 20:16] texasfett
Line 1: Line 1:
 ======  0.20.1 (November 4, 2003) ====== ======  0.20.1 (November 4, 2003) ======
- +<code> 
-<code>INTRODUCTION</code>+ INTRODUCTION
    
-<code>v0.20.1 is a minor update on v0.20.0 to address the performance problems that some  + v0.20.1 is a minor update on v0.20.0 to address the performance problems that some  
-people were seeing with the introduction of the <nowiki>BerkeleyDB</nowiki> for storage of the corpus.   + people were seeing with the introduction of the <nowiki>BerkeleyDB</nowiki> for storage of the corpus.   
-v0.20.1 sets the <nowiki>BerkeleyDB</nowiki> cache size (i.e. the amount of the corpus that is kept  + v0.20.1 sets the <nowiki>BerkeleyDB</nowiki> cache size (i.e. the amount of the corpus that is kept  
-in memory) to 64KB and it can be controlled through the bayes_db_cache_size  + in memory) to 64KB and it can be controlled through the bayes_db_cache_size  
-parameter if needed.  The default should work for everyone, you can set this to a  + parameter if needed.  The default should work for everyone, you can set this to a  
-higher value to keep more of the database in memory at the cost of using more  + higher value to keep more of the database in memory at the cost of using more  
-memory.</code>+ memory.
    
-<code>There are also a number of bug fixes in v0.20.1:</code>+ There are also a number of bug fixes in v0.20.1:
    
-<code>1. If you set a password and used X-POPFile-Link you were unable to get past + 1. If you set a password and used X-POPFile-Link you were unable to get past 
-   the password screen when clicking on an XPL. (bug #831472)</code>+    the password screen when clicking on an XPL. (bug #831472)
    
-<code>2. In some instances when the connection between the POP3 proxy and the mail + 2. In some instances when the connection between the POP3 proxy and the mail 
-   server was lost it was possible to get in a deadlock where POPFile was  +    server was lost it was possible to get in a deadlock where POPFile was  
-   waiting for a command from the client and the client was waiting for a  +    waiting for a command from the client and the client was waiting for a  
-   response from POPFile. (bug #829947)</code>+    response from POPFile. (bug #829947)
    
-<code>3. It was not possible to add pseudowords (e.g. header:From) as ignored words, + 3. It was not possible to add pseudowords (e.g. header:From) as ignored words, 
-   now it is. (bug #827785)</code>+    now it is. (bug #827785)
    
-<code>4. Magnets that included $ or @ could be incorrectly matched when the @ or $  + 4. Magnets that included $ or @ could be incorrectly matched when the @ or $  
-   was followed by %%__%%. (bug #826765)</code>+    was followed by __. (bug #826765)
    
    
-<code>ESSENTIAL READING IF YOU ARE UPGRADING TO v0.20.1</code>+ ESSENTIAL READING IF YOU ARE UPGRADING TO v0.20.1
    
-<code>1. BACK UP YOUR OLD INSTALLATION: POPFile makes this really easy, just copy + 1. BACK UP YOUR OLD INSTALLATION: POPFile makes this really easy, just copy 
-   the entire POPFile directory somewhere.  You can then safely install +    the entire POPFile directory somewhere.  You can then safely install 
-   POPFile v0.20.1 on top of your current installation; I just think a back up +    POPFile v0.20.1 on top of your current installation; I just think a back up 
-   is a sensible precaution.</code>+    is a sensible precaution.
    
-<code>2. IF YOU ARE RUNNING WINDOWS: Please read the section below I AM RUNNING + 2. IF YOU ARE RUNNING WINDOWS: Please read the section below I AM RUNNING 
-   WINDOWS AND NEED TO CHECK MULTIPLE EMAIL ACCOUNTS SIMULTANEOUSLY</code>+    WINDOWS AND NEED TO CHECK MULTIPLE EMAIL ACCOUNTS SIMULTANEOUSLY
    
-<code>3. ON WINDOWS POPFILE IS NOW AN EXE.  Windows users will now be able to see + 3. ON WINDOWS POPFILE IS NOW AN EXE.  Windows users will now be able to see 
-   POPFile running in the Task Manager with an executable called popfileXX.exe +    POPFile running in the Task Manager with an executable called popfileXX.exe 
-   where the XX is one of f, if, b, ib depending on configuration.  POPFile +    where the XX is one of f, if, b, ib depending on configuration.  POPFile 
-   is started by running popfile.exe which chooses the appropriate popfileXX.exe</code>+    is started by running popfile.exe which chooses the appropriate popfileXX.exe
    
-<code>   This might cause your firewall to ask about giving popfileXX.exe permissions,  +    This might cause your firewall to ask about giving popfileXX.exe permissions,  
-   in addition if you had allowed Perl permissions in your firewall they are +    in addition if you had allowed Perl permissions in your firewall they are 
-   NO LONGER needed.</code>+    NO LONGER needed.
    
-<code>4. The installer will cause POPFile to run in the foreground if the database + 4. The installer will cause POPFile to run in the foreground if the database 
-   upgrade is required so that the upgrade process is evident to the user.  +    upgrade is required so that the upgrade process is evident to the user.  
-   Once upgraded you can switch to background my going to the Configuration +    Once upgraded you can switch to background my going to the Configuration 
-   tab and changing "Run POPFile in a console window?" to No.</code>+    tab and changing "Run POPFile in a console window?" to No.
    
    
-<code>I AM RUNNING WINDOWS AND NEED TO CHECK MULTIPLE EMAIL ACCOUNTS SIMULTANEOUSLY</code>+ I AM RUNNING WINDOWS AND NEED TO CHECK MULTIPLE EMAIL ACCOUNTS SIMULTANEOUSLY
    
-<code>Because the time taken to start a new process on Windows is long under Perl + Because the time taken to start a new process on Windows is long under Perl 
-there is an optimization for Windows that is present by default: when a new + there is an optimization for Windows that is present by default: when a new 
-connection is made between your email program and POPFile, POPFile handles it + connection is made between your email program and POPFile, POPFile handles it 
-in the 'parent' process.  This means that the connect happens fast and mail + in the 'parent' process.  This means that the connect happens fast and mail 
-starts downloading very quickly, but is means that you can only downloaded + starts downloading very quickly, but is means that you can only downloaded 
-messages from one server at a time (up to 6 other connections will be queued + messages from one server at a time (up to 6 other connections will be queued 
-up and dealt with in the order they arrive) and the UI is unavaiable while + up and dealt with in the order they arrive) and the UI is unavaiable while 
-downloading email.</code>+ downloading email.
    
-<code>You can turn this behavior off (and get simultaneous UI/email access and as + You can turn this behavior off (and get simultaneous UI/email access and as 
-many email connections as you like) by going to the Configuration panel in + many email connections as you like) by going to the Configuration panel in 
-the UI and making sure that "Allow concurrent POP3 connections:" is set to + the UI and making sure that "Allow concurrent POP3 connections:" is set to 
-Yes, or by specifying -pop3_force_fork 1 on the command line.</code>+ Yes, or by specifying -pop3_force_fork 1 on the command line.
    
    
-<code>I AM USING THE CROSS PLATFORM VERSION</code>+ I AM USING THE CROSS PLATFORM VERSION
    
-<code>POPFile requires a number of Perl modules that are available from CPAN.  New + POPFile requires a number of Perl modules that are available from CPAN.  New 
-in v0.20.x are the need for the following:</code>+ in v0.20.x are the need for the following:
    
-<code> <nowiki>BerkeleyDB</nowiki> +  <nowiki>BerkeleyDB</nowiki> 
- Text::Kakasi (if you want Japanese language support) +  Text::Kakasi (if you want Japanese language support) 
- Encode       (if you want Japanese language support)</code>+  Encode       (if you want Japanese language support)
    
    
-<code>I LIKE TO LIVE DANGEROUSLY</code>+ I LIKE TO LIVE DANGEROUSLY
    
-<code>In a future version POPFile will add official support for message classification + In a future version POPFile will add official support for message classification 
-through the SMTP and NNTP (Usenet news) protocols.  There are currently proxy + through the SMTP and NNTP (Usenet news) protocols.  There are currently proxy 
-modules for these protocols that work with v0.20.1, but they have not been  + modules for these protocols that work with v0.20.1, but they have not been  
-fully tested.  If you are interested in getting them get them here:</code>+ fully tested.  If you are interested in getting them get them here:
    
-<code>http://cvs.sourceforge.net/viewcvs.py/*checkout*/popfile/engine/Proxy/SMTP.pm?rev=1.22 + http://cvs.sourceforge.net/viewcvs.py/*checkout*/popfile/engine/Proxy/SMTP.pm?rev=1.22 
-http://cvs.sourceforge.net/viewcvs.py/*checkout*/popfile/engine/Proxy/NNTP.pm?rev=1.21</code>+ http://cvs.sourceforge.net/viewcvs.py/*checkout*/popfile/engine/Proxy/NNTP.pm?rev=1.21
    
-<code>and place them in POPFile's Proxy/ directory.  </code>+ and place them in POPFile's Proxy/ directory.  
    
    
-<code>DOWNLOADING</code>+ DOWNLOADING
    
-<code>You can obtain the latest releases of POPFile by visiting</code>+ You can obtain the latest releases of POPFile by visiting
    
-<code>    http://sourceforge.net/project/showfiles.php?group_id=63137</code>+     http://sourceforge.net/project/showfiles.php?group_id=63137
    
    
-<code>UPGRADING</code>+ UPGRADING
    
-<code>Just install POPFile on top of the currently installed version.  But did you + Just install POPFile on top of the currently installed version.  But did you 
-read the ESSENTIAL READING above first.</code>+ read the ESSENTIAL READING above first.
    
    
-<code>INTERNATIONALIZATION</code>+ INTERNATIONALIZATION
    
-<code>This minor update includes localization into Turkish.</code>+ This minor update includes localization into Turkish.
    
    
-<code>DONATIONS</code>+ DONATIONS
    
-<code>Thank you to everyone who has clicked the Donate! button and donated their + Thank you to everyone who has clicked the Donate! button and donated their 
-hard earned cash to me in support of POPFile.  Thank you also to the people + hard earned cash to me in support of POPFile.  Thank you also to the people 
-who have contributed patches, feature requests, bug reports and translations.</code>+ who have contributed patches, feature requests, bug reports and translations.
    
-<code>    http://sourceforge.net/forum/forum.php?forum_id=213876</code>+     http://sourceforge.net/forum/forum.php?forum_id=213876
    
    
-<code>CONCLUSION + CONCLUSION 
-         +          
-Keep the ideas and bug reports coming.  If you are interested in knowing  + Keep the ideas and bug reports coming.  If you are interested in knowing  
-more about what's planned for future POPFile versions (or just learning + more about what's planned for future POPFile versions (or just learning 
-about POPFile's history) visit the POPFile Roadmap:</code>+ about POPFile's history) visit the POPFile Roadmap:
    
-<code>http://sourceforge.net/docman/display_doc.php?docid=17906&group_id=63137</code>+ http://sourceforge.net/docman/display_doc.php?docid=17906&group_id=63137
    
-<code>John.</code> + John. 
 +</code>
 
releasenotes/0.20.1.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