aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog21
-rw-r--r--URPM.pm4
-rw-r--r--perl-URPM.spec6
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 <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
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 <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