Updated for 0.28
authorrjray <devnull@localhost>
Fri, 18 Aug 2000 08:29:07 +0000 (08:29 +0000)
committerrjray <devnull@localhost>
Fri, 18 Aug 2000 08:29:07 +0000 (08:29 +0000)
CVS patchset: 4082
CVS date: 2000/08/18 08:29:07

Perl-RPM/ChangeLog
Perl-RPM/README

index 9b2d596..a0ac5d1 100644 (file)
@@ -114,3 +114,20 @@ Revision history for Perl extension RPM.
        stock fetch of the three individual tags would be.
 
        More tags/values documented in RPM::Constants.
+
+0.28   Fri Aug 18 01:29:35 PDT 2000
+       - sixth alpha
+
+       Considerable additions made to the documentation in RPM::Constants, as
+       well as a few corrections. The prototype of the constant() function
+       was changed, as well.
+
+       Several bugs were addressed in RPM::Header, most notably: Error returns
+       now correctly return a value of "undef"; A blocking issue surrounding
+       multiple RPM::Header objects from ftp:// sources is fixed; the mode
+       with which files are opened was also changed to allow for reading off
+       of STDIN. The error-return issue was also applied to RPM::Database.
+
+       RPM::Header now has a source_name() accessor method that returns the
+       file name (or URI) that the header was read from. This is null if the
+       header came from the database.
index 078cc9f..f64a1d6 100644 (file)
@@ -1,6 +1,6 @@
 Perl-RPM - Native bindings to the RPM Package Manager API for Perl
 
-Version 0.27 (fifth alpha)
+Version 0.28 (sixth alpha)
 
 
 WHAT IS IT
@@ -40,21 +40,28 @@ PROBLEMS/BUG REPORTS
 Please send any reports of problems or bugs to rjray@blackperl.com.
 
 
+MAILING LIST
+
+There is now a mailing list for Perl-RPM. For details, see:
+
+       https://listman.redhat.com/mailman/listinfo/perl-rpm-list
+
+
 CHANGES
 
-This is the fifth release. Full details are itemized in the ChangeLog file,
+This is the sixth release. Full details are itemized in the ChangeLog file,
 but the primary changes in this release are:
 
-* More class-level functionality added in RPM::Header
-
-* A fundamental change to the way RPM::Header objects return data
+* Much more documentation in RPM::Constants (including some corrections)
 
-* Some default identifiers available for export from RPM::Database
+* A fix to error-return values in RPM::Header and RPM::Database.
 
-* Moved the XS code for RPM::Error from RPM.xs into a new file RPM/Error.xs
+* A new method in the RPM::Header class called source_name(). When a header
+  object is created from a file, ftp or http source, the name or URI is saved
+  for future reference.
 
-* There is now a mailing list for Perl-RPM. For details, see:
-  https://listman.redhat.com/mailman/listinfo/perl-rpm-list
+* Fixed a blocking problem when trying to read more than one header from a
+  ftp source.
 
 
 LICENSE