- python: include Python.h before glibc features.h.
authorjbj <devnull@localhost>
Thu, 1 Jan 2004 16:41:24 +0000 (16:41 +0000)
committerjbj <devnull@localhost>
Thu, 1 Jan 2004 16:41:24 +0000 (16:41 +0000)
CVS patchset: 7057
CVS date: 2004/01/01 16:41:24

CHANGES

diff --git a/CHANGES b/CHANGES
index 36a1efc..d0273bf 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -34,7 +34,8 @@
        - find-debuginfo.sh: permit stripping unwritable by non-root (#112429).
        - missing build dependency (#111104).
        - spelling corrections (#112728).
-       - pad to display length, not strlen, for i18n popt args (#106240).
+       - popt: pad to display length, not strlen, for i18n popt args (#106240).
+       - python: include Python.h before glibc features.h.
 
 4.2 -> 4.2.1:
        - fix: nested %if handling, optind initialization posix vs. glibc.