summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-12-15 15:51:30 +0000
committerjbj <devnull@localhost>1999-12-15 15:51:30 +0000
commit8885331b742acd8a827771fabe51b527c1b455b7 (patch)
tree38c1c124154d573ee49a2ca4529675ac4bb1a10c /CHANGES
parentdab52919d121711f70e286416e2304733aa2e268 (diff)
downloadrpm-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--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e8fb977f1..effe991d1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.