diff options
author | rjray <devnull@localhost> | 2001-04-27 09:05:55 +0000 |
---|---|---|
committer | rjray <devnull@localhost> | 2001-04-27 09:05:55 +0000 |
commit | ca82f7d8d847f45717ff689f9e919bb15bc0dd7e (patch) | |
tree | 6f313587b5a838bcc3fe5d7c3895df577473c50e /Perl-RPM | |
parent | b264f286be77b518db765cb8ce354e7b17742de5 (diff) | |
download | rpm-ca82f7d8d847f45717ff689f9e919bb15bc0dd7e.tar.gz rpm-ca82f7d8d847f45717ff689f9e919bb15bc0dd7e.tar.bz2 rpm-ca82f7d8d847f45717ff689f9e919bb15bc0dd7e.zip |
Updated for 0.31
CVS patchset: 4714
CVS date: 2001/04/27 09:05:55
Diffstat (limited to 'Perl-RPM')
-rw-r--r-- | Perl-RPM/ChangeLog | 8 | ||||
-rw-r--r-- | Perl-RPM/README | 9 |
2 files changed, 13 insertions, 4 deletions
diff --git a/Perl-RPM/ChangeLog b/Perl-RPM/ChangeLog index 891a10519..5e87ada73 100644 --- a/Perl-RPM/ChangeLog +++ b/Perl-RPM/ChangeLog @@ -211,3 +211,11 @@ Revision history for Perl extension RPM. The current state of the module will be released to allow for use by other parties, without the wait for any ongoing development milestones on my part. + +0.31 Fri Apr 27 01:45:37 PDT 2001 + - alpha eleven + + Re-worked most of RPM/Constants.xs to accomodate the change from + #define to enum values in 4.0.2. This will be released as an + interim version, since Red Hat is shipping 7.1 with this version of + rpm. diff --git a/Perl-RPM/README b/Perl-RPM/README index 6889511be..d557102d4 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.30 (tenth alpha) +Version 0.31 (alpha eleven) WHAT IS IT @@ -49,9 +49,10 @@ There is now a mailing list for Perl-RPM. For details, see: CHANGES -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. +This is the eleventh release. For detailed changes, see the file ChangeLog. +This release is primarily to provide a version that will compile against +Red Hat Linux 7.1 and/or rpm 4.0.2 (which ships with RHL 7.1). Some internal +changes affected the handling of exported constants. LICENSE |