diff options
-rw-r--r-- | ChangeLog | 21 | ||||
-rw-r--r-- | URPM.pm | 4 | ||||
-rw-r--r-- | perl-URPM.spec | 6 |
3 files changed, 28 insertions, 3 deletions
@@ -1,3 +1,24 @@ +2006-03-07 11:27 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * Makefile.PL: Clean up gcc options + +2006-03-07 11:07 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * URPM.xs: Protect rpmtsRun with a new link to the transaction + object + +2006-03-06 15:11 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * perl-URPM.spec: Spec file nit. + +2006-03-06 15:11 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * URPM.xs: Also, increase refcounts. + +2006-03-06 14:59 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * URPM.pm, perl-URPM.spec: 1.38 + 2006-03-06 14:48 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> * t/rpmdb.t: Perform this test faster @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '1.38'; +our $VERSION = '1.39'; URPM->bootstrap($VERSION); @@ -342,7 +342,7 @@ error (if signature verification failed.) =item $urpm->import_pubkey(%options) -Import a key in the RPM database. +Imports a key in the RPM database. db => $urpm_db root => '...' diff --git a/perl-URPM.spec b/perl-URPM.spec index dc3212b..9474944 100644 --- a/perl-URPM.spec +++ b/perl-URPM.spec @@ -5,7 +5,7 @@ %define name perl-URPM %define real_name URPM -%define version 1.38 +%define version 1.39 %define release %mkrel 1 %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /\\bmandr/i ? "Development/Perl" : "Applications/CPAN"') @@ -62,6 +62,10 @@ hdlist files and manage them in memory. %{compat_perl_vendorarch}/auto/URPM/URPM.so %changelog +* Tue Mar 07 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.39-1mdk +- More memory protection +- Fix gcc options + * Mon Mar 06 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.38-1mdk - Fix deallocation of rpm transactions |