Differences

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

Link to this comparison view

Next revision
Previous revision
releasenotes:0.21.0 [2007/01/23 11:24] texasfettreleasenotes:0.21.0 [2008/02/08 19:49] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== 0.21.0 (March 9, 2004) ====== ====== 0.21.0 (March 9, 2004) ======
- +<code> 
-<code>Welcome to POPFile v0.21.0</code>+ Welcome to POPFile v0.21.0
    
-<code>This version consists of a major update to v0.20.1 with many improvements + This version consists of a major update to v0.20.1 with many improvements 
-and bug fixes:</code>+ and bug fixes:
    
-<code>1. Multi-user phase 1</code>+ 1. Multi-user phase 1
    
-<code>POPFile now recognizes two environment variables (POPFILE_ROOT and + POPFile now recognizes two environment variables (POPFILE_ROOT and 
-POPFILE_USER) which can be used to customize the location of POPFile + POPFILE_USER) which can be used to customize the location of POPFile 
-and the location of its per-user data.  POPFile *no longer* has to be + and the location of its per-user data.  POPFile *no longer* has to be 
-run with the current working directory set to where popfile.pl is  + run with the current working directory set to where popfile.pl is  
-installed.  </code>+ installed.  
    
-<code>POPFILE_ROOT: this is the full path to the popfile.pl file.  Once + POPFILE_ROOT: this is the full path to the popfile.pl file.  Once 
-set you can run POPFile from any directory and it will find its  + set you can run POPFile from any directory and it will find its  
-modules using POPFILE_ROOT</code>+ modules using POPFILE_ROOT
    
-<code>POPFILE_USER: this is where POPFile will keep its per-user data (i.e. + POPFILE_USER: this is where POPFile will keep its per-user data (i.e. 
-the database and history).  This means that a single installation + the database and history).  This means that a single installation 
-of POPFile can be used with multiple users.  Just specify a different + of POPFile can be used with multiple users.  Just specify a different 
-directory in POPFILE_USER for each user and run POPFile once per user.</code>+ directory in POPFILE_USER for each user and run POPFile once per user.
    
-<code>In a future release POPFile will support a single instance of POPFile + In a future release POPFile will support a single instance of POPFile 
-with multiple users sharing the same database (this is known as  + with multiple users sharing the same database (this is known as  
-Multi-user Phase 2 and you can read more in the POPFile Roadmap---see + Multi-user Phase 2 and you can read more in the POPFile Roadmap---see 
-below for link)</code>+ below for link)
    
-<code>2. Switch to SQL database</code>+ 2. Switch to SQL database
    
-<code>In v0.20.0 POPFile switched from storing all its information in flat + In v0.20.0 POPFile switched from storing all its information in flat 
-files to using <nowiki>BerkeleyDB</nowiki>.  <nowiki>BerkeleyDB</nowiki> has proved to be not stable  + files to using BerkeleyDB.  BerkeleyDB has proved to be not stable  
-enough on Windows 98 in certain cases, for that reason and to + enough on Windows 98 in certain cases, for that reason and to 
-prepare for Multi-user Phase 2, the underlying data has been moved + prepare for Multi-user Phase 2, the underlying data has been moved 
-into an SQL database.  POPFile currently by default uses SQLite but + into an SQL database.  POPFile currently by default uses SQLite but 
-can be successfully used with other SQL databases like MySQL.</code>+ can be successfully used with other SQL databases like MySQL.
    
-<code>(SQLite can be found on the web at http://www.sqlite.com/ and is  + (SQLite can be found on the web at http://www.sqlite.com/ and is  
- public domain software.)</code>+  public domain software.)
    
-<code>The schema for POPFile can be found in Classifier/popfile.sql for + The schema for POPFile can be found in Classifier/popfile.sql for 
-those that want to load it into their own SQL database.  If you start + those that want to load it into their own SQL database.  If you start 
-using POPFile with a database we don't currently support please let + using POPFile with a database we don't currently support please let 
-me know (e.g. anyone want to try Oracle?).   POPFile *should* work + me know (e.g. anyone want to try Oracle?).   POPFile *should* work 
-with any SQL database supported by Perl's DBI mechanism.</code>+ with any SQL database supported by Perl's DBI mechanism.
    
