diff options
author | jbj <devnull@localhost> | 1999-12-16 19:38:28 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-12-16 19:38:28 +0000 |
commit | 82a546f8f44fdd1cf14deb854816e0a29c63a39b (patch) | |
tree | 7b2f5f07eac06b15eef6370cee7eb36810aee509 /CHANGES | |
parent | f7748bb6b3d73be7075ba442c61d6bfb682a1bfd (diff) | |
download | librpm-tizen-82a546f8f44fdd1cf14deb854816e0a29c63a39b.tar.gz librpm-tizen-82a546f8f44fdd1cf14deb854816e0a29c63a39b.tar.bz2 librpm-tizen-82a546f8f44fdd1cf14deb854816e0a29c63a39b.zip |
fix: missing strdup when overriding buildroot from command line
argument (#1026,#5006).
CVS patchset: 3487
CVS date: 1999/12/16 19:38:28
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,8 @@ - fix: compressFileList was over-generating dirNames. - fix: alAddPackage sorted dirNames too soon, destroying dirMapping. - expose enough of legacy fdio interface to compile gnorpm. + - fix: missing strdup when overriding buildroot from command line + argument (#1026,#5006). 3.0.2 -> 3.0.3 - add --eval to find result of macro expansion. |