about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-02-04 09:01:19 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2014-02-04 09:01:19 +0000
commitb76af9289d4542cf2b9e1f3c2de0baf0ba8bae09 (patch)
tree3c6dae960fb0e167f995dc1ce6b4a226a610207c
parent545b313bbff5f7b1c1aa680620fed190d7fe017e (diff)
downloadperl-libnet-1.25.tar.gz
Release 1.25 v1.25
-rw-r--r--Changes11
-rw-r--r--Makefile.PL2
2 files changed, 12 insertions, 1 deletions
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 }