summaryrefslogtreecommitdiff
path: root/Perl-RPM
diff options
context:
space:
mode:
authorrjray <devnull@localhost>2000-11-14 06:43:53 +0000
committerrjray <devnull@localhost>2000-11-14 06:43:53 +0000
commit98d922e42d9e7d98d2b6628cd5af9f081dc3451c (patch)
treee6eba448db09da7cc9fd860889179d6e7b056b16 /Perl-RPM
parentf34af1ea587faf2141060c6400f88080377ffd00 (diff)
downloadrpm-98d922e42d9e7d98d2b6628cd5af9f081dc3451c.tar.gz
rpm-98d922e42d9e7d98d2b6628cd5af9f081dc3451c.tar.bz2
rpm-98d922e42d9e7d98d2b6628cd5af9f081dc3451c.zip
*** empty log message ***
CVS patchset: 4266 CVS date: 2000/11/14 06:43:53
Diffstat (limited to 'Perl-RPM')
-rw-r--r--Perl-RPM/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/Perl-RPM/ChangeLog b/Perl-RPM/ChangeLog
index 740e255c3..c702c7143 100644
--- a/Perl-RPM/ChangeLog
+++ b/Perl-RPM/ChangeLog
@@ -156,7 +156,7 @@ Revision history for Perl extension RPM.
generation of "rpmrc" and "rpmmacro" files to use in invoking rpm
(to force all operation into the local dir area).
-0.292 Sat Nov 11 01:17:15 PST 2000
+0.292 Mon Nov 13 22:40:15 PST 2000
- ninth alpha
Some unused variables were found in several places.
@@ -180,3 +180,7 @@ Revision history for Perl extension RPM.
The find_* functions in RPM::Database may now take a RPM::Header
object as their argument, and will use the package's name for the
searches.
+
+ It's still leaking RPM::Header objects in the RPM::Database routines.
+ The alternative is a nasty mix of "attempt to free unreferenced
+ scalar" errors and core dumps.