Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
releasenotes:1.1.0 [2008/06/30 12:48] – Make it easier to find the list of extra Perl modules xueshengreleasenotes:1.1.0 [2008/11/30 17:00] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== 1.1.0 (draft version for use in the next release) ====== +====== 1.1.0 (November 30, 2008) ====== 
 +<code>
 Welcome to POPFile v1.1.0 Welcome to POPFile v1.1.0
  
-POPFile is an email classification tool with a Naive Bayes classifier, POP3, SMTP, NNTP proxies and IMAP filter and a web interface. It runs on most platforms and with most email clients.+POPFile is an email classification tool with a Naive Bayes classifier, POP3, 
 +SMTP, NNTP proxies and IMAP filter and a web interface. It runs on most 
 +platforms and with most email clients.
  
-This is an important release for several reasons: it is the first to use a SQLite 3.x database, it is the first to offer a Mac OS X installer in addition to the usual cross-platform and Windows installer versions, and it is the first version released since the project moved to its new server.+This is an important release for several reasons: it is the first to use a 
 +SQLite 3.x database, it is the first to offer a Mac OS X installer in addition 
 +to the usual cross-platform and Windows installer versions, and it is the first 
 +version released since the project moved to its new server.
  
 WHAT'S CHANGED SINCE v1.0.1 WHAT'S CHANGED SINCE v1.0.1
Line 15: Line 20:
 POPFile now handles quoted-printable encoded text in multiple lines correctly. POPFile now handles quoted-printable encoded text in multiple lines correctly.
  
-If a message without a SUBJECT line is received POPFile no longer inserts an empty SUBJECT line.+If a message without a SUBJECT line is received POPFile no longer inserts an 
 +empty SUBJECT line.
  
-Fixed the bug that sometimes resulted in POPFile concatenating headers into a single line instead of appending them.+Fixed the bug that sometimes resulted in POPFile concatenating headers into a 
 +single line instead of appending them.
  
-POPFile now supports lowercase 'user', 'auth' commands+POPFile now supports lowercase 'user', 'auth' commands
 + 
 +The configuration file (popfile.cfg) is saved more safely.
  
 2. POPFile improvements 2. POPFile improvements
  
-POPFile now uses the SQLite 3.x database format by default instead of the older SQLite 2.x database format. In addition to reducing the size of the database (a database using the new 3.x format is about one third the size of the equivalent 2.x database) this change means that it is now easier to use another SQL database such as MySQL if you prefer.+POPFile now uses the SQLite 3.x database format by default instead of the older 
 +SQLite 2.x database format. In addition to reducing the size of the database (a 
 +database using the new 3.x format is about one third the size of the equivalent 
 +2.x database) this change means that it is now easier to use another SQL 
 +database such as MySQL if you prefer.
  
-If POPFile detects an old SQLite 2.x database when it starts up then it will automatically make a backup copy of the database and convert it to the new format. This conversion may take several minutes, or even more than half an hour if the database is very large.+If POPFile detects an old SQLite 2.x database when it starts up then it will 
 +automatically make a backup copy of the database and convert it to the new 
 +format. This conversion may take several minutes, or even more than half an 
 +hour if the database is very large
 + 
 +POPFile now automatically reconnects to the MySQL server when it loses the 
 +connection to the server.
  
 The global timeout can now be set to more than 5 minutes. The global timeout can now be set to more than 5 minutes.
  
-An error message is now returned to the email client if POPFile finds it is unable to make the necessary SSL connection to the mail server because of a missing SSL support file.+An error message is now returned to the email client if POPFile finds it is 
 +unable to make the necessary SSL connection to the mail server because of a 
 +missing SSL support file.
  
-The number of 'uninitialized value' warnings output by POPFile when using an empty corpus has been reduced.+The number of 'uninitialized value' warnings output by POPFile when using an 
 +empty corpus has been reduced.
  
 If the mail server does not respond, POPFile now closes the connection. If the mail server does not respond, POPFile now closes the connection.
 +
 +A new parameter 'pidcheck_interval' is added to set the interval to check the
 +'popfile.pid' file. If you set this parameter to '0', POPFile will no longer
 +check the pid file.
  
 For Japanese users the MeCab parser has been updated to v0.97. For Japanese users the MeCab parser has been updated to v0.97.
  
-3Windows Installer improvements+The NNTP proxy now supports HEAD/BODY commands (thanks to bkeener).
  
-Database upgrades are now handled before the installer offers to start POPFile. This makes it easier for the installer to monitor the progress of these upgrades (previous installers sometimes had to guess when an upgrade had finished).+3Windows version improvements
  
