about summary refs log tree commit
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>2004-03-22 16:28:44 +0000
committerGraham Barr <gbarr@pobox.com>2009-02-24 08:51:38 -0600
commitd83a9d5b3b835fd10ca788b97df027977fcf099d (patch)
treee7298f34985d7514ae08dd581c47dff1fe7334e4
parent87ed083e7d6898bd014aead3506f3bdec286a14b (diff)
downloadperl-libnet-d83a9d5b3b835fd10ca788b97df027977fcf099d.tar.gz
Release 1.18 v1.18
-rw-r--r--Changes10
1 files changed, 7 insertions, 3 deletions
diff --git a/Changes b/Changes
index 0467350..9e5f0a1 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-libnet 1.18  -- Wed Feb 18 15:22:35 GMT 2004
+libnet 1.18  -- Mon Mar 22 16:19:01 GMT 2004
 
 Bug Fixes
   * Fixed bug in CRLF translation in Net::Cmd datasend/dataend methods
@@ -6,16 +6,20 @@ Bug Fixes
     packed IP address
   * Fixed bug that caused Net::FTP->get to truncate the local file after
     the restart method had been called
+  * Fixed bug in Net::FTP-.rmdir when the server returned . and .. in
+    the contents of a directory
+  * Fixed bug in POP3 that was sending unnecessary RSETs
 
 Enhancements
   * Added support for POP3 CAPA command
+  * Added support for XVERP to Net::SMTP
   * Added Net::POP3->banner method to return the banner received from
     the server during connect
-  * Added Net::POP3->auth method for performaing authentication using
+  * Added Net::POP3->auth method for performing authentication using
     SASL, requires Authen::SASL
   * Added Host option to ->new constructor of FTP, NNTP, SMTP and POP3
     which can be used instead of passing the host as the first argument
-  * Added ->host imethod to FTP, NNTP, SMTP and POP3 to return the host
+  * Added ->host method to FTP, NNTP, SMTP and POP3 to return the host
     string used for the connect. This is useful to determine which host
     was connected to when multiple hosts are specified
   * Added support for more non-standard responses to Net::FTP->size