about summary refs log tree commit
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>1997-11-01 02:18:10 +0000
committerGraham Barr <gbarr@pobox.com>1997-11-01 02:18:10 +0000
commitfb8629ce74d3f3759109205da54c58b3b13faead (patch)
tree9e81b9b6f781bcca93faa2e16f0c328c985733f4
parent366027d8a683124e683c30b211a490e885100439 (diff)
downloadperl-libnet-1.06.tar.gz
Release 1.06 v1.06
-rw-r--r--ChangeLog35
-rw-r--r--MANIFEST23
-rw-r--r--Makefile.PL2
3 files changed, 45 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
index 124b23a..030abf0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+*** Release 1.06
+
+Fri Oct 31 1997 <gbarr@pobox.com> (Graham Barr)
+
+        Net::FTP
+        - Fixed undef warning in login() when $ruser does not exist in .netrc
+        - Added new supported() method
+        - DESTORY now sends quit command
+        - corrected OOB commands sent prior to an abort command
+        - close will call abort unless eof seen
+        - documentation updates
+        
+        Net::FTP::datacon
+        - abort() will read a byte if non have been read
+        
+        Net::FTP::A
+        - read was using arg#3 as an offset ?? change to use as timeout, this
+          now matches Net::FTP::I::read and the docs
+        - speedup to read()
+
+Fri Sep 26 1997 <gbarr@pobox.com> (Graham Barr)
+
+        Net::Cmd
+        - modified ->response() to return CMD_ERROR if ->getline() returns
+          undef
+
+Sun Sep 14 1997 <gbarr@pobox.com> (Graham Barr)
+
+        Small tweak to Makefile,PL to remove requirement for Data::Dumper
+
 Wed Oct  1 1997
         Net::PH
         - re-wrote crypt code. now should be 2-3x faster.
@@ -33,6 +63,8 @@ Thu Sep 11 1997
         Net::POP3
         - Added apop and uidl methods
 
+*** Release 1.05
+
 Thu Apr 03 1997
         Net::Domain
         - Fixed 'Use of uninitialized value' in _hostdomain()
@@ -246,6 +278,3 @@ Thu Nov  9 1995  Graham Barr <gbarr@ti.com>
 
         o Modified SMTP::new() to call croak if IP address of the given host
           cannot be found
-
-
-
diff --git a/MANIFEST b/MANIFEST
index f3e4e1c..0b9d46c 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3,23 +3,24 @@ Configure
 Hostname.pm.eg                        Example replacement for Hostname.pm
 MANIFEST
 Makefile.PL
-Net/Cmd.pm                  (v2.07)
-Net/Domain.pm               (v2.01) DNS Domain name lookup
-Net/DummyInetd.pm           (v1.03)
-Net/FTP.pm                  (v2.12) File Transfer Protocol Client
+Net/Cmd.pm                        (v2.09)
+Net/Domain.pm                        (v2.0502) DNS Domain name lookup
+Net/DummyInetd.pm                (v1.06)
+Net/FTP.pm                        (v2.26) File Transfer Protocol Client
 Net/FTP/A.pm
 Net/FTP/E.pm
 Net/FTP/I.pm
 Net/FTP/L.pm
 Net/FTP/dataconn.pm
-Net/NNTP.pm                 (v2.08) Network News Transfer Protocol
-Net/Netrc.pm                (v2.03) .netrc lookup routines
-Net/PH.pm                   (v2.09) CCSO Nameserver Client class
-Net/POP3.pm                 (v2.03) Post Office Protocol
-Net/SMTP.pm                 (v2.03) Simple Mail Transfer Protocol Client
-Net/SNPP.pm                 (v1.03) Simple Network Pager Protocol Client
-Net/Time.pm                 (v2.01) time & nettime protocols
+Net/NNTP.pm                        (v2.15) Network News Transfer Protocol
+Net/Netrc.pm                        (v2.06) .netrc lookup routines
+Net/PH.pm                        (v2.18) CCSO Nameserver Client class
+Net/POP3.pm                        (v2.10) Post Office Protocol
+Net/SMTP.pm                        (v2.0901) Simple Mail Transfer Protocol Client
+Net/SNPP.pm                        (v1.0901) Simple Network Pager Protocol Client
+Net/Time.pm                        (v2.05) time & nettime protocols
 README
+README.config
 demos/ftp
 demos/inetd
 demos/nntp
diff --git a/Makefile.PL b/Makefile.PL
index d3e7cd4..29f78db 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,7 +5,7 @@
 
 $NAME     = 'Net';
 $DISTNAME = "libnet";
-$VERSION  = "1.06_beta";
+$VERSION  = "1.06";
 
 BEGIN { require 5.002 }