about summary refs log tree commit
diff options
context:
space:
mode:
-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 }