-The installer has been updated to display the new SQLite 2.to 3.x conversion messages.+The installer now handles any necessary database upgrades before it offers to 
 +start POPFileThis makes it easier for the installer to monitor the progress 
 +of these upgradesSome database upgrades can take half an hour (or even 
 +longer) if the database is huge and this meant the previous installers 
 +sometimes had to guess when a database upgrade had finished.
  
-The popfile-service.exe program no longer exits when the user who started the service logs out.+The installer has been updated to display the new SQLite 2.x to 3.x conversion 
 +messages. 
 + 
 +The popfile-service.exe program no longer exits when the user who started the 
 +service logs out
 + 
 +On some systems when POPFile's system tray icon was used it was possible for 
 +POPFile to lock up or freeze if the cursor was moved over the icon while 
 +POPFile was checking or downloading mail. For this release the system tray icon 
 +code has been re-written to reduce the chance that POPFile will lock up or 
 +freeze when the system tray icon is used.
  
 4. UI improvements 4. UI improvements
  
-The UI's CONFIGURATION page  no longer allows the user to set the UI port and POP3 listen port to the same value.+The UI's CONFIGURATION page no longer allows the user to set the UI port and 
 +POP3 listen port to the same value.
  
 5. Other changes 5. Other changes
  
-There is now an official Mac OS X installer for POPFile. It runs on Mac OS X 10.3 (Panther) or later.+There is now an official Mac OS X installer for POPFile. It runs on Mac OS X 
 +10.3 (Panther) or later.
  
 For more information about the Mac OS X installer, please see: For more information about the Mac OS X installer, please see:
Line 64: Line 106:
 GETTING STARTED WITH POPFILE GETTING STARTED WITH POPFILE
  
-An introduction to installing and using POPFile can be found in the QuickStart guide:+An introduction to installing and using POPFile can be found in the QuickStart 
 +guide:
  
   http://getpopfile.org/docs/QuickStart   http://getpopfile.org/docs/QuickStart
Line 70: Line 113:
 SSL SUPPORT IN WINDOWS SSL SUPPORT IN WINDOWS
  
-SSL Support is offered as one of the optional components by the installer. If the SSL Support option is selected the installer will download the necessary files during installation.+SSL Support is offered as one of the optional components by the installer. If 
 +the SSL Support option is selected the installer will download the necessary 
 +files during installation.
  
-If SSL support is not selected when installing (or upgrading) POPFile or if the installer was unable to download all of the SSL files then POPFile's "Add/Remove Programs" entry can be used to add SSL support to an existing installation.+If SSL support is not selected when installing (or upgrading) POPFile or if the 
 +installer was unable to download all of the SSL files then POPFile's 
 +"Add/Remove Programs" entry can be used to add SSL support to an existing 
 +installation.
  
 I AM USING THE CROSS PLATFORM VERSION I AM USING THE CROSS PLATFORM VERSION
  
-POPFile requires a number of Perl modules that are available from CPAN. You will need:+POPFile requires a number of Perl modules that are available from CPAN. You 
 +will need:
  
   Date::Parse   Date::Parse
Line 85: Line 134:
   TimeDate   TimeDate
  
-You can install all the required POPFile modules by getting the Bundle::POPFile bundle from CPAN.+You can install all the required POPFile modules by getting the Bundle::POPFile 
 +bundle from CPAN.
  
 Please refer to the installation instructions on the POPFile wiki: Please refer to the installation instructions on the POPFile wiki:
Line 91: Line 141:
  http://getpopfile.org/docs/HowTos:CrossPlatformInstall  http://getpopfile.org/docs/HowTos:CrossPlatformInstall
  
-Japanese users may need to install some extra programs and Perl modules, depending upon which Nihongo parser (wakachi-gaki program) they wish to use. For more information about how to install them, see the POPFile wiki:+Japanese users may need to install some extra programs and Perl modules, 
 +depending upon which Nihongo parser (wakachi-gaki program) they wish to use. 
 +For more information about how to install them, see the POPFile wiki:
  
  http://getpopfile.org/docs/JP:HowTos:CrossPlatformInstall  http://getpopfile.org/docs/JP:HowTos:CrossPlatformInstall
Line 97: Line 149:
 CROSS PLATFORM VERSION KNOWN ISSUES CROSS PLATFORM VERSION KNOWN ISSUES
  
-Users of SSL on non-Windows platforms should NOT use IO::Socket::SSL v0.97 or v0.99. They are known to be incompatible with POPFile; v1.13 is the most recent release of IO::Socket::SSL that works correctly.+Users of SSL on non-Windows platforms should NOT use IO::Socket::SSL v0.97 or 
 +v0.99. They are known to be incompatible with POPFile; v1.14 is the most recent 
 +release of IO::Socket::SSL that works correctly.
  
 WINDOWS KNOWN ISSUES WINDOWS KNOWN ISSUES
  