-<code>3. UI improvements</code>+ 3. UI improvements
    
-<code>The global options for Subject Modification, X-Text-Classification + The global options for Subject Modification, X-Text-Classification 
-insertion and X-POPFile-Link insertion have been removed and replaced + insertion and X-POPFile-Link insertion have been removed and replaced 
-with individual options on a per bucket basis to give greater choice + with individual options on a per bucket basis to give greater choice 
-in configuring POPFile.</code>+ in configuring POPFile.
    
-<code>IMPORTANT NOTE:  Because of the elimination of the global parameters + IMPORTANT NOTE:  Because of the elimination of the global parameters 
-you will need to check and set/unset the individual bucket parameters + you will need to check and set/unset the individual bucket parameters 
-for Subject Modification, X-Text-Classification and X-POPFile-Link. + for Subject Modification, X-Text-Classification and X-POPFile-Link. 
-Visit the Buckets page to configure each bucket to your liking.</code>+ Visit the Buckets page to configure each bucket to your liking.
    
-<code>The 'unclassified' bucket is now visible in the UI so that you can see + The 'unclassified' bucket is now visible in the UI so that you can see 
-how many messages were unclassified, and configure header modification. + how many messages were unclassified, and configure header modification. 
-This also means that unclassified messages are counted in the accuracy + This also means that unclassified messages are counted in the accuracy 
-statistics; previously they were not counted which could have skewed  + statistics; previously they were not counted which could have skewed  
-the accuracy statistics if there were unclassified messages.</code>+ the accuracy statistics if there were unclassified messages.
    
-<code>The history "page" bar has been simplified so that it uses a fixed  + The history "page" bar has been simplified so that it uses a fixed  
-amount of screen space, while making navigation easy.   Filters and + amount of screen space, while making navigation easy.   Filters and 
-searches on the history are now persistent, for example you can click + searches on the history are now persistent, for example you can click 
-on the Buckets page and return to the History page without losing your  + on the Buckets page and return to the History page without losing your  
-filter or search settings.</code>+ filter or search settings.
    
-<code>The UI password is now stored as a one-way hash and is no longer ever + The UI password is now stored as a one-way hash and is no longer ever 
-displayed or stored in plain text.</code>+ displayed or stored in plain text.
    
-<code>The Buckets page has been modified to only show the 'distinct word' + The Buckets page has been modified to only show the 'distinct word' 
-count per bucket and to (finally :-) show the total number of distinct + count per bucket and to (finally :-) show the total number of distinct 
-words in the database.  Previously we showed two counts with confusing + words in the database.  Previously we showed two counts with confusing 
-titles: now we show the true number of words in the database, not the + titles: now we show the true number of words in the database, not the 
-"word counts" (which was the number of times each word occurred).</code>+ "word counts" (which was the number of times each word occurred).
    
-<code>Another language has been added to the list of interface localizations: + Another language has been added to the list of interface localizations: 
-POPFile is now available in our second right-to-left language, Arabic.</code>+ POPFile is now available in our second right-to-left language, Arabic.
    
-<code>4. Change to command line</code>+ 4. Change to command line
    
-<code>If you are using the command line to configure POPFile there has been + If you are using the command line to configure POPFile there has been 
-a major change in the way it is parsed.  The old style (for example, + a major change in the way it is parsed.  The old style (for example, 
-perl popfile.pl -pop3_port 110) has been deprecated and replaced with + perl popfile.pl -pop3_port 110) has been deprecated and replaced with 
-a proper getopt style command line.   We now have a single -- parameter: + a proper getopt style command line.   We now have a single -- parameter: 
---set which is used to set POPFile configuration options on the command + --set which is used to set POPFile configuration options on the command 
-line.  For example 'perl popfile.pl -pop3_port 110' would be replaced + line.  For example 'perl popfile.pl -pop3_port 110' would be replaced 
-with 'perl popfile.pl --set pop3_port=110' Note that existing scripts + with 'perl popfile.pl --set pop3_port=110' Note that existing scripts 
-will continue to work since the old style is merely deprecated, but they + will continue to work since the old style is merely deprecated, but they 
-should be upgraded as support for the old style is not guaranteed for  + should be upgraded as support for the old style is not guaranteed for  
-all future versions.</code>+ all future versions.
    
