diff options
author | jbj <devnull@localhost> | 2000-07-31 15:04:20 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-07-31 15:04:20 +0000 |
commit | 79f6c8be8708941355e6408ad8ce527bc8af4d92 (patch) | |
tree | fa501d05e3d031c0f6699422b6094e56ab57f60a /popt/CHANGES | |
parent | 6040ca6f5333229b24e9bc319e87ba797601dbc3 (diff) | |
download | rpm-79f6c8be8708941355e6408ad8ce527bc8af4d92.tar.gz rpm-79f6c8be8708941355e6408ad8ce527bc8af4d92.tar.bz2 rpm-79f6c8be8708941355e6408ad8ce527bc8af4d92.zip |
- fix: uniqify dependency problems when printing (#14034).
- popt: add ability to perform callbacks for every, not just first, match.
CVS patchset: 3993
CVS date: 2000/07/31 15:04:20
Diffstat (limited to 'popt/CHANGES')
-rw-r--r-- | popt/CHANGES | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/popt/CHANGES b/popt/CHANGES index b6ab2aa30..db16a5fdd 100644 --- a/popt/CHANGES +++ b/popt/CHANGES @@ -1,4 +1,7 @@ -1.3 -> +1.5 -> 1.6 + - add ability to perform callbacks for every, not just first, match. + +1.3 -> 1.5 - heavy dose of const's - poptParseArgvString() now NULL terminates the list |