-1. THE TRAYICON ON WINDOWS CAN CAUSE POPFILE TO FREEZE<<<- TODO (rewrite)+1. THE TRAYICON ON WINDOWS.
  
-With certain setups, if you attempt to view the trayicon's tooltip or hover your cursor over it while checking or downloading mail POPFile may freeze. The exact cause is still unknown but it may be related to some video drivers. If this problem affects you turn off the trayicon+In earlier releases of POPFile if you attempted to view the trayicon's tooltip 
 +or hover your cursor over it while checking or downloading mail POPFile might 
 +freeze on some systems. The exact cause is still unknown but it may be related 
 +to some video drivers.
  
-Due to this issue, we suggest users of the IMAP module disable the trayicon since a freeze may go unnoticed more easily than when using a mail client to make POP3 connections. +For this release a new approach to creating the system tray icon has been used. 
 +Initial testing suggests that this new code is much more robust and that 
 +POPFile will no longer freeze as often as it did before. 
 + 
 +However it is possible that on some systems the new trayicon may still cause 
 +some problems. For this release we suggest users of the IMAP module disable the 
 +trayicon since a freeze may go unnoticed more easily than when using a mail 
 +client to make POP3 connections.
  
 2. ON WINDOWS I WANT TO CHECK MULTIPLE EMAIL ACCOUNTS SIMULTANEOUSLY. 2. ON WINDOWS I WANT TO CHECK MULTIPLE EMAIL ACCOUNTS SIMULTANEOUSLY.
  
-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 connection is made between your email program and POPFile, POPFile handles it in the 'parent' process. This means the connect happens fast and mail starts downloading very quickly, but it means that you can only download 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 downloading email.+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 
 +connection is made between your email program and POPFile, POPFile handles it 
 +in the 'parent' process. This means the connect happens fast and mail starts 
 +downloading very quickly, but it means that you can only download 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 downloading 
 +email.
  
-You can turn this behavior off (and get simultaneous UI/email access and as many email connections as you like) on the Configuration panel in the UI by making sure that "Allow concurrent POP3 connections:" is Yes, or by specifying --set pop3_force_fork=1 on the command line.+You can turn this behavior off (and get simultaneous UI/email access and as 
 +many email connections as you like) on the Configuration panel in the UI by 
 +making sure that "Allow concurrent POP3 connections:" is Yes, or by specifying 
 +--set pop3_force_fork=1 on the command line.
  
-The default behaviour (no concurrent POP3 connections) can cause email clients to time out if several accounts are being checked (because POPFile only handles one account at a time it can take a while to process all of the accounts). +The default behaviour (no concurrent POP3 connections) can cause email clients 
 +to time out if several accounts are being checked (because POPFile only handles 
 +one account at a time it can take a while to process all of the accounts).
  
-If SSL support is being used then the default setting (no concurrent POP3 connections) _MUST_ be used otherwise POPFile crashes.+If SSL support is being used then the default setting (no concurrent POP3 
 +connections) _MUST_ be used otherwise POPFile crashes.
  
 v1.0.0 and v1.0.1 RELEASE NOTES v1.0.0 and v1.0.1 RELEASE NOTES
  
-If you are upgrading from pre-v1.0.0 please read the v1.0.0 and v1.0.1 release notes for much more information:+If you are upgrading from pre-v1.0.0 please read the v1.0.0 and v1.0.1 release 
 +notes for much more information:
  
  http://getpopfile.org/docs/ReleaseNotes:1.0.0  http://getpopfile.org/docs/ReleaseNotes:1.0.0
Line 126: Line 204:
 DONATIONS DONATIONS
  
-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 who have contributed their time through patches, feature requests, bug reports, user support and translations.+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 who have 
 +contributed their time through patches, feature requests, bug reports, user 
 +support and translations.
  
  http://sourceforge.net/forum/forum.php?forum_id=213876  http://sourceforge.net/forum/forum.php?forum_id=213876
Line 132: Line 213:
 THANKS THANKS
  
-Big thanks to all who've contributed to POPFile, especially naoki iimura for his work on making POPFile work with SQLite 3.x databases.+Big thanks to all who've contributed to POPFile, especially naoki iimura for 
 +his work on making POPFile work with SQLite 3.x databases.
  
 The POPFile Core Team The POPFile Core Team
 (Brian, Joseph, Manni and Naoki) (Brian, Joseph, Manni and Naoki)
 +</code>
 
releasenotes/1.1.0.1214830085.txt.gz · Last modified: 2008/06/30 14:48 (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