diff --git a/.gitignore b/.gitignore index a881cf3..30651f1 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ Net-DNS-0.65.tar.gz /Net-DNS-0.75_1.tar.gz /Net-DNS-0.76.tar.gz /Net-DNS-0.77.tar.gz +/Net-DNS-0.78.tar.gz diff --git a/perl-Net-DNS.spec b/perl-Net-DNS.spec index 6e1bf87..7a4eb3e 100644 --- a/perl-Net-DNS.spec +++ b/perl-Net-DNS.spec @@ -1,5 +1,5 @@ Name: perl-Net-DNS -Version: 0.77 +Version: 0.78 Release: 1%{?dist} Summary: DNS resolver modules for Perl # lib/Net/DNS/RR/OPT.pm: MIT @@ -125,6 +125,9 @@ make test %{_mandir}/man3/Net::DNS::Nameserver* %changelog +* Sat Jul 12 2014 Paul Wouters - 0.78-1 +- Updated to 0.78, various bugfixes and multiline TXT rdata printing support + * Sat Jun 14 2014 Paul Wouters - 0.77-1 - Updated to 0.77, a "quickfix release" fixing AXFR support diff --git a/sources b/sources index 9ac086e..5db9d59 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c0744eb8132b069fe712c56bac9c3c47 Net-DNS-0.77.tar.gz +38862c7df536b514c5eec9004b57aa70 Net-DNS-0.78.tar.gz