summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2004-01-01 16:41:24 +0000
committerjbj <devnull@localhost>2004-01-01 16:41:24 +0000
commitf9093cfebc7949e82c0bbd4b118500d54664bdcb (patch)
tree051221bfb61a08f3b3d7071502a4ceaf293f591f
parent0deeb05eed84b896be18c23bb2855222b1b0faf3 (diff)
downloadrpm-f9093cfebc7949e82c0bbd4b118500d54664bdcb.tar.gz
rpm-f9093cfebc7949e82c0bbd4b118500d54664bdcb.tar.bz2
rpm-f9093cfebc7949e82c0bbd4b118500d54664bdcb.zip
- python: include Python.h before glibc features.h.
CVS patchset: 7057 CVS date: 2004/01/01 16:41:24
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 36a1efc6f..d0273bf89 100644
--- 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.