pop3: Fixed APOP being determined by CAPA response rather than by timestamp
[platform/upstream/curl.git] / RELEASE-NOTES
1 Curl and libcurl 7.34.1
2
3  Public curl releases:         137
4  Command line options:         161
5  curl_easy_setopt() options:   206
6  Public functions in libcurl:  58
7  Known libcurl bindings:       42
8  Contributors:                 1104
9
10 This release includes the following changes:
11
12  o imap/pop3/smtp: Added support for SASL authentication downgrades
13  o 
14
15 This release includes the following bugfixes:
16
17  o curl_easy_setopt: Fixed OAuth 2.0 Bearer option name [1]
18  o pop3: pop3: Fixed APOP being determined by CAPA response rather than by timestamp
19  o 
20
21 This release includes the following known bugs:
22
23  o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
24
25 This release would not have looked like this without help, code, reports and
26 advice from friends like these:
27
28  Steve Holme, Viktor Szakáts
29
30         Thanks! (and sorry if I forgot to mention someone)
31
32 References to bug reports and discussions on issues:
33
34  [1] = http://curl.haxx.se/bug/view.cgi?id=1313