mirror of
https://github.com/curl/curl.git
synced 2026-08-05 19:26:13 +03:00
DEPRECATE: the original legacy mingw version 1
Remove completely in September 2023 Closes #10667
This commit is contained in:
parent
755ddbe901
commit
e4d5685cb5
3 changed files with 27 additions and 2 deletions
|
|
@ -31,6 +31,18 @@ We remove support for building curl with the gskit TLS library in August 2023.
|
|||
- build breakages in this code take weeks or more to get detected
|
||||
- fixing gskit code is mostly done "flying blind"
|
||||
|
||||
## mingw v1
|
||||
|
||||
We remove support for building curl with the original legacy mingw version 1
|
||||
in September 2023.
|
||||
|
||||
During the deprecation period you can enable the support with the configure
|
||||
option `--with-mingw1-deprecated`.
|
||||
|
||||
mingw version 1 is old and deprecated software. There are much better and
|
||||
still support build environments to use to build curl and other software. For
|
||||
example [MinGW-w64](https://www.mingw-w64.org/).
|
||||
|
||||
## space-separated `NOPROXY` patterns
|
||||
|
||||
When specifying patterns/domain names for curl that should *not* go through a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue