aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-09-14 10:40:32 +0100
committerSteve Holme <steve_holme@hotmail.com>2013-09-14 10:44:28 +0100
commitfbcefc0ce0cbe14c5f75d8c4ca2be9cdfce3e4d3 (patch)
tree46534f8736acfb2693c70403b20cb5a2b6b90726 /RELEASE-NOTES
parent83f6f58834fd9a31ca8d1322144647644c04e880 (diff)
imap: Fixed response check for NOOP command
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index ed3853e6b..203b7fb25 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -26,7 +26,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, EXPUNGE, LSUB and UID commands [10]
+ o imap: Fixed response check for SEARCH, EXPUNGE, LSUB, UID and NOOP 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]