aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-05-10 11:44:31 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-05-10 11:44:31 +0000
commit3c6d3b69c2f9da4107ad5ca68fc06cc91ed225c1 (patch)
tree61a058f9db5f7dc74e9d4111ca6e7566cd56385f /RELEASE-NOTES
parent00312e95fefe790588ae8d80714e9002c24a04a0 (diff)
1 - allow DICT with properly URL-escaped words, like using %20 for spaces
2 - properly escape certain letters within a DICT word to comply to the RFC2229
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 2f9909d2e..3d42c7b8c 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -20,6 +20,8 @@ This release includes the following changes:
This release includes the following bugfixes:
+ o dict with letters such as space in a word
+ o dict with url-encoded words in the URL
o libcurl.m4 when default=yes but no libcurl was found
o numerous bugs fixed in the TFTP code
o possible memory leak when adding easy handles to multi stack