diff options
author | jbj <devnull@localhost> | 2004-11-11 06:11:37 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-11-11 06:11:37 +0000 |
commit | f9473219d523ace837a3ef5a1212bb6dcad2a690 (patch) | |
tree | 987faa61dcefd2565dc1ccdf2cb778fc95307e09 /CHANGES | |
parent | 8ce559b875c401630120a251cc73b23012f45080 (diff) | |
download | librpm-tizen-f9473219d523ace837a3ef5a1212bb6dcad2a690.tar.gz librpm-tizen-f9473219d523ace837a3ef5a1212bb6dcad2a690.tar.bz2 librpm-tizen-f9473219d523ace837a3ef5a1212bb6dcad2a690.zip |
- selinux: use rpm_execcon, not execv, to run scriptlets (#136848).
- fix: segfault on --verifydb (#138589).
CVS patchset: 7577
CVS date: 2004/11/11 06:11:37
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -28,9 +28,14 @@ - bump popt version to 1.10. - attempt dependency tree breadth, take 1. - use external libneon for http/https transport. - - python: add python 2.4 support. - add --delsign to purge packages of digital signatures. + +4.3.2 -> 4.3.3: + - bump micro version. - make peace with libtool-1.5.10 and automake-1.9.3. + - python: add python 2.4 support. + - selinux: use rpm_execcon, not execv, to run scriptlets (#136848). + - fix: segfault on --verifydb (#138589). 4.3.1 -> 4.3.2: - use /etc/selinux/targeted/contexts/files/file_contexts for now. |