ChangeLog.d: Added mininum required Windows version.

Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
Minos Galanakis 2023-09-06 14:50:54 +01:00
parent 4952f705ee
commit 7afebccf69

View File

@ -1,5 +1,8 @@
Requirement changes
* Update Windows APIs to use BCryptGenRandom and wcslen and
* Minimum required Windows version is now Windows Vista.
Changes
* Update Windows code to use BCryptGenRandom and wcslen, and
ensure that conversions between size_t, ULONG, and int are
always done safely. Original contribution by Kevin Kane #635,
#730 followed by Simon Butcher #1453.
always done safely. Original contribution by Kevin Kane #635, #730
followed by Simon Butcher #1453.