ChangeLog.d: Added mininum required Windows version.

Signed-off-by: Minos Galanakis <[email protected]>
This commit is contained in:
Minos Galanakis
2023-09-25 14:12:22 +01:00
parent 4952f705ee
commit 7afebccf69
+6 -3
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.