X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FNet%2FChangeLog.libnet;h=a00a527edce0482ffcda9286a0bed3fcc6118e00;hb=9c36735de2bc373cab0c4275429b13fc1c754d20;hp=db4d1de5bcb9206ce24387b272a9a51ae95b80ff;hpb=302c2e6b3178d72ea1114a76af5852e6680bacc8;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Net/ChangeLog.libnet b/lib/Net/ChangeLog.libnet index db4d1de..a00a527 100644 --- a/lib/Net/ChangeLog.libnet +++ b/lib/Net/ChangeLog.libnet @@ -1,3 +1,193 @@ +Change 727 on 2002/05/28 by (Graham Barr) + + Net::SMTP + - Use Authen::SASL to do auth + +Change 724 on 2002/05/24 by (Graham Barr) + + Net::SMTP + - Minor change to address sanitize code, mainly to allow <> + +Change 723 on 2002/05/24 by (Graham Barr) + + Net::FTP + - Minor change to pattern to extract unique filename from server response + +Change 717 on 2002/04/02 by (Graham Barr) + + Release 1.11 + +Change 716 on 2002/04/02 by (Graham Barr) + + Net::FTP::dataconn + - Fix for select to avoid occasional hangups + +Change 715 on 2002/04/02 by (Graham Barr) + + Tweak parsing of hello response + +Change 706 on 2002/02/28 by (Graham Barr) + + Release 1.10 + +Change 705 on 2002/02/28 by (Graham Barr) + + Net::FTP::I + - Don't call sysread multiple times after calling select() as it + may block. + +Change 704 on 2002/02/25 by (Graham Barr) + + Net::POP3 + - Patches from Ville Skytta for various cleanup and use Digest::MD5 + +Change 703 on 2002/02/25 by (Graham Barr) + + Net::Cmd, Net::NNTP, Net::POP3, Net::SMTP + - Add support for returning tied filehandles from some operations + +Change 702 on 2002/02/25 by (Graham Barr) + + Net::Config + - New config script for MacOS from Chris Nandor + +Change 701 on 2002/02/25 by (Graham Barr) + + Net::FTP + - Allow tied handles to be passed to get/put + +Change 700 on 2002/02/25 by (Graham Barr) + + t/* + - Skip tests if no Socket module + +Change 699 on 2002/02/25 by (Graham Barr) + + t/netrc.t + - Fix RE context + +Change 698 on 2002/02/25 by (Graham Barr) + + Net::Cmd + - Pod changes from Robin Barker + +Change 697 on 2002/02/22 by (Graham Barr) + + Net::FTP + - Don't do EBCDIC translation on a binary transfer + +Change 696 on 2002/02/22 by (Graham Barr) + + Net::FTP + - Fix docs for anonymous login + +Change 695 on 2002/02/22 by (Graham Barr) + + Net::SMTP + - Support binding to a local port/address + +Change 694 on 2002/02/22 by (Graham Barr) + + Net::Netrc + - Support exscaping in the netrc file + +Change 688 on 2001/12/10 by (Graham Barr) + + Release 1.0901 + +Change 687 on 2001/12/10 by (Graham Barr) + + More test updates from the core + +Change 686 on 2001/11/27 by (Graham Barr) + + Skip tests if we are on an EBCDIC machine, but Convert::EBCDIC is not installed + Make tests run with 5.004 + +Change 685 on 2001/11/27 by (Graham Barr) + + Net::SMTP + - Don't attempt to resolve the hostname to send in the greating. + If it is not provided, use localhost.localdomain + (patch from Eduardo Perez Ureta) + +Change 684 on 2001/11/26 by (Graham Barr) + + netrc.t + - fix RE for libnet_t.pl + +Change 683 on 2001/11/20 by (Graham Barr) + + Various doc cleanups + +Change 675 on 2001/11/20 by (Graham Barr) + + t/hostname.t + - Add test to check that hostname() does not modify $_ + +Change 674 on 2001/11/20 by (Graham Barr) + + Net::Config + - Dont treat "test_hosts" as an array of host names + +Change 673 on 2001/11/20 by (Graham Barr) + + Added test for Net::Netrc + patch from chromatic + +Change 672 on 2001/11/20 by (Graham Barr) + + Net::FTP + - Dont send QUIT on DESTROY. Causes problems when fork() is used. + +Change 671 on 2001/11/20 by (Graham Barr) + + Net::Domain + - Fix bug causing $_ to be modified + +Change 670 on 2001/11/20 by (Graham Barr) + + Net::FTP + - Send -anonymous@ as the password for the anonymous user, not + the real username. Patch from Eduardo Perez Ureta + +Change 669 on 2001/11/20 by (Graham Barr) + + Add VERSION numbers to Net::FTP::L and Net::FTP::E + +Change 668 on 2001/11/20 by (Graham Barr) + + Net::Config + - Read some default values using Mac::InternetConfig if we are on the Mac + patch from Chris Nandor + +Change 667 on 2001/11/20 by (Graham Barr) + + Net::SMTP + - Add support for SASL AUTH (only PLAIN right now) + patch from Meng Weng Wong + +Change 666 on 2001/11/20 by (Graham Barr) + + t/config.t + - Use a fake inet_aton so we know that it will fail when expected + +Change 665 on 2001/11/02 by (Graham Barr) + + Release 1.09 + +Change 664 on 2001/10/29 by (Graham Barr) + + Added test for Net::Config from chromatic + +Change 663 on 2001/10/26 by (Graham Barr) + + More fixes from the core for undefs + +Change 662 on 2001/10/26 by (Graham Barr) + + Make tests compatable with the perl core distribution + Change 661 on 2001/10/26 by (Graham Barr) Add install-nomake to install libnet on machines that do not @@ -106,30 +296,6 @@ Change 620 on 2001/08/06 by (Graham Barr) Fix for _msg_spec when passed the same msg number twice, pass N instead of N-N -Change 625 on 2001/08/17 by (Graham Barr) - - Doc updates and add cc and bcc as aliases for recipient - -Change 624 on 2001/08/17 by (Graham Barr) - - Don't set ENV variables - -Change 623 on 2001/08/17 by (Graham Barr) - - Support mixed case in the EHLO response - -Change 622 on 2001/08/06 by (Graham Barr) - - Documentation update - -Change 621 on 2001/08/06 by (Graham Barr) - - Set the status if command returns due to the connection being closed - -Change 620 on 2001/08/06 by (Graham Barr) - - Fix for _msg_spec when passed the same msg number twice, pass N instead of N-N - Change 619 on 2001/05/29 by (Graham Barr) Remove DummyInetd @@ -163,6 +329,58 @@ Change 574 on 2000/08/24 by (Graham Barr) - Make listen socket listen on same interfacce as the command connection this fixes a problem when going via a SOCKS firewall +Change 573 on 2000/08/24 by (Graham Barr) + + Net::Netrc + - Exclude cygwin from the stat check + +Change 572 on 2000/08/24 by (Graham Barr) + + Net::FTP + - Fix bug in return value from ->rmdir + - Added ->restart() + Net::FTP::dataconn + - Added ->bytes_read + +Change 518 on 2000/05/16 by (Graham Barr) + + Net::FTP::A, Net::FTP::I + - Restrict the number of bytes given to syswrite to be at + most net_ftp_blksize. This fixes a bug on VMS where the OS will + return an error if syswrite is given more than 65535 bytes. + +Change 504 on 2000/05/02 by (Graham Barr) + + Net::NNTP + * Doc fix for the description of the return value from ->list() + +Change 503 on 2000/05/02 by (Graham Barr) + + Net::POP3 + * chnage new MD5 to MD5->new + +Change 472 on 2000/03/30 by (Graham Barr) + + Net::Cmd + - More typos in os390 code + +Change 471 on 2000/03/30 by (Graham Barr) + + Net::Cmd + - Fix bug in new os390 code + +Change 470 on 2000/03/30 by (Graham Barr) + + Generate HTML + +Change 469 on 2000/03/30 by (Graham Barr) + + Documentation updates + +Change 468 on 2000/03/30 by (Graham Barr) + + Added Net::SNPP::HylaFAX.pm + Change 458 on 2000/03/29 by (Graham Barr) Net::Cmd, Net::FTP @@ -435,12 +653,12 @@ Change 305 on 1999/05/05 by (Graham Barr) \r\n character sequences - Made improvements to speed of \r\n <-> \n translation -Change 304 on 1999/05/04 by (Graham Barr) +Change 304 on 1999/05/05 by (Graham Barr) Net::FTP - Added hash mark printing -Change 264 on 1999/03/17 by (Graham Barr) +Change 264 on 1999/03/18 by (Graham Barr) Net::TFTP - Fix typo in CLOSE() @@ -467,7 +685,7 @@ 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) +Change 248 on 1999/02/06 by (Graham Barr) Net::Domain - check for defined(&main::SYS_gethostname) before calling syscall @@ -478,7 +696,7 @@ 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) +Change 206 on 1998/10/21 by (Graham Barr) Fix typo in Net::Cmd @@ -487,14 +705,14 @@ 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) +Change 198 on 1998/10/16 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) +Change 197 on 1998/10/16 by (Graham Barr) Net::FTP - Fixed return vlue of _ACCT @@ -505,7 +723,7 @@ Change 197 on 1998/10/15 by (Graham Barr) Some FAQ updates -Change 196 on 1998/10/15 by (Graham Barr) +Change 196 on 1998/10/16 by (Graham Barr) Net::TFTP - Initial public release @@ -523,13 +741,13 @@ Change 191 on 1998/09/26 by (Graham Barr) Net::POP3 - Fix bug in UIDL -Change 187 on 1998/09/01 by (Graham Barr) +Change 187 on 1998/09/02 by (Graham Barr) Net::TFTP - Some cleanup of the code - removed leading - from named args -Change 185 on 1998/08/23 by (Graham Barr) +Change 185 on 1998/08/24 by (Graham Barr) Net::TFTP - Initial version @@ -538,13 +756,13 @@ 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) +Change 183 on 1998/08/07 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/06 by (Graham Barr) +Change 182 on 1998/08/07 by (Graham Barr) Net::FTP - _list_cmd returned (undef) instead of () @@ -553,18 +771,18 @@ Change 182 on 1998/08/06 by (Graham Barr) Net::NNTP - Fix typo in docs -Change 181 on 1998/08/04 by (Graham Barr) +Change 181 on 1998/08/05 by (Graham Barr) Net::FTP - Allow spaces in filenames (ick!) -Change 179 on 1998/08/04 by (Graham Barr) +Change 179 on 1998/08/05 by (Graham Barr) Net::FTP - added new rmdir from Dunkin Software - fix to the code generating the listen port -Change 171 on 1998/07/08 by (Graham Barr) +Change 171 on 1998/07/09 by (Graham Barr) Net::FTP - login will now send ACCT if $acct is defined and the PASS @@ -578,18 +796,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/19 by (Graham Barr) +Change 157 on 1998/06/20 by (Graham Barr) Net::FTP - Another small tweak to ->supported() -Change 156 on 1998/06/18 by (Graham Barr) +Change 156 on 1998/06/19 by (Graham Barr) Net::FTP - Tweak to ->supported() to better detect reports from some servers (NcFTPd) -Change 153 on 1998/06/16 by (Graham Barr) +Change 153 on 1998/06/17 by (Graham Barr) Net::FTP - Fix "Use of uninitialized" warning, patch from @@ -613,43 +831,43 @@ Change 141 on 1998/05/24 by (Graham Barr) Net::SMTP - Added banner() method -Change 132 on 1998/04/18 by (Graham Barr) +Change 132 on 1998/04/19 by (Graham Barr) Net::POP3 - Added ResvPort option to new() -Change 131 on 1998/04/18 by (Graham Barr) +Change 131 on 1998/04/19 by (Graham Barr) Makefile.PL - Patch for running $^X Configure under VMS -Change 130 on 1998/04/18 by (Graham Barr) +Change 130 on 1998/04/19 by (Graham Barr) Net::FTP, Net::POP3 - wrapped getpwuid in eval {} as some OSs (eg NT) do not support it -Change 129 on 1998/04/18 by (Graham Barr) +Change 129 on 1998/04/19 by (Graham Barr) Net::FTP - Enhanced ->size() to try different approaces if SIZE is not implemented -Change 128 on 1998/04/15 by (Graham Barr) +Change 128 on 1998/04/16 by (Graham Barr) Net::Time - Correct number of seconds in a year -Change 126 on 1998/04/06 by (Graham Barr) +Change 126 on 1998/04/07 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/23 by (Graham Barr) +Change 118 on 1998/02/24 by (Graham Barr) Net::FTP - Added site method -Change 117 on 1998/02/23 by (Graham Barr) +Change 117 on 1998/02/24 by (Graham Barr) Net::POP3 - Remove use of map in a void context @@ -659,12 +877,12 @@ Change 116 on 1998/02/21 by (Graham Barr) Net::FTP - Changes to mkdir for recursive creates. -Change 114 on 1998/02/20 by (Graham Barr) +Change 114 on 1998/02/21 by (Graham Barr) Net::Domain - Change $SIG{__DIE__} to $SIG{'__DIE__'} to stop warning in 5.003 -Change 113 on 1998/02/17 by (Graham Barr) +Change 113 on 1998/02/18 by (Graham Barr) Net::FTP::A - modified regexp in write for converting to CRLF, should now work with MacOS @@ -685,32 +903,32 @@ Change 113 on 1998/02/17 by (Graham Barr) Net::SMTP - Fix for new() to fail if HELO command fails -Change 108 on 1998/02/14 by (Graham Barr) +Change 108 on 1998/02/15 by (Graham Barr) Net::FTP - Added check for filenames with spaces, \r or \n -Change 107 on 1998/02/06 by (Graham Barr) +Change 107 on 1998/02/07 by (Graham Barr) Net::FTP - Ensure dataconn object is in reading mode for data transfers -Change 101 on 1998/01/22 by (Graham Barr) +Change 101 on 1998/01/23 by (Graham Barr) Renamed FAQ.pod as FAQ -Change 100 on 1998/01/22 by (Graham Barr) +Change 100 on 1998/01/23 by (Graham Barr) Net::NNTP - Added Reader option to new() -Change 99 on 1998/01/22 by (Graham Barr) +Change 99 on 1998/01/23 by (Graham Barr) Net::POP3 - fix pass() to call popstat() if pattern does not match for message count -Change 98 on 1998/01/22 by (Graham Barr) +Change 98 on 1998/01/23 by (Graham Barr) Restore changes lost in disk-crash @@ -740,18 +958,18 @@ Change 98 on 1998/01/22 by (Graham Barr) - Removed use of AutoLoader, it was causing problems on some platforms -Change 92 on 1997/12/08 by (Graham Barr) +Change 92 on 1997/12/09 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/04 by (Graham Barr) +Change 91 on 1997/12/05 by (Graham Barr) MANIFEST, FAQ.pod - Added initial FAQ document -Change 90 on 1997/12/04 by (Graham Barr) +Change 90 on 1997/12/05 by (Graham Barr) Net::FTP - Set $@ if ->new() fails @@ -788,11 +1006,11 @@ Change 64 on 1997/11/28 by (Graham Barr) - Now exits passing if commands fail due to not having authorization. -Change 61 on 1997/11/25 by (Graham Barr) +Change 61 on 1997/11/26 by (Graham Barr) none -Change 60 on 1997/11/25 by (Graham Barr) +Change 60 on 1997/11/26 by (Graham Barr) Net::FTP::I - Fix to prevent ABOR being sent when xfer is complete @@ -811,17 +1029,17 @@ Change 60 on 1997/11/25 by (Graham Barr) t/nntp.t - Modified to test for a list of groups -Change 58 on 1997/11/17 by (Graham Barr) +Change 58 on 1997/11/18 by (Graham Barr) t/nntp.t - Modified to check for more groups before failure -Change 56 on 1997/11/17 by (Graham Barr) +Change 56 on 1997/11/18 by (Graham Barr) Net::SMTP - Corrected documentation for ->expand() -Change 54 on 1997/11/17 by (Graham Barr) +Change 54 on 1997/11/18 by (Graham Barr) Makefile.PL - change to code for creating Net::Config @@ -847,12 +1065,12 @@ Change 43 on 1997/11/05 by (Graham Barr) rename files -Change 39 on 1997/11/04 by (Graham Barr) +Change 39 on 1997/11/05 by (Graham Barr) Configure - Fix croak problem -Change 38 on 1997/11/04 by (Graham Barr) +Change 38 on 1997/11/05 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: @@ -861,25 +1079,25 @@ Change 38 on 1997/11/04 by (Graham Barr) t/require.t - Remove Net::Telnet test -Change 37 on 1997/10/31 by (Graham Barr) +Change 37 on 1997/11/01 by (Graham Barr) Release 1.06 -Change 36 on 1997/10/31 by (Graham Barr) +Change 36 on 1997/11/01 by (Graham Barr) none -Change 35 on 1997/10/31 by (Graham Barr) +Change 35 on 1997/11/01 by (Graham Barr) Net::FTP - Fixed undef warning in login() when $ruser does not exist in .netrc -Change 34 on 1997/10/31 by (Graham Barr) +Change 34 on 1997/11/01 by (Graham Barr) Net::FTP - Added new supported() method -Change 33 on 1997/10/31 by (Graham Barr) +Change 33 on 1997/11/01 by (Graham Barr) Net::FTP - DESTORY now sends quit command @@ -895,15 +1113,15 @@ Change 33 on 1997/10/31 by (Graham Barr) now matches Net::FTP::I::read and the docs - speedup to read() -Change 18 on 1997/10/03 by (Graham Barr) +Change 18 on 1997/10/04 by (Graham Barr) Release 1.17 -Change 15 on 1997/09/26 by (Graham Barr) +Change 15 on 1997/09/27 by (Graham Barr) Email address and documentation changes -Change 14 on 1997/09/26 by (Graham Barr) +Change 14 on 1997/09/27 by (Graham Barr) Net::FTP - Added account method so ACCT command can be sent independantly @@ -923,7 +1141,7 @@ Change 14 on 1997/09/26 by (Graham Barr) Net::SNPP - Fixed a bug in ->new() while locating default host -Change 13 on 1997/09/26 by (Graham Barr) +Change 13 on 1997/09/27 by (Graham Barr) Net::FTP - Modified code which determined whether to connect via a Firewall. @@ -932,7 +1150,7 @@ Change 13 on 1997/09/26 by (Graham Barr) - The Firewall option to new is now used in preference over the FTP_FIREWALL environment variable. -Change 12 on 1997/09/26 by (Graham Barr) +Change 12 on 1997/09/27 by (Graham Barr) Net::Cmd - modified ->response() to return CMD_ERROR if ->getline() returns @@ -942,19 +1160,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/12 by (Graham Barr) +Change 3 on 1997/09/13 by (Graham Barr) Makefile.PL - Local config file libnet.cfg installed as Net::Config -Change 2 on 1997/09/12 by (Graham Barr) +Change 2 on 1997/09/13 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) +Change 1 on 1997/09/13 by (Graham Barr) A new beginning