-<code>5. Enable/disable modules</code>+ 5. Enable/disable modules
    
-<code>Each POPFile module can now be disabled or enabled with command line  + Each POPFile module can now be disabled or enabled with command line  
-options: for example if you don't need the optional XMLRPC module loaded  + options: for example if you don't need the optional XMLRPC module loaded  
-it's possible to specify --set xmlrpc_enabled=0 and it will be unloaded.</code>+ it's possible to specify --set xmlrpc_enabled=0 and it will be unloaded.
    
-<code>6. Anti-spam improvements</code>+ 6. Anti-spam improvements
    
-<code>We've recently seen spam start to use CSS to obscure messages and fool + We've recently seen spam start to use CSS to obscure messages and fool 
-filters like POPFile; in response, this version of POPFile does analysis + filters like POPFile; in response, this version of POPFile does analysis 
-of CSS in HTML encoded messages.  POPFile now correctly uses the + of CSS in HTML encoded messages.  POPFile now correctly uses the 
-SpamAssassin headers to make POPFile more efficient when used in + SpamAssassin headers to make POPFile more efficient when used in 
-conjunction with SpamAssassin.  We now also look at TLDs (Top Level + conjunction with SpamAssassin.  We now also look at TLDs (Top Level 
-Domains) and store them as pseudowords (most useful for TLDs like .biz).</code>+ Domains) and store them as pseudowords (most useful for TLDs like .biz).
    
-<code>It's possible that you might see a drop in accuracy as your corpus gets + It's possible that you might see a drop in accuracy as your corpus gets 
-trained up on the new anti-spam features.   This drop in accuracy will + trained up on the new anti-spam features.   This drop in accuracy will 
-be corrected once you've retrained POPFile a little.</code>+ be corrected once you've retrained POPFile a little.
    
-<code>7. POPFile Documentation Project</code>+ 7. POPFile Documentation Project
    
-<code>In addition since v0.20.1 a lot of work has gone into a set of web pages + In addition since v0.20.1 a lot of work has gone into a set of web pages 
-called the 'POPFile Documentation Project' that includes FAQs, setup guides, + called the 'POPFile Documentation Project' that includes FAQs, setup guides, 
-etc., please visit:</code>+ etc., please visit:
    
-<code>http://popfile.sf.net/cgi-bin/wiki.pl</code>+ http://popfile.sf.net/cgi-bin/wiki.pl
    
    
-<code>ESSENTIAL READING IF YOU ARE UPGRADING TO v0.21.0</code>+ ESSENTIAL READING IF YOU ARE UPGRADING TO v0.21.0
    
-<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.21.0 on top of your current installation.  The installer will + POPFile v0.21.0 on top of your current installation.  The installer will 
-automatically create a backup of your existing corpus and configuration file; + automatically create a backup of your existing corpus and configuration file; 
-I just think a full back up is a sensible precaution.</code>+ I just think a full back up 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 AN EXE. Windows users will now be able to see + 3. ON WINDOWS POPFILE IS 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 runpopfile.exe which chooses the appropriate popfileXX.exe</code>+ is started by running runpopfile.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>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 active by default: when a new + there is an optimization for Windows that is active 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 unavailable while + up and dealt with in the order they arrive) and the UI is unavailable 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 --set pop3_force_fork=1 on the command line.</code>+ Yes, or by specifying --set pop3_force_fork=1 on the command line.
    
    
-<code>SPECIAL NOTES FOR WINDOWS USERS</code>+ SPECIAL NOTES FOR WINDOWS USERS
    
-<code>POPFile works best if the POPFILE_ROOT and POPFILE_USER environment variables  + POPFile works best if the POPFILE_ROOT and POPFILE_USER environment variables  
-use lowercase short file name format. For example, instead of using  + use lowercase short file name format. For example, instead of using  
-C:\Program Files\POPFile you should use c:\progra~1\popfile. The use of lower + C:\Program Files\POPFile you should use c:\progra~1\popfile. The use of lower 
-case is *very important* if an existing flat file or <nowiki>BerkeleyDB</nowiki> corpus is to  + case is *very important* if an existing flat file or BerkeleyDB corpus is to  
-be converted.</code>+ be converted.
    
