summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2004-12-05 20:05:46 +0000
committerjbj <devnull@localhost>2004-12-05 20:05:46 +0000
commitcf8bf4efd96da10b33a2b556dc78015cefbcfc9c (patch)
treea020f79f9a55c718e79f3ff574665a704274ba6e /CHANGES
parentedc0ad3152685cdf284953c2618bc895e9025d01 (diff)
downloadlibrpm-tizen-cf8bf4efd96da10b33a2b556dc78015cefbcfc9c.tar.gz
librpm-tizen-cf8bf4efd96da10b33a2b556dc78015cefbcfc9c.tar.bz2
librpm-tizen-cf8bf4efd96da10b33a2b556dc78015cefbcfc9c.zip
- force *.py->*.pyo byte code compilation with brp-python-bytecompile.
- automagically detect and emit "python(abi) = 2.4" dependencies. CVS patchset: 7628 CVS date: 2004/12/05 20:05:46
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2e018c839..a52412a7f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+4.4 -> 4.4.1:
+ - force *.py->*.pyo byte code compilation with brp-python-bytecompile.
+ - automagically detect and emit "python(abi) = 2.4" dependencies.
+
4.3.3 -> 4.4:
- pentium3/pentium4 arch support (pluto@PLD).
- cpuid() cleanups for PIC/non-PIC and gcc 3.4 (pluto@PLD).
@@ -47,6 +51,7 @@
- python: add python 2.4 support.
- selinux: use rpm_execcon, not execv, to run scriptlets (#136848).
- fix: segfault on --verifydb (#138589).
+ - sparcv8: optflags changed to -mtune=ultrasparc (#140420).
4.3.1 -> 4.3.2:
- use /etc/selinux/targeted/contexts/files/file_contexts for now.