about summary refs log tree commit
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>1997-11-26 02:50:08 +0000
committerGraham Barr <gbarr@pobox.com>1997-11-26 02:50:08 +0000
commit753b6cc47ce68347795eb16f500a32e584048c36 (patch)
treebad22bc7f9eef6a48fd804aecd7a3d09099464e7
parent58fcd563cb58c87bc0196499e99bd01bd17224b9 (diff)
downloadperl-libnet-753b6cc47ce68347795eb16f500a32e584048c36.tar.gz
none
-rw-r--r--ChangeLog51
1 files changed, 51 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 90c540c..781f1be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,54 @@
+*** Patch 1.0603
+
+Tue Nov 25 1997 <gbarr@pobox.com> (Graham Barr)
+
+        Net::FTP::I
+        - Fix to prevent ABOR being sent when xfer is complete
+        - Change to write() to ensure whole packet is sent
+        
+        Net::FTP
+        - Moved $TELNET_ vars to top of file so that  autosplit does not place them
+          in the wrong file and cause "Use of undefined ...."
+        - Clarification on the result from ->size() added to docs.
+        - pasv_xfer changed to use stor as stou is not a "MUST-have" command
+        - added pasv_xfer_unique
+        
+        Net::PH
+        - Documentation updates.
+        
+Mon Nov 17 1997 <gbarr@pobox.com> (Graham Barr)
+
+        t/nntp.t
+        - Modified to check for more groups before failure
+
+
+        Net::SMTP
+        - Corrected documentation for ->expand()
+
+*** Patch 1.0602
+
+Mon Nov 17 1997 <gbarr@pobox.com> (Graham Barr)
+
+        Makefile.PL
+        - change to code for creating Net::Config
+        
+        Net::FTP::A
+        - Change to write() to ensure whole packet is sent
+        - Documentation correction to dir() and ls()
+        
+        Net::FTP::dataconn
+        - Stop abort be called when a write socket is being closed.
+        
+        Net::NNTP
+        - Changes to postok logic
+        
+        Net::PH
+        - fields() now also returns a reference to an ordered array of tag names
+          if called in an array context.
+        
+        Net::Cmd
+        - Catch added for SIGPIPE while in ->command()
+
 *** Patch 1.0601
 
 Tue Nov  4 1997 <gbarr@pobox.com> (Graham Barr)