diff options
author | jbj <devnull@localhost> | 1999-12-15 15:51:30 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-12-15 15:51:30 +0000 |
commit | 8885331b742acd8a827771fabe51b527c1b455b7 (patch) | |
tree | 38c1c124154d573ee49a2ca4529675ac4bb1a10c /CHANGES | |
parent | dab52919d121711f70e286416e2304733aa2e268 (diff) | |
download | rpm-8885331b742acd8a827771fabe51b527c1b455b7.tar.gz rpm-8885331b742acd8a827771fabe51b527c1b455b7.tar.bz2 rpm-8885331b742acd8a827771fabe51b527c1b455b7.zip |
fix: compressFileList was over-generating dirNames.
fix: alAddPackage sorted dirNames too soon, destroying dirMapping.
CVS patchset: 3481
CVS date: 1999/12/15 15:51:30
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ - fix: ftpAbort must close the data channel to read abort status. - perform glob on remote ftp install args. - fix: reload macros from cmd line when re-reading config files. + - fix: compressFileList was over-generating dirNames. + - fix: alAddPackage sorted dirNames too soon, destroying dirMapping. 3.0.2 -> 3.0.3 - add --eval to find result of macro expansion. |