diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-08-31 10:49:49 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-08-31 10:49:49 +0100 |
commit | f3849a7b84f90101ceb1145c69a97ac3048b1fd9 (patch) | |
tree | 83a17cd7ba6e3702358044bc148bc5f95c5b991c /RELEASE-NOTES | |
parent | 1ca6ed7b75cad03ca47fc28453e0f28123579e05 (diff) |
imap: Fixed response check for EXPUNGE command
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8215ae3fd..b317c7b2a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -24,7 +24,7 @@ This release includes the following bugfixes: o tests 2032, 2033: Don't hardcode port in expected output o urlglob: better detect unclosed braces, empty lists and overflows [7] o urlglob: error out on range overflow [8] - o imap: Fixed response check for SEARCH command + o imap: Fixed response check for SEARCH and EXPUNGE commands [10] o handle arbitrary-length username and password [2] o TFTP: make the CURLOPT_LOW_SPEED* options work [4] o curl.h: name space pollution by "enum type" [5] @@ -54,3 +54,4 @@ References to bug reports and discussions on issues: [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 + [10] = http://curl.haxx.se/mail/lib-2013-08/0136.html |