aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-11-10 22:11:01 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-11-10 22:11:01 +0000
commitbd8baed13879d30614065379cca6e2b559b4b0fa (patch)
tree17d868ef3c0bf6ee0093e185b26a42f4c5524856 /RELEASE-NOTES
parent00a7dda273af92f0e58d2d7f0f6e56209919de18 (diff)
Introducing range stepping to the curl globbing support. Now you can specify
step counter by adding :[num] within the brackets when specifying a range.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 799784cc2..ac18e8f82 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -11,6 +11,7 @@ Curl and libcurl 7.15.1
This release includes the following changes:
+ o URL globbing now offers "range steps": [1-100:10]
o LDAPv3 is now the preferred LDAP protocol version
o --max-redirs and CURLOPT_MAXREDIRS set to 0 limits redirects
o improved MSVC makefile