summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHye-Shik Chang <hyeshik@gmail.com>2004-04-14 07:55:31 (GMT)
committerHye-Shik Chang <hyeshik@gmail.com>2004-04-14 07:55:31 (GMT)
commit54f9439b7c64dd2e59fcfbe8e6f7fcb7cb263628 (patch)
tree5c5a0caf9899c539b713de6445ac7cfefd8db9c1 /Misc
parent0046839dd2ba66008749db724366f56c30ce25e9 (diff)
downloadcpython-54f9439b7c64dd2e59fcfbe8e6f7fcb7cb263628.zip
cpython-54f9439b7c64dd2e59fcfbe8e6f7fcb7cb263628.tar.gz
cpython-54f9439b7c64dd2e59fcfbe8e6f7fcb7cb263628.tar.bz2
Bug #934635: Fix a bug where the configure script couldn't detect
getaddrinfo() properly if the KAME stack had SCTP support. (Submitted by SUZUKI Shinsuke)
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 f2aa338..2fb6023 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -445,6 +445,9 @@ Tools/Demos
Build
-----
+- Bug #934635: Fixed a bug where the configure script couldn't detect
+ getaddrinfo() properly if the KAME stack had SCTP support.
+
- Support for missing ANSI C header files (limits.h, stddef.h, etc) was
removed.