diff options
author | Steve Holme <steve_holme@hotmail.com> | 2012-06-09 13:49:37 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2012-06-09 13:49:37 +0100 |
commit | c09c621af7ad0bb81a5ab96ed0e0ce4e99ae3119 (patch) | |
tree | 967dc6a053f80137731893a91c0efb2bc9c33960 /RELEASE-NOTES | |
parent | 4e430a8a16460f340c776dbd6f305cdf1e9dacc8 (diff) | |
download | curl-c09c621af7ad0bb81a5ab96ed0e0ce4e99ae3119.tar.gz |
pop3: Added support for apop authentication
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index fa85b190b..80bed0457 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -16,6 +16,7 @@ This release includes the following changes: o pop3: Added support for sasl ntlm authentication o pop3: Added support for sasl cram-md5 authentication o pop3: Added support for sasl digest-md5 authentication + o pop3: Added support for apop authentication This release includes the following bugfixes: |