summaryrefslogtreecommitdiff
path: root/Perl-RPM/ChangeLog
diff options
context:
space:
mode:
authorrjray <devnull@localhost>2000-06-14 09:25:51 +0000
committerrjray <devnull@localhost>2000-06-14 09:25:51 +0000
commitaeb26aa094b408982eb080ba4354f6cc1802f56e (patch)
tree824b75df1a3fe1480042be75af9e6ba20057d368 /Perl-RPM/ChangeLog
parente8ea93373b11fae48a875f4bb06e2105a53e441f (diff)
downloadlibrpm-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/ChangeLog14
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.