diff options
author | rjray <devnull@localhost> | 2000-06-14 09:25:51 +0000 |
---|---|---|
committer | rjray <devnull@localhost> | 2000-06-14 09:25:51 +0000 |
commit | aeb26aa094b408982eb080ba4354f6cc1802f56e (patch) | |
tree | 824b75df1a3fe1480042be75af9e6ba20057d368 /Perl-RPM/ChangeLog | |
parent | e8ea93373b11fae48a875f4bb06e2105a53e441f (diff) | |
download | librpm-tizen-aeb26aa094b408982eb080ba4354f6cc1802f56e.tar.gz librpm-tizen-aeb26aa094b408982eb080ba4354f6cc1802f56e.tar.bz2 librpm-tizen-aeb26aa094b408982eb080ba4354f6cc1802f56e.zip |
changes thus far (checkpoint)
CVS patchset: 3843
CVS date: 2000/06/14 09:25:51
Diffstat (limited to 'Perl-RPM/ChangeLog')
-rw-r--r-- | Perl-RPM/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Perl-RPM/ChangeLog b/Perl-RPM/ChangeLog index d06b47d08..7ab1a9fb8 100644 --- a/Perl-RPM/ChangeLog +++ b/Perl-RPM/ChangeLog @@ -65,3 +65,17 @@ Revision history for Perl extension RPM. Added a method to the RPM::Header class, is_source(), that returns a true value (1) if the header is associated with a source RPM. +0.xy + - + + Added NVR() method to RPM::Header for obvious reasons of convenience. + + Eliminated a croak(), replaced with rpm_error(). Also replaced the + warn()'s in typemap with calls to rpm_error. + + Took out all remaining warn()'s and croak()'s, replacing them with + rpm_error() calls. Most notable in the error-return cases of + RPM::Database::init and ::rebuild. + + More thread-safing, in particular the heretofore-ignored RPM::Constants + XS module. |