summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-12-15 09:23:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-12-15 09:23:24 +0000
commitd88b3d3d5d487d0f70230eb6548a843d32836ce2 (patch)
treea6695625eccaba6b00eed200209573cafded5e3b /CHANGES
parentf2fb9039bd6b09d75b0fb6f210bccf56fce995d7 (diff)
downloadcurl-d88b3d3d5d487d0f70230eb6548a843d32836ce2.tar.gz
fixed how backslashes are treated in glob strings
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index aa6540287..c77f06f5f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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