aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
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 /CHANGES
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 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8af44505f..c700e2f64 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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