Skip to content

Commit

Permalink
deploy: c006519
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed May 29, 2024
1 parent 30fbde0 commit 2647508
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 7 deletions.
39 changes: 39 additions & 0 deletions changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,15 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#v1200-2024-05-29" class="md-nav__link">
<span class="md-ellipsis">
v12.0.0: 2024-05-29
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#v601-2023-10-30" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -593,6 +602,15 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#v1200-2024-05-29" class="md-nav__link">
<span class="md-ellipsis">
v12.0.0: 2024-05-29
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#v601-2023-10-30" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -770,6 +788,27 @@


<h1 id="changelog">Changelog</h1>
<h2 id="v1200-2024-05-29">v12.0.0: <a href="https://sourceforge.net/p/mingw-w64/mailman/message/58776404/">2024-05-29</a></h2>
<p><strong>Important:</strong> UCRT is now the default CRT runtime instead of MSVCRT, check the
<a href="https://sourceforge.net/p/mingw-w64/mingw-w64/ci/master/tree/mingw-w64-doc/howto-build/ucrt-vs-msvcrt.txt">mingw-w64-doc/howto-build/ucrt-vs-msvcrt.txt</a>
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.</p>
<p>Notable changes:</p>
<ul>
<li>C++ overloads for <code>_strdate_s</code> and <code>_strtime_s</code>, <code>_makepath_s</code>, <code>wcsncat_s</code>.</li>
<li>gdtoa updated against <a href="https://netlib.org/">netlib.org</a>, up to January 2023.</li>
<li>genlib tool removed in favor of llvm-dlltool, created by the same author.</li>
<li>Make it possible to use winpthreads with MSVC.</li>
<li>Updated wine header imports.</li>
<li>Many other new win32 APIs.</li>
</ul>
<p>And many other additions thanks to, but not limited to (in Alphabetical order):</p>
<p>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</p>
<h2 id="v601-2023-10-30">v6.0.1: <a href="https://sourceforge.net/p/mingw-w64/mingw-w64/ci/v6.0.1">2023-10-30</a></h2>
<ul>
<li><a href="https://github.com/mingw-w64/mingw-w64/compare/v6.0.0...v6.0.1">Various backports</a></li>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.mingw-w64.org/</loc>
<lastmod>2024-05-15</lastmod>
<lastmod>2024-05-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.mingw-w64.org/changelog/</loc>
<lastmod>2024-05-15</lastmod>
<lastmod>2024-05-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.mingw-w64.org/contribute/</loc>
<lastmod>2024-05-15</lastmod>
<lastmod>2024-05-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.mingw-w64.org/donate/</loc>
<lastmod>2024-05-15</lastmod>
<lastmod>2024-05-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.mingw-w64.org/downloads/</loc>
<lastmod>2024-05-15</lastmod>
<lastmod>2024-05-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.mingw-w64.org/support/</loc>
<lastmod>2024-05-15</lastmod>
<lastmod>2024-05-29</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 2647508

Please sign in to comment.