Release 0.30
CVS patchset: 4614 CVS date: 2001/03/08 06:37:55
This commit is contained in:
parent
5da6e5c09a
commit
0102f1b568
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue