]> granicus.if.org Git - curl/commitdiff
-g added, no more space requirements between short options and their parameters
authorDaniel Stenberg <daniel@haxx.se>
Thu, 11 Jan 2001 08:02:07 +0000 (08:02 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 11 Jan 2001 08:02:07 +0000 (08:02 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index b2c84c8ccd26345022ca6cb61dc339763041e8cb..d59ad8bc19572d711ab209e5b99cf9cc110d7996 100644 (file)
--- 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