about summary refs log tree commit
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>2000-03-30 00:10:12 +0000
committerGraham Barr <gbarr@pobox.com>2000-03-30 00:10:12 +0000
commit38c54951e56bd4730ae5edece59c8b7e197b2383 (patch)
tree3dea27c27a339ac645c6cb4373e83219899d4274
parent800d472d3934b1ff68ce770cdd97f0c5a24901ce (diff)
downloadperl-libnet-38c54951e56bd4730ae5edece59c8b7e197b2383.tar.gz
Added Net::SNPP::HylaFAX.pm
-rw-r--r--ChangeLog78
-rw-r--r--MANIFEST9
2 files changed, 83 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index ccfcac5..1a0fa30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,81 @@
+Change 458 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
+
+        Net::Cmd, Net::FTP
+        - Support for os390, modified from a patch from Dan Campbell
+
+Change 455 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
+
+        Net::Domain
+        - silence warnings on Win32 that domainname does not exist
+
+Change 454 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
+
+        Net::FTP
+        - More error checking in ->get()
+
+Change 453 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
+
+        Net::FTP
+        - update pattern to dig out unique filename from stou
+
+Change 452 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
+
+        t/ftp.t
+        - silently pass if the stor to /pub fails
+
+Change 451 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
+
+        Net::FTP
+        - Add Timeout to listen socket
+
+Change 450 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
+
+        Makefile.PL
+        - only add ppd conditional on perl version
+
+Change 449 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
+
+        Fixed mput example in FAQ to use glob()
+
+Change 448 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
+
+        Update README to reflect new way Configure works
+
+Change 447 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
+
+        Net::Config
+        - Check that $home is defined before we use it
+
+Change 446 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
+
+        Net::FTP
+        - add link to autoftp example
+
+Change 445 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
+
+        Net::FTP::A, Net::FTP::I
+        - Move the timeout check into the loop to prevent hanging
+          on write.
+
+Change 444 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
+
+        Net::Cmd, Net::FTP::A, Net::FTP::I
+        - MacOS does not like the setting of $SIG{PIPE} so check $^O
+
+Change 432 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
+
+        POD cleanup
+
+Change 431 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
+
+        Net::NNTP
+        - Allow a filehandle to be passed to article, head and body
+
+Change 430 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
+
+        Net::TFTP
+        - There is no quit method, so don't document one
+
 Change 402 on 2000/03/23 by <gbarr@pobox.com> (Graham Barr)
 
         Net::Config
diff --git a/MANIFEST b/MANIFEST
index f56de1e..14164d0 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,11 +1,11 @@
 ChangeLog
-Configure
 Config.eg
-Net/libnetFAQ.pod
+Configure
 Hostname.pm.eg                        Example replacement for Hostname.pm
 MANIFEST
 Makefile.PL
 Net/Cmd.pm
+Net/Config.pm
 Net/Domain.pm                        DNS Domain name lookup
 Net/DummyInetd.pm                
 Net/FTP.pm                        File Transfer Protocol Client
@@ -20,9 +20,11 @@ Net/PH.pm                        CCSO Nameserver Client class
 Net/POP3.pm                        Post Office Protocol
 Net/SMTP.pm                        Simple Mail Transfer Protocol Client
 Net/SNPP.pm                        Simple Network Pager Protocol Client
+Net/SNPP/HylaFAX.pm
+Net/TFTP.pm
 Net/Time.pm                        time & nettime protocols
+Net/libnetFAQ.pod
 README
-README.config
 demos/ftp
 demos/inetd
 demos/nntp
@@ -38,4 +40,3 @@ t/nntp.t
 t/ph.t
 t/require.t
 t/smtp.t
-Net/Config.pm