diff options
author | rjray <devnull@localhost> | 2000-08-18 08:29:07 +0000 |
---|---|---|
committer | rjray <devnull@localhost> | 2000-08-18 08:29:07 +0000 |
commit | c96e7513f8dd3ebd4030946720e2dff96a5c3cd2 (patch) | |
tree | b56bfc8b444b5e625371477678c3261235b779ac /Perl-RPM | |
parent | a58cf01cb9b07d501e31aaf7ff3549579e8b1dc6 (diff) | |
download | librpm-tizen-c96e7513f8dd3ebd4030946720e2dff96a5c3cd2.tar.gz librpm-tizen-c96e7513f8dd3ebd4030946720e2dff96a5c3cd2.tar.bz2 librpm-tizen-c96e7513f8dd3ebd4030946720e2dff96a5c3cd2.zip |
Updated for 0.28
CVS patchset: 4082
CVS date: 2000/08/18 08:29:07
Diffstat (limited to 'Perl-RPM')
-rw-r--r-- | Perl-RPM/ChangeLog | 17 | ||||
-rw-r--r-- | Perl-RPM/README | 25 |
2 files changed, 33 insertions, 9 deletions
diff --git a/Perl-RPM/ChangeLog b/Perl-RPM/ChangeLog index 9b2d59689..a0ac5d111 100644 --- a/Perl-RPM/ChangeLog +++ b/Perl-RPM/ChangeLog @@ -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. diff --git a/Perl-RPM/README b/Perl-RPM/README index 078cc9f6b..f64a1d666 100644 --- a/Perl-RPM/README +++ b/Perl-RPM/README @@ -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 |