diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-12-15 09:23:24 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-12-15 09:23:24 +0000 |
commit | d88b3d3d5d487d0f70230eb6548a843d32836ce2 (patch) | |
tree | a6695625eccaba6b00eed200209573cafded5e3b /CHANGES | |
parent | f2fb9039bd6b09d75b0fb6f210bccf56fce995d7 (diff) |
fixed how backslashes are treated in glob strings
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -7,6 +7,13 @@ Changelog +Daniel (15 December 2004) +- Tom Lee found out that globbing of strings with backslashes didn't work as + you'd expect. Backslashes are such a central part of windows file names that + forcing backslashes to have to be escaped with backslashes is a bit too + awkward to users. Starting now, you only need to escape globbing characters + such as the five letters: "[]{},". Added test case 214 to verify this. + Daniel (14 December 2004) - Harshal Pradhan patched a HTTP persistent connection flaw: if the user name and/or password were modified between two requests on a persistent |