diff options
author | rjray <devnull@localhost> | 2000-08-06 08:57:08 +0000 |
---|---|---|
committer | rjray <devnull@localhost> | 2000-08-06 08:57:08 +0000 |
commit | 33a8b7e0848fa2bf24cb4d6d9b84419814f0a445 (patch) | |
tree | 4dec9cbe67a89de77dca13e62b7618ea11b1f16c /Perl-RPM | |
parent | 180355d08e1eae948f5332662f22d8b5d49d455f (diff) | |
download | rpm-33a8b7e0848fa2bf24cb4d6d9b84419814f0a445.tar.gz rpm-33a8b7e0848fa2bf24cb4d6d9b84419814f0a445.tar.bz2 rpm-33a8b7e0848fa2bf24cb4d6d9b84419814f0a445.zip |
Most (not all) of the changes made leading up to 0.27.
CVS patchset: 4015
CVS date: 2000/08/06 08:57:08
Diffstat (limited to 'Perl-RPM')
-rw-r--r-- | Perl-RPM/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Perl-RPM/ChangeLog b/Perl-RPM/ChangeLog index ceddc9bd9..ff7ff3632 100644 --- a/Perl-RPM/ChangeLog +++ b/Perl-RPM/ChangeLog @@ -82,3 +82,18 @@ Revision history for Perl extension RPM. Added a sample script in utils, called rpmprune. It has a --help summary and a man page, see those for details. + +0.27 + - fifth alpha + + Added filenames() method to RPM::Header. This re-assembles the list of + filenames from the components in the tags, BASENAMES, DIRNAMES and + DIRINDEXES. + + Added scalar_tag() method to RPM::Header. This returns a 0/1 value + based on whether the return value for a given flag is an array ref or + scalar (respectively). Can be called with either a string or a number + argument. Can be called as a static (class) method. + + Added RPM/Error.xs and integrated into the build. All the XS code for + RPM::Error that was previously in RPM.xs has been moved here. |