2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-19 04:42:17 +00:00

Rebuild in progress release notes

This commit is contained in:
Automated Commit
2025-03-19 02:26:05 +00:00
parent cc187bed28
commit 9cfc908082
2 changed files with 19 additions and 1 deletions

View File

@@ -44811,6 +44811,15 @@
" Fixed building issues when using CMake and MinGW-w64. (<a href="https://github.com/boostorg/log/pull/241">PR#241</a>)
" </div>
" </li>
" <li>
" <div>
" Fixed incorrect file counter used by <code><span class="identifier">text_file_backend</span></code>
" when the backend was configured to append to an existing file and
" the actively written file name pattern didn't have a counter placeholder
" but the target file name pattern did, and the log files were written
" directly into the target storage. (<a href="https://github.com/boostorg/log/issues/245">#245</a>)
" </div>
" </li>
" </ul>
" </div>
" </li>
@@ -45046,7 +45055,7 @@
" </div>
"
-hash
"9d9af6b1062f85dcfb839a14212499c866a6c4cbe84561e88f02fe4761d13167
"c4096da74b1701cf7eb652b0ed1789f0c83c6bb274a431d4dfb2bcbed6be32f8
-id
"version_1_88_0
-notice_url

View File

@@ -463,6 +463,15 @@
Fixed building issues when using CMake and MinGW-w64. (<a href="https://github.com/boostorg/log/pull/241">PR#241</a>)
</div>
</li>
<li>
<div>
Fixed incorrect file counter used by <code><span class="identifier">text_file_backend</span></code>
when the backend was configured to append to an existing file and
the actively written file name pattern didn't have a counter placeholder
but the target file name pattern did, and the log files were written
directly into the target storage. (<a href="https://github.com/boostorg/log/issues/245">#245</a>)
</div>
</li>
</ul>
</div>
</li>