Skip to content

Commit

Permalink
changelog: add v12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed May 29, 2024
1 parent 4ea86ed commit c006519
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions web/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## v12.0.0: [2024-05-29](https://sourceforge.net/p/mingw-w64/mailman/message/58776404/)

**Important:** UCRT is now the default CRT runtime instead of MSVCRT, check the
[mingw-w64-doc/howto-build/ucrt-vs-msvcrt.txt](https://sourceforge.net/p/mingw-w64/mingw-w64/ci/master/tree/mingw-w64-doc/howto-build/ucrt-vs-msvcrt.txt)
document for details. Both header set and CRT must be configured and built with
the same settings consistently for proper functionality. Switching runtimes
requires all libraries to be rebuilt, including GCC.

Notable changes:

- C++ overloads for `_strdate_s` and `_strtime_s`, `_makepath_s`, `wcsncat_s`.
- gdtoa updated against [netlib.org](https://netlib.org/), up to January 2023.
- genlib tool removed in favor of llvm-dlltool, created by the same author.
- Make it possible to use winpthreads with MSVC.
- Updated wine header imports.
- Many other new win32 APIs.

And many other additions thanks to, but not limited to (in Alphabetical order):

Antonin Décimo, Bernhard Übelacker, Biswapriyo Nath, Christian Franke, Dustin
Gadal, Jacek Caban, Jameson Nash, Jøger Hansegård, Jonathan Schleifer, Kacper
Michajłow, LIU Hao, Mark Harmstone, Martin Storsjö, Mateusz Mikuła, Nikolay
Sivov, Oleg Tolmatcev, Ozkan Sezer, Pali Rohár, Pavel Shishpor, Richard Copley,
Steve Lhomme

## v6.0.1: [2023-10-30](https://sourceforge.net/p/mingw-w64/mingw-w64/ci/v6.0.1)

- [Various backports](https://github.com/mingw-w64/mingw-w64/compare/v6.0.0...v6.0.1)
Expand Down

0 comments on commit c006519

Please sign in to comment.