*** empty log message ***
authorrjray <devnull@localhost>
Tue, 14 Nov 2000 06:43:53 +0000 (06:43 +0000)
committerrjray <devnull@localhost>
Tue, 14 Nov 2000 06:43:53 +0000 (06:43 +0000)
CVS patchset: 4266
CVS date: 2000/11/14 06:43:53

Perl-RPM/ChangeLog

index 740e255..c702c71 100644 (file)
@@ -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.