-<code>The short file name format is not very user friendly, so the Windows installer  + The short file name format is not very user friendly, so the Windows installer  
-makes it easy to create suitable environment variables. The Windows installer  + makes it easy to create suitable environment variables. The Windows installer  
-assumes that each POPFile user will have different POPFILE_USER settings, and  + assumes that each POPFile user will have different POPFILE_USER settings, and  
-provides some simple utilities to make it easy to to create these new  + provides some simple utilities to make it easy to to create these new  
-environment variables.</code>+ environment variables.
    
-<code>When the installer is run, it automatically creates the necessary lowercase  + When the installer is run, it automatically creates the necessary lowercase  
-short file name format environment variables for the user running the  + short file name format environment variables for the user running the  
-installer. This data is stored in a user-specific part of the registry.</code>+ installer. This data is stored in a user-specific part of the registry.
    
-<code>The "Run POPFile" shortcuts created by the installer in the Start Menu (and,  + The "Run POPFile" shortcuts created by the installer in the Start Menu (and,  
-optionally, in the StartUp folder) start the 'runpopfile.exe' program which  + optionally, in the StartUp folder) start the 'runpopfile.exe' program which  
-is responsible for ensuring that POPFILE_ROOT and POPFILE_USER have the correct  + is responsible for ensuring that POPFILE_ROOT and POPFILE_USER have the correct  
-values before calling the 'popfile.exe' program which starts POPFile.</code>+ values before calling the 'popfile.exe' program which starts POPFile.
    
-<code>If 'runpopfile.exe' is run by a user who does not yet have any POPFile  + If 'runpopfile.exe' is run by a user who does not yet have any POPFile  
-settings in the registry, the 'Add POPFile User' wizard will be started if it  + settings in the registry, the 'Add POPFile User' wizard will be started if it  
-is available. [This wizard is only available if POPFile was installed by a  + is available. [This wizard is only available if POPFile was installed by a  
-user with 'Admin' rights]</code>+ user with 'Admin' rights]
    
-<code>This wizard lets the user choose a location for their POPFile data and offers  + This wizard lets the user choose a location for their POPFile data and offers  
-to reconfigure any suitable Outlook Express, Outlook or Eudora email accounts  + to reconfigure any suitable Outlook Express, Outlook or Eudora email accounts  
-for use with POPFile. If any email settings are changed, the wizard will save  + for use with POPFile. If any email settings are changed, the wizard will save  
-the data needed to restore the original settings. After this, the wizard will  + the data needed to restore the original settings. After this, the wizard will  
-start POPFile by calling 'popfile.exe'.</code>+ start POPFile by calling 'popfile.exe'.
    
-<code>Windows 9x supports system-wide environment variables which are defined in  + Windows 9x supports system-wide environment variables which are defined in  
-AUTOEXEC.BAT. Normally to change the value of these environment variables  + AUTOEXEC.BAT. Normally to change the value of these environment variables  
-AUTOEXEC.BAT has to be updated and the computer rebooted. The  + AUTOEXEC.BAT has to be updated and the computer rebooted. The  
-'runpopfile.exe' program avoids the need to reboot Windows 9x systems in  + 'runpopfile.exe' program avoids the need to reboot Windows 9x systems in  
-order to switch between different sets of user data (users just need to log  + order to switch between different sets of user data (users just need to log  
-on and log off as normal).</code>+ on and log off as normal).
    
-<code>The 'Add POPFile User' wizard only offers some simple features at present,  + The 'Add POPFile User' wizard only offers some simple features at present,  
-as it is still under development. For example there is very little error  + as it is still under development. For example there is very little error  
-checking in the current version.</code>+ checking in the current version.
    
    
-<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.21.0 are the need for the following:</code>+ in v0.21.0 are the need for the following:
    
-<code>DBI + DBI 
-DBD::SQLite + DBD::SQLite 
-Digest::Base + Digest::Base 
-Digest::MD5 + Digest::MD5 
-HTML::Tagset</code>+ HTML::Tagset
    
-<code>You may also need:</code>+ You may also need:
    
-<code><nowiki>BerkeleyDB</nowiki> (if you are upgrading from v0.20.x) + BerkeleyDB (if you are upgrading from v0.20.x) 
-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>Notes on installing the cross platform version can be found here:</code>+ Notes on installing the cross platform version can be found here:
    
