* Mon Oct 07 2024 Jan Engelhardt <jengelh@inai.de>
- Delete --enable-secure-api, this is gone since mingw 7.
* Sun Oct 06 2024 Ralf Habacker <ralf.habacker@freenet.de>
- Fixes build errors in other packages due to undefined
references of "_imp____sys_nerr" and others caused by
this package not being synchronized with the mingw32-runtime
package (--with-default-msvcrt=msvcrt must be used).
* Wed Aug 28 2024 Jan Engelhardt <jengelh@inai.de>
- Update to release 12
* C++ overloads for _strdate_s and _strtime_s, _makepath_s,
wcsncat_s.
* Updated wine header imports.
* Many other new win32 APIs.
* UCRT configurations now primarily use (faster) math functions
from UCRT, rather than libmingwex.
* Sat Nov 11 2023 Ralf Habacker <ralf.habacker@freenet.de>
- Added patch:
* mingw-w64-v11.0.1-fix-undefined-interface-type.patch
+ fix build issue with gcc13: type 'interface' is undefined
* Fri Nov 03 2023 Jan Engelhardt <jengelh@inai.de>
- Update to release 11.0.1
* New Hyper-V APIs
* Updates to DX12 headers and much more from Wine
* Many other new Win32 APIs
* Mon Jun 27 2022 Jan Engelhardt <jengelh@inai.de>
- Update to release 10
* New msvcrt10, 20, 40, 70 and 71 import libraries.
* Updated wine imports
* Fix intrin.h compatibility with GCC-11
* Thu Jul 08 2021 Fridrich Strba <fstrba@suse.com>
- Added patch:
* mingw-w64-v9.0.0-strnlen_s.patch
+ work around the "multiple definition of `strnlen_s'" error
+ the function still accessible by defining _NEEDS_STRNLEN_S
before inclusion of the header
* Fri Jul 02 2021 Jan Engelhardt <jengelh@inai.de>
- Update to release 9.0.0
* Various new and updated API headers
* at_quick_exit implementation
* dism API
* Thu Dec 03 2020 Tobias Klausmann <tobias.klausmann@freenet.de>
- Update to new upstream release 8.0.0
* 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
* Sat Nov 23 2019 Ismail Dönmez <idonmez@suse.com>
- Update to new upstream release 7.0.0
* _FORTIFY_SOURCE support thanks to Christian Franke.
* Lots of math fixes from Martin Storsjö.
* Many headers updated from Wine by Jacek Caban.
* UCRT support by Martin Storsjö.