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 d29fcf8..2a3ae12 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -236,6 +236,9 @@ Library
support unusual filenames (such as those containing semi-colons) in
Content-Disposition headers.
+- 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
-----------