diff options
author | ewt <devnull@localhost> | 1998-12-29 02:35:08 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1998-12-29 02:35:08 +0000 |
commit | d3bd733a950b73d36fa5bea2e033fad3f5977184 (patch) | |
tree | e4f520641d94ac1434a1811631870d668dce972f /popt/CHANGES | |
parent | 35381371cda1d98647998f738a8735449a7c4fd3 (diff) | |
download | rpm-d3bd733a950b73d36fa5bea2e033fad3f5977184.tar.gz rpm-d3bd733a950b73d36fa5bea2e033fad3f5977184.tar.bz2 rpm-d3bd733a950b73d36fa5bea2e033fad3f5977184.zip |
fixed memset() in help message generation (Dale Hawkins)
added extern "C" stuff to popt.h for C++ compilers (Dale Hawkins)
CVS patchset: 2618
CVS date: 1998/12/29 02:35:08
Diffstat (limited to 'popt/CHANGES')
-rw-r--r-- | popt/CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/popt/CHANGES b/popt/CHANGES index 4f4885eec..82227f22c 100644 --- a/popt/CHANGES +++ b/popt/CHANGES @@ -1,3 +1,7 @@ +1.2.2 -> 1.2.3 + - fixed memset() in help message generation (Dale Hawkins) + - added extern "C" stuff to popt.h for C++ compilers (Dale Hawkins) + 1.2.1 -> 1.2.2 - fixed bug in chaind alias happens which seems to have only affected --triggers in rpm |