From b76af9289d4542cf2b9e1f3c2de0baf0ba8bae09 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Tue, 4 Feb 2014 09:01:19 +0000 Subject: Release 1.25 --- Changes | 11 +++++++++++ Makefile.PL | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index bba2883..e54695e 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,14 @@ +libnet 1.25 -- Tue Feb 04 2014 + + * Fix Net::FTP::pasv_wait() not handling errors from Net::Cmd::reponse() + [bergner@cs.umu.se; resolves CPAN RT#50420] + * Make inheritance from Net::Cmd clearer in the documentation [Resolves CPAN + RT#72889] + * Set timeout for data connection creation in Net::FTP [Oleg G; resolves CPAN + RT#78926] + * Stop Net::Domain::domainname() from giving out warnings in android [Brian + Fraser] + libnet 1.24 -- Mon Jan 06 2014 * Fix incorrect handling of CRLF in Net::FTP [Willem Monsuwé; resolves CPAN diff --git a/Makefile.PL b/Makefile.PL index a39c71b..95feb8a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,7 +4,7 @@ $NAME = 'Net'; $DISTNAME = "libnet"; -$VERSION = "1.24"; +$VERSION = "1.25"; BEGIN { require 5.002 } -- cgit v1.2.3-24-ge0c7