summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-04-13 03:11:25 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-04-13 03:11:25 (GMT)
commita7a222fde79af10dcccbfbd30f24e41913b2473d (patch)
tree4d1d6df87b8829bafb3d4c2456881663db910727 /Misc
parent1b80b24007154d1f5764b1c14b95c80289cd3c34 (diff)
downloadcpython-a7a222fde79af10dcccbfbd30f24e41913b2473d.zip
cpython-a7a222fde79af10dcccbfbd30f24e41913b2473d.tar.gz
cpython-a7a222fde79af10dcccbfbd30f24e41913b2473d.tar.bz2
Closes #26624: Adds validation of ucrtbase[d].dll version with warning for old versions.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dbebc76..d1227f5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -385,6 +385,9 @@ Tests
Build
-----
+- Issue #26624: Adds validation of ucrtbase[d].dll version with warning
+ for old versions.
+
- Issue #17603: Avoid error about nonexistant fileblocks.o file by using a
lower-level check for st_blocks in struct stat.