aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-07-26 15:30:23 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-07-26 15:30:23 +0000
commit6574f4106e44e95bb72bfad0d6bd7c42065fd9ef (patch)
tree0b5cd971061bc5e0c1ea490cc5cc255f456ffe8a
parent8e7fcd9ee1fbee3c955efe825d7681dfc4dd072d (diff)
-o #[num] fix
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ca8e1f5f3..0de69630c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Daniel (26 July 2004)
+- Made "curl [URL] -o name#2" work as expected. If there's no globbing for the
+ #-number, it will simply be used as #2 in the file name.
+
Daniel (24 July 2004)
- I fixed the autobuilds with ares, since they now need to have buildconf run
in the ares dir before the configure script is run.