From 0fd99f1a9ea313dfecd442755a4c20f58106cee7 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 7 Mar 2006 10:35:37 +0000 Subject: 1.39 --- ChangeLog | 21 +++++++++++++++++++++ URPM.pm | 4 ++-- perl-URPM.spec | 6 +++++- 3 files changed, 28 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 81f010d..fb0f05c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2006-03-07 11:27 Rafael Garcia-Suarez + + * Makefile.PL: Clean up gcc options + +2006-03-07 11:07 Rafael Garcia-Suarez + + * URPM.xs: Protect rpmtsRun with a new link to the transaction + object + +2006-03-06 15:11 Rafael Garcia-Suarez + + * perl-URPM.spec: Spec file nit. + +2006-03-06 15:11 Rafael Garcia-Suarez + + * URPM.xs: Also, increase refcounts. + +2006-03-06 14:59 Rafael Garcia-Suarez + + * URPM.pm, perl-URPM.spec: 1.38 + 2006-03-06 14:48 Rafael Garcia-Suarez * t/rpmdb.t: Perform this test faster diff --git a/URPM.pm b/URPM.pm index 446c501..430bf24 100644 --- a/URPM.pm +++ b/URPM.pm @@ -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 1.39-1mdk +- More memory protection +- Fix gcc options + * Mon Mar 06 2006 Rafael Garcia-Suarez 1.38-1mdk - Fix deallocation of rpm transactions -- cgit v1.2.1