diff options
author | rjray <devnull@localhost> | 2001-03-08 06:37:55 +0000 |
---|---|---|
committer | rjray <devnull@localhost> | 2001-03-08 06:37:55 +0000 |
commit | 0102f1b568b067f9bde7a9e7f6c162d6104de5cc (patch) | |
tree | 2bcaaa4a4c93d206a4a18c3659a98f6b4de25d77 /Perl-RPM | |
parent | 5da6e5c09a744affd3340956bdad1bc178293b52 (diff) | |
download | rpm-0102f1b568b067f9bde7a9e7f6c162d6104de5cc.tar.gz rpm-0102f1b568b067f9bde7a9e7f6c162d6104de5cc.tar.bz2 rpm-0102f1b568b067f9bde7a9e7f6c162d6104de5cc.zip |
Release 0.30
CVS patchset: 4614
CVS date: 2001/03/08 06:37:55
Diffstat (limited to 'Perl-RPM')
-rw-r--r-- | Perl-RPM/ChangeLog | 2 | ||||
-rw-r--r-- | Perl-RPM/README | 10 |
2 files changed, 5 insertions, 7 deletions
diff --git a/Perl-RPM/ChangeLog b/Perl-RPM/ChangeLog index 66d3d9fcf..891a10519 100644 --- a/Perl-RPM/ChangeLog +++ b/Perl-RPM/ChangeLog @@ -185,7 +185,7 @@ Revision history for Perl extension RPM. The alternative is a nasty mix of "attempt to free unreferenced scalar" errors and core dumps. -0.30 +0.30 Wed Mar 7 22:13:40 PST 2001 - tenth alpha Much of the leakage of RPM::Header objects is now gone, due mostly to diff --git a/Perl-RPM/README b/Perl-RPM/README index 02d1bd576..6889511be 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.292 (ninth alpha) +Version 0.30 (tenth alpha) WHAT IS IT @@ -49,11 +49,9 @@ There is now a mailing list for Perl-RPM. For details, see: CHANGES -This is the ninth release. For detailed changes, see the file ChangeLog. -Among the bugs addressed in this version are some test cases not previously -exercised, and most importantly a bug that was causing objects to not be -completely freed until program end, which was significant for the RPM::Database -class, which locks the system-wide RPM database. +This is the tenth release. For detailed changes, see the file ChangeLog. +Among the bugs addressed in this version are memory leaks and a core-dumping +problem with newer rpm 4.0 versions. LICENSE |