Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions release-notes/boost_1_90_0.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,13 @@ particularly for mixed successful/unsuccessful queries.
for the PR (boost_gh:pr[lexical_cast,86]).
** Fixed regression in `unsigned short` to `wstring` casting without `wchar_t` builtin type.

* boost_phrase:library[Locale,/libs/locale/]:
** Fix B2 build files to avoid building dynamic versions of various Boost libraries
when only static ones were requested (boost_gh:pr[locale,266]).
** When ISO8859-1 or ISO8859-8 encoding is requested, allow using Windows codepages 1252 or 1255, respectively,
instead of using the "C" (classic) locale when the selected Windows locale doesn't support that ISO8859 encoding.
** Workaround an issue in Cygwins stdlib when converting some long UTF-8 sequences to UTF-16.

* boost_phrase:library[Log,/libs/log/]:
** Fixed a missed optimization in `value_ref` visitation.
** Fixed a possible long and useless loop on log file rotation in `text_file_backend`. If the log
Expand Down