diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-05-07 14:30:18 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-05-07 14:30:18 +0200 |
commit | d63bada5791b1239654a7ce5853a0d7a418b956e (patch) | |
tree | 0d03fa9cc68862df33e94c4a1c1249aa811cdc53 /RELEASE-NOTES | |
parent | b692d6650a2282335edabd9a7f1eeff1cbd02fa1 (diff) | |
download | curl-d63bada5791b1239654a7ce5853a0d7a418b956e.tar.gz |
RELEASE-NOTES: typo
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 347398e6f..316926ae6 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -56,7 +56,7 @@ This release includes the following bugfixes: o build-openssl.bat: Refer to VS2017 as VC14.1 instead of VC15 [37] o curl: retry on FTP 4xx, ignore other protocols [38] o configure: detect (and use) sa_family_t [39] - o examples/sftpuploadresmue: Fix Windows large file seek + o examples/sftpuploadresume: Fix Windows large file seek o build: cleanup to fix clang warnings/errors [40] o winbuild: updated the documentation [41] o lib: silence null-dereference warnings [42] |