diff options
author | jbj <devnull@localhost> | 1999-12-22 21:30:28 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-12-22 21:30:28 +0000 |
commit | f74f748dcfd846b45715a4ba3e26907ec1073a7b (patch) | |
tree | 10ff8aed2876cb1c4818a01a24052d9abf2d45e5 /CHANGES | |
parent | d2fb5c2be0e812fc3c767f885a2c68de31776683 (diff) | |
download | rpm-f74f748dcfd846b45715a4ba3e26907ec1073a7b.tar.gz rpm-f74f748dcfd846b45715a4ba3e26907ec1073a7b.tar.bz2 rpm-f74f748dcfd846b45715a4ba3e26907ec1073a7b.zip |
duplicate popt routine so that librpm.so needs not libpopt.so.
CVS patchset: 3495
CVS date: 1999/12/22 21:30:28
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -28,7 +28,8 @@ - fix: missing strdup when overriding buildroot from command line argument (#1026,#5006). - diddle some names to keep my C++ brethern happy (i.e. kpackage port). - - fix: turn off stdio buffering if not opened O_RDONLY for now. + - fix: add ufdSeek. + - duplicate popt routine so that librpm.so needs not libpopt.so. 3.0.2 -> 3.0.3 - add --eval to find result of macro expansion. |