diff --git a/.gitignore b/.gitignore index 9e1be71..db02c11 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/Test-LeakTrace-0.11.tar.gz +/Test-LeakTrace-0.13.tar.gz diff --git a/perl-Test-LeakTrace.spec b/perl-Test-LeakTrace.spec index 666b615..29dee71 100644 --- a/perl-Test-LeakTrace.spec +++ b/perl-Test-LeakTrace.spec @@ -1,6 +1,6 @@ Name: perl-Test-LeakTrace Summary: Traces memory leaks -Version: 0.11 +Version: 0.13 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries @@ -62,6 +62,12 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Wed Nov 17 2010 Paul Howarth - 0.13-1 +- update to 0.13 + - use ">= 0", instead of "== 0" for no_leaks_ok() + - add count_sv() to count all the SVs in a perl interpreter + - fix tests broken for some perls in 0.12 + * Wed Nov 17 2010 Paul Howarth - 0.11-1 - update to 0.11 (#654301) - fix false-positive related to XS code (CPAN RT #58133) diff --git a/sources b/sources index e421b97..cb987ca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f83ffd41babb0d983913afa749cc8319 Test-LeakTrace-0.11.tar.gz +4cb35b4542d19af3a537fd776a290207 Test-LeakTrace-0.13.tar.gz