summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2005-08-07 21:09:30 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2005-08-07 21:09:30 (GMT)
commit147fbe5a558094f5690636476ca8da648703141a (patch)
treed7a9e39298f08b8b0c3aea3fb38af3ca7d9c3fb7 /Misc
parentb813c53cd892a8de90b0ed172e8964b3e61124df (diff)
downloadcpython-147fbe5a558094f5690636476ca8da648703141a.zip
cpython-147fbe5a558094f5690636476ca8da648703141a.tar.gz
cpython-147fbe5a558094f5690636476ca8da648703141a.tar.bz2
Patch #1239112: Correct LINKCC C++ test. Fixes #1189330.
Backported to 2.4.
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 ef879c4..10e43bc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -391,6 +391,9 @@ Library
Build
-----
+- Bug #1189330: configure did not correctly determine the necessary
+ value of LINKCC if python was built with GCC 4.0.
+
- Upgrade Windows build to zlib 1.2.3 which eliminates a potential security
vulnerability in zlib 1.2.1 and 1.2.2.