about summary refs log tree commit
path: root/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Changes')
-rw-r--r--Changes11
1 files changed, 11 insertions, 0 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