summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-09-13 08:11:57 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-09-13 08:11:57 (GMT)
commitab0b29bd81b6aef489492bdeda4e745661550fc8 (patch)
tree3561243e6ea9cd84f697cffc3df76ba51f909c80 /Misc/NEWS
parent54bdbadf764222883bc5d7a602faeaa024133f44 (diff)
downloadcpython-ab0b29bd81b6aef489492bdeda4e745661550fc8.zip
cpython-ab0b29bd81b6aef489492bdeda4e745661550fc8.tar.gz
cpython-ab0b29bd81b6aef489492bdeda4e745661550fc8.tar.bz2
Issue #3833: Use a different upgrade code for Win64 installers.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2d4b21b..f83a0dd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -181,6 +181,8 @@ Tests
Build
-----
+- Issue #3833: Use a different upgrade code for Win64 installers.
+
- Issue #2271: Set SecureCustomProperties so that installation will properly
use the TARGETDIR even for unprivileged users.