From b6305011ecae5bd4ff689da6f1618cc8a1c28f7e Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 29 Apr 2024 14:08:38 +0200 Subject: [PATCH] DISTROS: add patch and issues link for curl-for-win curl-for-win sometimes includes curl patches that were already merged in master, but not yet part of a stable release. Also include the Issues link. Build-specific issues are handled there. Ref: #13493 Closes #13499 --- docs/DISTROS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/DISTROS.md b/docs/DISTROS.md index bd566496ec..863b0fec70 100644 --- a/docs/DISTROS.md +++ b/docs/DISTROS.md @@ -85,6 +85,8 @@ mailing list](https://lists.haxx.se/listinfo/curl-distros). *Rolling Release* - curl: https://curl.se/windows/ +- curl patches: https://github.com/curl/curl-for-win/blob/main/curl.patch (if any) +- build-specific issues: https://github.com/curl/curl-for-win/issues Issues and patches for this are managed in the main curl project.