-<code>http://popfile.sf.net/cgi-bin/wiki/pl?HowTos:CrossPlatformInstall</code>+ http://popfile.sf.net/cgi-bin/wiki/pl?HowTos/CrossPlatformInstall
    
    
-<code>I LIKE TO LIVE DANGEROUSLY</code>+ I LIKE TO LIVE DANGEROUSLY
    
-<code>In a future version POPFile will add official support for message  + In a future version POPFile will add official support for message  
-classification through the SMTP and NNTP (Usenet news) protocols. There are  + classification through the SMTP and NNTP (Usenet news) protocols. There are  
-currently proxy modules for these protocols that work with v0.21.0, but  + currently proxy modules for these protocols that work with v0.21.0, but  
-they have not been fully tested. If you are interested in getting them get  + they have not been fully tested. If you are interested in getting them get  
-them here:</code>+ them here:
    
-<code>http://cvs.sourceforge.net/viewcvs.py/*checkout*/popfile/engine/Proxy/SMTP.pm?rev=1.26 + http://cvs.sourceforge.net/viewcvs.py/*checkout*/popfile/engine/Proxy/SMTP.pm?rev=1.26 
-http://cvs.sourceforge.net/viewcvs.py/*checkout*/popfile/engine/Proxy/NNTP.pm?rev=1.25</code>+ http://cvs.sourceforge.net/viewcvs.py/*checkout*/popfile/engine/Proxy/NNTP.pm?rev=1.25
    
-<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>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>As well as the usual donations we have a specific "BuyJohnAMac" campaign  + As well as the usual donations we have a specific "BuyJohnAMac" campaign  
-that you can read about here:</code>+ that you can read about here:
    
-<code>http://popfile.sf.net/cgi-bin/wiki.pl?BuyJohnAMac</code>+ http://popfile.sf.net/cgi-bin/wiki.pl?BuyJohnAMac
    
    
-<code>PRAISE</code>+ PRAISE
    
-<code>This release sees an enormous improvement in the Windows installer which + This release sees an enormous improvement in the Windows installer which 
-been the exclusive playground of Brian Smith.  Brian has work tirelessly to + been the exclusive playground of Brian Smith.  Brian has work tirelessly to 
-make the Windows installer robust, clear and easy.   Nice work, Brian!</code>+ make the Windows installer robust, clear and easy.   Nice work, Brian!
    
-<code>Sam continues to make contributions to POPFile's core, with the latest being + Sam continues to make contributions to POPFile's core, with the latest being 
-his addition of the CSS parser.</code>+ his addition of the CSS parser.
    
-<code>Naoki Iimura has done a huge amount of work converting the FAQ from English  + Naoki Iimura has done a huge amount of work converting the FAQ from English  
-to Japanese for the benefit of the many users of POPFile in Japan.</code>+ to Japanese for the benefit of the many users of POPFile in Japan.
    
-<code>THE FUTURE</code>+ THE FUTURE
    
-<code>The rough plan for the future of POPFile is the as follows:</code>+ The rough plan for the future of POPFile is the as follows:
    
-<code>v0.22.0 Theme: Protocols/UI</code>+ v0.22.0 Theme: Protocols/UI
    
-<code>        Add support for SMTP, NNTP, IMAP(?) +         Add support for SMTP, NNTP, IMAP(?) 
-        New skinning system +         New skinning system 
-        Support SSL and SOCKS for all proxies +         Support SSL and SOCKS for all proxies 
-        Move history into database</code>+         Move history into database
    
-<code>v0.23.0 Theme: Multi-user Phase 2</code>+ v0.23.0 Theme: Multi-user Phase 2
    
-<code>        Support for multiple users with logins +         Support for multiple users with logins 
-        Scalable to large organizations/ISPs +         Scalable to large organizations/ISPs 
-        History encryption</code>+         History encryption
    
-<code>v1.00.0 Theme: Stable Release + v1.00.0 Theme: Stable Release 
-   +    
-        First non v0.X release of POPFile</code>+         First non v0.X release of POPFile
    
-<code>The full roadmap can be found here:</code>+ The full roadmap can be found here:
    
-<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>CONCLUSION</code>+ CONCLUSION
    
-<code>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.21.0.1169551458.txt.gz · Last modified: 2008/02/08 19:49 (external edit)
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