summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2011-03-06 19:51:24 (GMT)
committerThomas Wouters <thomas@python.org>2011-03-06 19:51:24 (GMT)
commit6b1034392ca044c282879fc9c3f552c62e90b566 (patch)
treeaafdbcaceda73772780ec03d863725adf8551c45 /Misc
parentbb3e937a18edcc6f558d9085439ec76501aad619 (diff)
parent81638f1351780eccb70bbc701ce366861a914d2e (diff)
downloadcpython-6b1034392ca044c282879fc9c3f552c62e90b566.zip
cpython-6b1034392ca044c282879fc9c3f552c62e90b566.tar.gz
cpython-6b1034392ca044c282879fc9c3f552c62e90b566.tar.bz2
Merge 3.1.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0b5b74b..d016050 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -70,6 +70,8 @@ Library
Build
-----
+- Issue #11411: Fix 'make DESTDIR=' with a relative destination.
+
- Issue #11268: Prevent Mac OS X Installer failure if Documentation
package had previously been installed.