From 9d957294cb0e6c2b65f249ffeb62c94b679a5ede Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Mon, 26 Aug 2013 23:27:07 +0100 Subject: [PATCH] RELEASE-NOTES: synced with acf59be7f09a7 --- RELEASE-NOTES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ef5e57fac6..d4bfac6f97 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -13,6 +13,7 @@ This release includes the following changes: o CURLM_ADDED_ALREADY: new error code o test TFTP server: support "writedelay" within o krb4 support has been removed + o imap and smtp: added basic SASL XOAUTH2 support [9] This release includes the following bugfixes: @@ -38,7 +39,7 @@ advice from friends like these: Alex McLellan, Bill Doyle, Colby Ranger, Fabian Keil, Gisle Vanem, John E. Malmberg, Jonathan Nieder, Kamil Dudka, Shawn Landden, - Tor Arntsen, Will Dietz, Yi Huang + Tor Arntsen, Will Dietz, Yi Huang, Kyle L. Huff, Steve Holme Thanks! (and sorry if I forgot to mention someone) @@ -52,3 +53,4 @@ References to bug reports and discussions on issues: [6] = http://curl.haxx.se/mail/lib-2013-08/0211.html [7] = http://curl.haxx.se/bug/view.cgi?id=1264 [8] = http://curl.haxx.se/bug/view.cgi?id=1267 + [9] = http://curl.haxx.se/mail/lib-2013-08/0234.html