diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-11 14:53:54 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-11 14:53:54 +0000 |
commit | 5a1fd28b3d71fdf6ae4fdabf2aead6f294c453b0 (patch) | |
tree | 7f5a227bb283ccd116d7298ed65866cec7f79c90 | |
parent | 06b618b03a13ca027e6ff5449adcabf194e6394c (diff) | |
download | fetchmail-5a1fd28b3d71fdf6ae4fdabf2aead6f294c453b0.tar.gz fetchmail-5a1fd28b3d71fdf6ae4fdabf2aead6f294c453b0.tar.bz2 fetchmail-5a1fd28b3d71fdf6ae4fdabf2aead6f294c453b0.zip |
AAdd untested-feature warning.
svn path=/trunk/; revision=304
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | README | 16 |
2 files changed, 31 insertions, 1 deletions
@@ -1,3 +1,17 @@ +----------------------------------------------------------------------------- + * * * WARNING * * * + +This release contains untested features! It includes new code for Kerberos +authentication and POP3 UID support, but my integration of these features +required changes which have not yet been tested by the people who sent the +enhancements. + +I'm issuing it to put paid to two minor but annoying bugs, in option +processing and IMAP queries of multiple sites. For other changes, see +below. + +----------------------------------------------------------------------------- + Release Notes: fetchmail-1.8 (Wed Oct 9 16:00:15 EDT 1996): @@ -33,6 +47,8 @@ bugs -- * Fix buggy getopt specification of P and p options. +* Fix uninitialized-variable bug that was hanging second IMAP queries. + fetchmail-1.7 (Tue Oct 8 11:32:44 EDT 1996): features -- @@ -1,4 +1,18 @@ - The fetchmail announcement + fetchmail README + +----------------------------------------------------------------------------- + * * * WARNING * * * + +This release contains untested features! It includes new code for Kerberos +authentication and POP3 UID support, but my integration of these features +required changes which have not yet been tested by the people who sent the +enhancements. + +I'm issuing it to put paid to two minor but annoying bugs, in option +processing and IMAP queries of multiple sites. For other changes, see +the release notes in the NEWS file. + +----------------------------------------------------------------------------- fetchmail is a full-featured, robust, well-documented POP2, POP3, APOP, and IMAP batch mail retrieval/forwarding utility intended to be |