changes thus far (checkpoint)
authorrjray <devnull@localhost>
Wed, 14 Jun 2000 09:25:51 +0000 (09:25 +0000)
committerrjray <devnull@localhost>
Wed, 14 Jun 2000 09:25:51 +0000 (09:25 +0000)
CVS patchset: 3843
CVS date: 2000/06/14 09:25:51

Perl-RPM/ChangeLog

index d06b47d..7ab1a9f 100644 (file)
@@ -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.