aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-29 09:53:21 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-29 09:53:21 +0000
commite9c835ad06bdded6a720ad59054a7b058ace4d9c (patch)
tree8bca4c3cf5adfc5a0ec6367c7e7537b6115db82c /RELEASE-NOTES
parent0701b973dfdf13af115d5731fae16c0447c68d88 (diff)
David Hull made the file: URL parser also accept the somewhat sloppy file
syntax: file:/path. I added test case 203 to verify this.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 894ca0ca4..cfb0687c5 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,7 +1,11 @@
Curl and libcurl 7.10.8 is out! A bugfix release.
+The 77th public curl release. Release number 104 counted from the very
+beginning.
+
This release includes the following changes:
+ o file: URLs with only one initial slash now works too
o we include a RELEASE-NOTES document in the release archive to summarize
the big and visible changes and bugfixes
o CURLOPT_MAXFILESIZE was added, and --max-filesize.