NEWS.md: Mention the Windows UTF-8 console output issues, and add a v2.5 entry for this.

This commit is contained in:
David Korth 2025-04-21 23:38:59 -04:00
parent 18d005bb2b
commit 8f23cc85d9

View File

@ -13,6 +13,9 @@
This is internally handled as API "3L".
* Fixes #446: Use `localsearch` paths instead of `tracker3-miners`
* Reported by @lufog.
* rpcli: Limit Windows UTF-8 console output to Windows 10 or later.
On Windows 7 (and possibly 8 and 8.1), when using a non-English
language, rpcli might randomly crash due to console bugs.
## v2.5 (released 2025/04/19)
@ -100,6 +103,7 @@
can get tripped up because it uses C-style varargs.
* rpcli: Text output for "warning" messages is now colorized if
printing to a terminal.
* rpcli: On Windows, enable UTF-8 console output if using Windows 7 or later.
* Removed IFUNC support. It's only supported by glibc on Linux (and possibly
some of the BSDs), and it adds a lot of complexity. The regular C dispatch
functions only have a few instructions of overhead in most cases.