diff options
author | Steve Holme <steve_holme@hotmail.com> | 2012-06-03 19:28:08 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2012-06-03 19:28:08 +0100 |
commit | 79c2af3082be7c1fda1dabacfbae55569e49ed08 (patch) | |
tree | 4fcc52a50f66e9f8c0fc9ac948148f3b0f7b4d18 | |
parent | 8c0bfd3e0c2b36a081169612cba0ac5431d6c122 (diff) |
RELEASE-NOTES: Added missing addition of sasl login support
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 382b65266..6a840b098 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -11,8 +11,9 @@ This release includes the following changes: o nss: use human-readable error messages provided by NSS o added --metalink for metalink download support - o pop3: Added support for sasl ntlm authentication o pop3: Added support for sasl plain text authentication + o pop3: Added support for sasl login authentication + o pop3: Added support for sasl ntlm authentication o pop3: Added support for sasl cram-md5 authentication This release includes the following bugfixes: |