aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-02-11 21:32:24 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-02-11 21:32:24 +0000
commitb749096ca1c0842db21742e53d8f9766412d2c5d (patch)
tree831465249d25b943252696e13e6133c449a7199d /NEWS
parent49e1f41ffef6834125db955993f99f1ac17c0bcf (diff)
downloadfetchmail-b749096ca1c0842db21742e53d8f9766412d2c5d.tar.gz
fetchmail-b749096ca1c0842db21742e53d8f9766412d2c5d.tar.bz2
fetchmail-b749096ca1c0842db21742e53d8f9766412d2c5d.zip
Authentication completely refactored.
svn path=/trunk/; revision=3067
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bb1ea9d4..b130d869 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,15 @@
(The `lines' figures total .c, .h, .l, and .y files under version control.)
-fetchmail-5.6.3 (Sun Feb 11 00:43:14 EST 2001), 20085 lines:
+* CRAM-MD5 authentication of IMAP and POP3 is working. Tested against
+ IMAP4rev1 2000.287 and v2000.70 POP3 gateway at neo.netnea.com.
+* Full support for POP3 AUTH (RFC1734) with KERBEROS_IV, GSSAPI, OTP.
+* Noted that Debian bugs #78963, #63064, #81312, #78796, #78363, #78149,
+ #68627, #67559, #63308, #63088, #71428 are fixed.
+* Resolved Debian bug #65505: fetchmail now returns a nonzero exit status
+ when interrupted before a successful fetch.
+
+fetchmail-5.6.4 (Sun Feb 11 00:43:14 EST 2001), 20085 lines:
* ODMR port fix for AIX.
* Dave Zarzycki's fix for former FAQ item F5 (%h and %p not being expanded).