diff options
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | README | 7 |
3 files changed, 8 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in index 22241cb9..e7dea005 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,7 +3,7 @@ # If you're running QNX, we can't assume a working autoconf. # So just uncomment all the lines marked QNX. -VERS=2.3 +VERS=2.4 PL=0 # Ultrix 2.2 make doesn't expand the value of VPATH. @@ -10,7 +10,7 @@ Release Notes: ------------------------------------------------------------------------------ -fetchmail-2.4 () +fetchmail-2.4 (Sat Dec 21 02:37:58 EST 1996) features -- @@ -24,9 +24,10 @@ bugs -- * Fixed a minor bug in Received processing. -* Restored portability to Solaris. +* Restored compile-time portability to Solaris. * Force line-buffering on socket streams (Linux apparently defaults to this). + This may fix some hang problems reported under Solaris. ------------------------------------------------------------------------------ @@ -61,14 +61,15 @@ pop-perl5-1.2, popc, popmail-1.6 and upop) are marked with **. The fetchmail code appears to be stable and free of bugs affecting normal operation (that is, retrieving from POP3 or IMAP and forwarding -via SMTP to sendmail). It will probably undergo substantial change +99via SMTP to sendmail). It will probably undergo substantial change only if and when support for a new retrieval protocol or authentication is added. See the distribution files NEWS for detailed information on recent changes and NOTES for design notes. -You can easily fetch the latest version of fetchmail via FTP from: +You can easily fetch the latest version of fetchmail via FTP from the +following FTP directory: - ftp://ftp.ccil.org/pub/esr/fetchmail-2.2.tar.gz + ftp://ftp.ccil.org/pub/esr/fetchmail Or you can get it from Eric's home page: |