X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FNet%2FChangeLog.libnet;h=26d7ac8dbeda588134a9418d42ff9d177ea4f039;hb=f1317c8d183c687b884dabebf7d01723441851a4;hp=8ddb94e26c9c1e15d0a1caeec85a9a8da2802772;hpb=c85707204c5d2a93ef021c88e43a92ba2d602304;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Net/ChangeLog.libnet b/lib/Net/ChangeLog.libnet index 8ddb94e..26d7ac8 100644 --- a/lib/Net/ChangeLog.libnet +++ b/lib/Net/ChangeLog.libnet @@ -1,3 +1,306 @@ +Change 830 on 2003/09/25 by (Graham Barr) + + Net::FTP + - documentation fixes + +Change 829 on 2003/09/25 by (Graham Barr) + + Net::FTP + - Allow spaces after the file size in the response to SIZE + +Change 828 on 2003/09/25 by (Graham Barr) + + Net::Domain + - Avoid infinite loop + +Change 821 on 2003/06/18 by (Graham Barr) + + Release 1.16 + +Change 820 on 2003/06/17 by (Graham Barr) + + Net::FTP + - Fix uninit warning when sending the ALLO command inside put + +Change 819 on 2003/06/13 by (Graham Barr) + + Release 1.15 + +Change 818 on 2003/06/13 by (Graham Barr) + + Net::FTP + - Fix merge error spotted by Slaven Rezic + +Change 817 on 2003/06/13 by (Graham Barr) + + Set INSTALLDIRS to 'perl' for perl >= 5.008 + +Change 816 on 2003/06/13 by (Graham Barr) + + Add SIGNATURE + +Change 806 on 2003/06/02 by (Graham Barr) + + Release 1.14 + +Change 805 on 2003/06/02 by (Graham Barr) + + Net::Cmd + - Avoid process death from SIGPIPE + +Change 804 on 2003/05/27 by (Graham Barr) + + Net::FTP + - Support for ALLO command (patch from Matthew N. Andrews) + +Change 803 on 2003/05/27 by (Graham Barr) + + libnetFAQ + - Fix URLs + +Change 802 on 2003/05/21 by (Graham Barr) + + Use read/print instead of sysread/syswrite for local files + so CRLF translation happens if it needs to + +Change 801 on 2003/05/20 by (Graham Barr) + + Net::FTP, Net::NNTP + - doc updates from Jarkko + +Change 800 on 2003/05/20 by (Graham Barr) + + Net::Domain + - Look in environment on VMS for domainname + (patch from Michael Cartmell) + +Change 799 on 2003/05/20 by (Graham Barr) + + Net::SMTP + - Allow multiple hosts to be passed to new() as an array reference + +Change 798 on 2003/05/20 by (Graham Barr) + + Net::FTP + - Add some error checking to the examples in the SYNOPSIS + +Change 797 on 2003/05/20 by (Graham Barr) + + Net::SMTP + - Support MTAs with broken HELO response + (patch from Michael Driscoll) + +Change 796 on 2003/05/20 by (Graham Barr) + + Net::POP3 + - Add small example to SYNOPSIS + +Change 795 on 2003/05/20 by (Graham Barr) + + Net::NNTP + - Add post clarifications to pod + +Change 794 on 2003/05/20 by (Graham Barr) + + Net::SMTP, Net::Cmd + - Support for BINARYMIME + (patch from Richard Coles) + +Change 793 on 2003/05/20 by (Graham Barr) + + Net::FTP + - Allow the firewall type to be specified in Net::Config + (patch from Philip Newton) + +Change 792 on 2003/05/20 by (Graham Barr) + + Net::SMTP + - Fixes to the DSN parameter to mail() + (patch from Rafael Garcia-Suarez) + +Change 791 on 2003/05/20 by (Graham Barr) + + Net::FTP::A + - Fix CRLF translation in write() + +Change 790 on 2003/05/20 by (Graham Barr) + + Net::Cmd + - Improve performance of CRLF translation when sending data + +Change 789 on 2003/05/20 by (Graham Barr) + + Net::SMTP + - Make the use of email address extraction configurable. By default + it is now back how it was + +Change 788 on 2003/05/20 by (Graham Barr) + + Net::NNTP + - Prevent instance methods being called as class methods when debug is turned on + +Change 772 on 2003/03/03 by (Graham Barr) + + Release 1.13 + +Change 755 on 2002/11/03 by (Graham Barr) + + Fix typo + +Change 749 on 2002/09/23 by (Graham Barr) + + Net::POP3 + - Make more compilant. +OK and -ERR responses do not have to be followed + by a space. + +Change 748 on 2002/09/23 by (Graham Barr) + + Net::FTP + - Fix unique name extraction to pick up name on initial + response, not just the final response + +Change 737 on 2002/07/18 by (Graham Barr) + + Net::Cmd + - Compatability fix for 5.004 + +Change 736 on 2002/07/16 by (Graham Barr) + + Net::Cmd + - Ensure all debug output is via ->debug_print + +Change 735 on 2002/07/15 by (Graham Barr) + + Net::FTP + - Allow the user to specify a local address to use for sockets + +Change 734 on 2002/07/15 by (Graham Barr) + + Net::SMTP + - Avoid extra spaces on the end of the AUTH command + +Change 728 on 2002/05/28 by (Graham Barr) + + Release 1.12 + +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 @@ -31,7 +334,7 @@ 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 P?rez Ureta + the real username. Patch from Eduardo Perez Ureta Change 669 on 2001/11/20 by (Graham Barr) @@ -178,30 +481,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 @@ -235,6 +514,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 @@ -507,12 +838,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() @@ -539,7 +870,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 @@ -550,7 +881,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 @@ -559,14 +890,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 @@ -577,7 +908,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 @@ -595,13 +926,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 @@ -610,13 +941,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 () @@ -625,18 +956,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 @@ -650,18 +981,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 @@ -685,43 +1016,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 @@ -731,12 +1062,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 @@ -757,32 +1088,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 @@ -812,18 +1143,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 @@ -860,11 +1191,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 @@ -883,17 +1214,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 @@ -919,12 +1250,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: @@ -933,25 +1264,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 @@ -967,15 +1298,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 @@ -995,7 +1326,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. @@ -1004,7 +1335,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 @@ -1014,19 +1345,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