diff options
author | jbj <devnull@localhost> | 2000-09-26 18:04:12 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-09-26 18:04:12 +0000 |
commit | 39b81b51744f848298c994611869acbfc993d545 (patch) | |
tree | 03d0b67a924dc27a01c02aa90c42b4aefe3c237e /CHANGES | |
parent | e1d18f949b67a0aac82ffaa12d4d18c23d8c99c4 (diff) | |
download | librpm-tizen-39b81b51744f848298c994611869acbfc993d545.tar.gz librpm-tizen-39b81b51744f848298c994611869acbfc993d545.tar.bz2 librpm-tizen-39b81b51744f848298c994611869acbfc993d545.zip |
- order packages using tsort, clipping PreReq:'s in dependency loops.
CVS patchset: 4177
CVS date: 2000/09/26 18:04:12
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,13 +1,13 @@ 4.0 -> 4.1 - add doxygen and lclint annotations most everywhere. - rip out rpm{get,put}text, use getpo.sh and specspo instead. - - rip out rpmrc configuration. - consistent return for all signature verification. - use enums for almost all rpmlib #define's. - API: change rpmProblem typedef to pass by reference, not value. - unify rpmError and rpmMessge interfaces through rpmlog. - collect and display rpm build error messages at end of build. - don't trim leading ./ in rpmCleanPath() (#14961). + - order packages using tsort, clipping PreReq:'s in dependency loops. 3.0.6 -> 4.0 - use DIRNAMES/BASENAMES/DIRINDICES not FILENAMES in packages and db. |