diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-05-10 11:44:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-05-10 11:44:31 +0000 |
commit | 3c6d3b69c2f9da4107ad5ca68fc06cc91ed225c1 (patch) | |
tree | 61a058f9db5f7dc74e9d4111ca6e7566cd56385f /CHANGES | |
parent | 00312e95fefe790588ae8d80714e9002c24a04a0 (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 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ Changelog +Daniel (10 May 2006) +- Fixed DICT in two aspects: + + 1 - allow properly URL-escaped words, like using %20 for spaces + + 2 - properly escape certain letters within a word to comply to the RFC2229 + Daniel (9 May 2006) - Andreas Ntaflos reported a bug in libcurl.m4: When configuring my GNU autotools project, which optionally (default=yes) uses libcurl on a system |