summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-11 08:02:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-11 08:02:07 +0000
commit16502d7d159426fe358706db383fbe5f0da479b3 (patch)
treeb55e9dc94f37bb5a7ed991a18b17f1444df61d1f
parentce05deece8837fb5cd78604e575c12289df716c5 (diff)
downloadgnurl-16502d7d159426fe358706db383fbe5f0da479b3.tar.gz
gnurl-16502d7d159426fe358706db383fbe5f0da479b3.tar.bz2
gnurl-16502d7d159426fe358706db383fbe5f0da479b3.zip
-g added, no more space requirements between short options and their parameters
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b2c84c8cc..d59ad8bc1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,11 @@
History of Changes
Daniel (11 January 2001)
+- Added -g/--globoff that switches OFF the URL globbing and thus enables {}[]
+ letters to be part of the URL. Do note that RFC2396 section 2.4.3 explicitly
+ mention these letters to be escaped. This was posted as a feature request by
+ Jorge Gutierrez and as a bug by Terry.
+
- Short options to curl that requires parameters can now be specified without
having the option and its parameter space separated. -ofile works as good as
-o file. -m20 is equal to -m 20. Do note that this goes for single-letter