From ce02b7ed6ea214f63dbcf4d93b08094d5c4b1177 Mon Sep 17 00:00:00 2001 From: Graham Barr Date: Tue, 7 Mar 2000 10:16:24 +0000 Subject: Release 1.07 --- ChangeLog | 274 ++++++++++++++++++++++++++++++++++++++++++++++++++++-------- MANIFEST | 2 +- Makefile.PL | 2 +- 3 files changed, 239 insertions(+), 39 deletions(-) diff --git a/ChangeLog b/ChangeLog index 29477f4..69c98e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,81 @@ +Change 371 on 2000/03/06 by (Graham Barr) + + - Moved FAQ to Net/libnetFAQ.pod + +Change 370 on 2000/03/06 by (Graham Barr) + + - Added mput and mget examples + +Change 369 on 2000/03/06 by (Graham Barr) + + - Added support for the xwho command in qpage, but no docs yet. + +Change 368 on 2000/03/06 by (Graham Barr) + + new Configure script + +Change 367 on 2000/03/06 by (Graham Barr) + + Local-ize $SIG{__DIE__} + +Change 361 on 2000/02/17 by (Graham Barr) + + Net::FTP + - Fix arg count check in cwd() + +Change 351 on 2000/01/31 by (Graham Barr) + + Net::Cmd + - Fixed bug in getline returning an empty line + - Added optional filehandle argument to read_until_dot. + + Net::POP3 + - get now takes an optional filehandle argument, if given the + message is sent to the handle. + +Change 348 on 2000/01/17 by (Graham Barr) + + Net::Cmd + - fix getline not to drop blank lines + +Change 347 on 2000/01/12 by (Graham Barr) + + Net::Time + - Fix use of uninitialized warning caused by _socket + +Change 346 on 2000/01/11 by (Graham Barr) + + Net::FTP + - Change firewall code to use Net::Config->requires_firewall + + Net::Config + - renamed is_external to be requires_firewall + +Change 345 on 2000/01/06 by (Graham Barr) + + Net::FTP + - Added workaround for a Y2K bug that exists with the MDTM + command on some servers. + +Change 341 on 1999/09/29 by (Graham Barr) + + Net::FTP, Net::FTP::A, Net::FTP::I, Net::FTP::datacon + - Added BlockSize option to control size of blocks read from server + (defaults to 10K) + +Change 340 on 1999/09/28 by (Graham Barr) + + Net::FTP, Configure + - First attempt to add multiple firewall type support + +Change 339 on 1999/09/28 by (Graham Barr) + + Added ppd info to Makefile.PL and libnet.ppd to MANIFEST + +Change 333 on 1999/09/18 by (Graham Barr) + + Release 1.0607 + Change 332 on 1999/09/18 by (Graham Barr) Configure @@ -71,13 +149,111 @@ Change 304 on 1999/05/04 by (Graham Barr) Net::FTP - Added hash mark printing -Change 183 on 1998/08/07 by (Graham Barr) +Change 264 on 1999/03/17 by (Graham Barr) + + Net::TFTP + - Fix typo in CLOSE() + +Change 262 on 1999/03/16 by (Graham Barr) + + Net::FTP + - new should only call authorize if there is user/passwd data + + Net::SMTP + - Allow ->to to ignore bad addresses + +Change 254 on 1999/02/24 by (Graham Barr) + + Added some debug to t/ftp.t to help understand failure + +Change 253 on 1999/02/17 by (Graham Barr) + + Net::Cmd + - Added checks for a closed connection + +Change 252 on 1999/02/17 by (Graham Barr) + + Net::Domain + - set FQDN = IP if host does not have a name + +Change 248 on 1999/02/05 by (Graham Barr) + + Net::Domain + - check for defined(&main::SYS_gethostname) before calling syscall + as user may have a UNIVERSAL::AUTOLOADER defined + +Change 245 on 1999/01/18 by (Graham Barr) + + Net::FTP + - Modify mkdir to call ->cwd(), not ->cd() + +Change 206 on 1998/10/20 by (Graham Barr) + + Fix typo in Net::Cmd + +Change 204 on 1998/10/18 by (Graham Barr) + + Net::SMTP + - DESTROY now does nothing, so any half-sent message should be aborted + +Change 198 on 1998/10/15 by (Graham Barr) + + Net::Config added + + Configure, Makefile.PL + - Canges to handle new Net::Config module + +Change 197 on 1998/10/15 by (Graham Barr) + + Net::FTP + - Fixed return vlue of _ACCT + + Net::Cmd + - Fixed datasend to ensure all data is sent + - Fixed a || bug in getline + + Some FAQ updates + +Change 196 on 1998/10/15 by (Graham Barr) + + Net::TFTP + - Initial public release + +Change 195 on 1998/10/04 by (Graham Barr) + + Net::FTP + - Fixed bad use of ||= in cwd() + + Net::POP3 + - Fixed pattern for -ERR (had +ERR) + +Change 191 on 1998/09/26 by (Graham Barr) + + Net::POP3 + - Fix bug in UIDL + +Change 187 on 1998/09/01 by (Graham Barr) + + Net::TFTP + - Some cleanup of the code + - removed leading - from named args + +Change 185 on 1998/08/23 by (Graham Barr) + + Net::TFTP + - Initial version + +Change 184 on 1998/08/23 by (Graham Barr) + + Remove mention of Net::SNMP from README + +Change 183 on 1998/08/06 by (Graham Barr) Net::Domain - Fix problem with returning last name instead of first name for a win32 multi-homed machine -Change 182 on 1998/08/07 by (Graham Barr) +Change 182 on 1998/08/06 by (Graham Barr) Net::FTP - _list_cmd returned (undef) instead of () @@ -86,18 +262,18 @@ Change 182 on 1998/08/07 by (Graham Barr) Net::NNTP - Fix typo in docs -Change 181 on 1998/08/05 by (Graham Barr) +Change 181 on 1998/08/04 by (Graham Barr) Net::FTP - Allow spaces in filenames (ick!) -Change 179 on 1998/08/05 by (Graham Barr) +Change 179 on 1998/08/04 by (Graham Barr) Net::FTP - added new rmdir from Dunkin Software - fix to the code generating the listen port -Change 171 on 1998/07/09 by (Graham Barr) +Change 171 on 1998/07/08 by (Graham Barr) Net::FTP - login will now send ACCT if $acct is defined and the PASS @@ -111,18 +287,18 @@ Change 167 on 1998/07/04 by (Graham Barr) - Removed set method from Net::Config - Removed check for Data::Dumper from Makefile.PL -Change 157 on 1998/06/20 by (Graham Barr) +Change 157 on 1998/06/19 by (Graham Barr) Net::FTP - Another small tweak to ->supported() -Change 156 on 1998/06/19 by (Graham Barr) +Change 156 on 1998/06/18 by (Graham Barr) Net::FTP - Tweak to ->supported() to better detect reports from some servers (NcFTPd) -Change 153 on 1998/06/17 by (Graham Barr) +Change 153 on 1998/06/16 by (Graham Barr) Net::FTP - Fix "Use of uninitialized" warning, patch from @@ -167,7 +343,7 @@ Change 129 on 1998/04/18 by (Graham Barr) - Enhanced ->size() to try different approaces if SIZE is not implemented -Change 128 on 1998/04/16 by (Graham Barr) +Change 128 on 1998/04/15 by (Graham Barr) Net::Time - Correct number of seconds in a year @@ -177,12 +353,12 @@ Change 126 on 1998/04/06 by (Graham Barr) Net::FTP, Net::FTP::A, Net::FTP::I, Net::Cmd - changes for undef checking on sysread/syswrite -Change 118 on 1998/02/24 by (Graham Barr) +Change 118 on 1998/02/23 by (Graham Barr) Net::FTP - Added site method -Change 117 on 1998/02/24 by (Graham Barr) +Change 117 on 1998/02/23 by (Graham Barr) Net::POP3 - Remove use of map in a void context @@ -192,12 +368,12 @@ Change 116 on 1998/02/21 by (Graham Barr) Net::FTP - Changes to mkdir for recursive creates. -Change 114 on 1998/02/21 by (Graham Barr) +Change 114 on 1998/02/20 by (Graham Barr) Net::Domain - Change $SIG{__DIE__} to $SIG{'__DIE__'} to stop warning in 5.003 -Change 113 on 1998/02/18 by (Graham Barr) +Change 113 on 1998/02/17 by (Graham Barr) Net::FTP::A - modified regexp in write for converting to CRLF, should now work with MacOS @@ -218,32 +394,32 @@ Change 113 on 1998/02/18 by (Graham Barr) Net::SMTP - Fix for new() to fail if HELO command fails -Change 108 on 1998/02/15 by (Graham Barr) +Change 108 on 1998/02/14 by (Graham Barr) Net::FTP - Added check for filenames with spaces, \r or \n -Change 107 on 1998/02/07 by (Graham Barr) +Change 107 on 1998/02/06 by (Graham Barr) Net::FTP - Ensure dataconn object is in reading mode for data transfers -Change 101 on 1998/01/23 by (Graham Barr) +Change 101 on 1998/01/22 by (Graham Barr) Renamed FAQ.pod as FAQ -Change 100 on 1998/01/23 by (Graham Barr) +Change 100 on 1998/01/22 by (Graham Barr) Net::NNTP - Added Reader option to new() -Change 99 on 1998/01/23 by (Graham Barr) +Change 99 on 1998/01/22 by (Graham Barr) Net::POP3 - fix pass() to call popstat() if pattern does not match for message count -Change 98 on 1998/01/23 by (Graham Barr) +Change 98 on 1998/01/22 by (Graham Barr) Restore changes lost in disk-crash @@ -273,22 +449,26 @@ Change 98 on 1998/01/23 by (Graham Barr) - Removed use of AutoLoader, it was causing problems on some platforms -Change 92 on 1997/12/09 by (Graham Barr) +Change 92 on 1997/12/08 by (Graham Barr) Net::FTP - Fix to pasv_xfer, the command stream on the source side was left out of sync. -Change 91 on 1997/12/05 by (Graham Barr) +Change 91 on 1997/12/04 by (Graham Barr) MANIFEST, FAQ.pod - Added initial FAQ document -Change 90 on 1997/12/05 by (Graham Barr) +Change 90 on 1997/12/04 by (Graham Barr) Net::FTP - Set $@ if ->new() fails +Change 82 on 1997/11/30 by (Graham Barr) + + x + Change 79 on 1997/11/30 by (Graham Barr) Net::Cmd @@ -317,7 +497,11 @@ Change 64 on 1997/11/28 by (Graham Barr) - Now exits passing if commands fail due to not having authorization. -Change 60 on 1997/11/26 by (Graham Barr) +Change 61 on 1997/11/25 by (Graham Barr) + + none + +Change 60 on 1997/11/25 by (Graham Barr) Net::FTP::I - Fix to prevent ABOR being sent when xfer is complete @@ -336,17 +520,17 @@ Change 60 on 1997/11/26 by (Graham Barr) t/nntp.t - Modified to test for a list of groups -Change 58 on 1997/11/18 by (Graham Barr) +Change 58 on 1997/11/17 by (Graham Barr) t/nntp.t - Modified to check for more groups before failure -Change 56 on 1997/11/18 by (Graham Barr) +Change 56 on 1997/11/17 by (Graham Barr) Net::SMTP - Corrected documentation for ->expand() -Change 54 on 1997/11/18 by (Graham Barr) +Change 54 on 1997/11/17 by (Graham Barr) Makefile.PL - change to code for creating Net::Config @@ -372,12 +556,12 @@ Change 43 on 1997/11/05 by (Graham Barr) rename files -Change 39 on 1997/11/05 by (Graham Barr) +Change 39 on 1997/11/04 by (Graham Barr) Configure - Fix croak problem -Change 38 on 1997/11/05 by (Graham Barr) +Change 38 on 1997/11/04 by (Graham Barr) Net::FTP, Net::NNTP, Net::PH, Net::POP3, Net::SMTP, Net::SNPP - Fix error cause by calling close method when "unexpected EOF: @@ -386,17 +570,25 @@ Change 38 on 1997/11/05 by (Graham Barr) t/require.t - Remove Net::Telnet test -Change 35 on 1997/11/01 by (Graham Barr) +Change 37 on 1997/10/31 by (Graham Barr) + + Release 1.06 + +Change 36 on 1997/10/31 by (Graham Barr) + + none + +Change 35 on 1997/10/31 by (Graham Barr) Net::FTP - Fixed undef warning in login() when $ruser does not exist in .netrc -Change 34 on 1997/11/01 by (Graham Barr) +Change 34 on 1997/10/31 by (Graham Barr) Net::FTP - Added new supported() method -Change 33 on 1997/11/01 by (Graham Barr) +Change 33 on 1997/10/31 by (Graham Barr) Net::FTP - DESTORY now sends quit command @@ -412,11 +604,15 @@ Change 33 on 1997/11/01 by (Graham Barr) now matches Net::FTP::I::read and the docs - speedup to read() -Change 15 on 1997/09/27 by (Graham Barr) +Change 18 on 1997/10/03 by (Graham Barr) + + Release 1.17 + +Change 15 on 1997/09/26 by (Graham Barr) Email address and documentation changes -Change 14 on 1997/09/27 by (Graham Barr) +Change 14 on 1997/09/26 by (Graham Barr) Net::FTP - Added account method so ACCT command can be sent independantly @@ -436,7 +632,7 @@ Change 14 on 1997/09/27 by (Graham Barr) Net::SNPP - Fixed a bug in ->new() while locating default host -Change 13 on 1997/09/27 by (Graham Barr) +Change 13 on 1997/09/26 by (Graham Barr) Net::FTP - Modified code which determined whether to connect via a Firewall. @@ -445,7 +641,7 @@ Change 13 on 1997/09/27 by (Graham Barr) - The Firewall option to new is now used in preference over the FTP_FIREWALL environment variable. -Change 12 on 1997/09/27 by (Graham Barr) +Change 12 on 1997/09/26 by (Graham Barr) Net::Cmd - modified ->response() to return CMD_ERROR if ->getline() returns @@ -455,15 +651,19 @@ Change 6 on 1997/09/14 by (Graham Barr) Small tweak to Makefile,PL to remove requirement for Data::Dumper -Change 3 on 1997/09/13 by (Graham Barr) +Change 3 on 1997/09/12 by (Graham Barr) Makefile.PL - Local config file libnet.cfg installed as Net::Config -Change 2 on 1997/09/13 by (Graham Barr) +Change 2 on 1997/09/12 by (Graham Barr) Net::FTP - Modified to use AutoLoader - Fixed Net::FTP::[AI]::write to trap SIGPIPE errors and return an error, instead of aborting the script +Change 1 on 1997/09/12 by (Graham Barr) + + A new beginning + diff --git a/MANIFEST b/MANIFEST index 93ca0a5..f56de1e 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,7 +1,7 @@ ChangeLog Configure Config.eg -FAQ +Net/libnetFAQ.pod Hostname.pm.eg Example replacement for Hostname.pm MANIFEST Makefile.PL diff --git a/Makefile.PL b/Makefile.PL index 58c0943..f5e4ff1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,7 @@ $NAME = 'Net'; $DISTNAME = "libnet"; -$VERSION = "1.06"; +$VERSION = "1.07"; BEGIN { require 5.002 } -- cgit v1.2.3-24-ge0c7