summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c594c96..969b770 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -286,6 +286,9 @@ Library
- Issue #841800: bundlebuilder now works with 'python -O'
+- Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection on
+ biarch systems. Try to rely on ldconfig only, without using objdump and gcc.
+
Tools/Demos
-----------