Looks like there was an 8.0.0 release in 2020. Any plans to update?
https://sourceforge.net/p/mingw-w64/mailman/message/37111166/
TLDR:
Notable changes: * New Hyper-V headers and libraries by Biswapriyo Nath * Many headers updated from Wine by Jacek Caban. * ARM math improvements by Martin Storsjö * floating point fixes by Liu Hao * many *printf compatibility fixes by Liu Hao and Martin Storsjö * massive Windows App Store API updates by Steve Lhomme * winstorecompat library updates by Martin Storsjö * __USE_MINGW_ANSI_STDIO now automatically enabled in C99 and C11 mode when not using UCRT by Pali Rohár * wdm and ddk updates by Zebediah Figura * UCRT for Windows Store Apps (-lucrtapp) by Martin Storsjö * Audioclient and ActivateAudioInterfaceAsync API updates by Liu Hao * DirectX SDKs are now always installed
Thanks, Richard
Hi Richard
F34+ already has mingw-8.0.0.
Best Sandro
On 26.04.21 13:54, Richard Shaw wrote:
Looks like there was an 8.0.0 release in 2020. Any plans to update?
https://sourceforge.net/p/mingw-w64/mailman/message/37111166/ https://sourceforge.net/p/mingw-w64/mailman/message/37111166/
TLDR:
Notable changes:
- New Hyper-V headers and libraries by Biswapriyo Nath
- Many headers updated from Wine by Jacek Caban.
- ARM math improvements by Martin Storsjö
- floating point fixes by Liu Hao
- many *printf compatibility fixes by Liu Hao and Martin Storsjö
- massive Windows App Store API updates by Steve Lhomme
- winstorecompat library updates by Martin Storsjö
- __USE_MINGW_ANSI_STDIO now automatically enabled in C99 and C11 mode
when not using UCRT by Pali Rohár
- wdm and ddk updates by Zebediah Figura
- UCRT for Windows Store Apps (-lucrtapp) by Martin Storsjö
- Audioclient and ActivateAudioInterfaceAsync API updates by Liu Hao
- DirectX SDKs are now always installed
Thanks, Richard
mingw mailing list -- mingw@lists.fedoraproject.org To unsubscribe send an email to mingw-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/mingw@lists.fedoraproject.org Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
On Mon, Apr 26, 2021 at 6:57 AM Sandro Mani manisandro@gmail.com wrote:
Hi Richard
F34+ already has mingw-8.0.0.
Ok, good deal. Any reason not to build for F33? Is it considered too big to do in an existing release?
Thanks, Richard
On 26.04.21 13:59, Richard Shaw wrote:
On Mon, Apr 26, 2021 at 6:57 AM Sandro Mani <manisandro@gmail.com mailto:manisandro@gmail.com> wrote:
Hi Richard F34+ already has mingw-8.0.0.
Ok, good deal. Any reason not to build for F33? Is it considered too big to do in an existing release?
I'm hesitant to update stable releases, i.e. one of the past updates was not trivial due to -lssp issues where multiple packages required patching their buildsystems.
Sandro