summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-09-14 15:59:34 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2022-10-22 19:54:18 (GMT)
commit3ce43a2c85bad4947fec11ab51352fa3caaa294b (patch)
tree7eef99adff1e683ae2688165360ea9c62b62988c /Misc
parent9cb7324e8fc37350879fc6004ebbbb1cf5f9dd02 (diff)
downloadcpython-3ce43a2c85bad4947fec11ab51352fa3caaa294b.zip
cpython-3ce43a2c85bad4947fec11ab51352fa3caaa294b.tar.gz
cpython-3ce43a2c85bad4947fec11ab51352fa3caaa294b.tar.bz2
gh-96729: Ensure installers built with Tools/msi/buildrelease.bat have matching UUIDs with official releases (GH-96755)
(cherry picked from commit 662782e95f97d26bd57b3edc6aaf674e30899f44) Co-authored-by: adang1345 <adang1345@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2022-09-11-14-23-49.gh-issue-96729.W4uBWL.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2022-09-11-14-23-49.gh-issue-96729.W4uBWL.rst b/Misc/NEWS.d/next/Build/2022-09-11-14-23-49.gh-issue-96729.W4uBWL.rst
new file mode 100644
index 0000000..b67cd20
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2022-09-11-14-23-49.gh-issue-96729.W4uBWL.rst
@@ -0,0 +1,2 @@
+Ensure that Windows releases built with ``Tools\msi\buildrelease.bat`` are
+upgradable to and from official Python releases.