From 302c2e6b3178d72ea1114a76af5852e6680bacc8 Mon Sep 17 00:00:00 2001 From: Graham Barr Date: Fri, 26 Oct 2001 13:11:00 +0000 Subject: Sync libnet modules with what will be libnet-1.08 p4raw-id: //depot/perl@12679 --- lib/Net/ChangeLog.libnet | 108 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) (limited to 'lib/Net/ChangeLog.libnet') diff --git a/lib/Net/ChangeLog.libnet b/lib/Net/ChangeLog.libnet index fcd4576122..db4d1de5bc 100644 --- a/lib/Net/ChangeLog.libnet +++ b/lib/Net/ChangeLog.libnet @@ -1,3 +1,111 @@ +Change 661 on 2001/10/26 by (Graham Barr) + + Add install-nomake to install libnet on machines that do not + have make available + +Change 660 on 2001/10/26 by (Graham Barr) + + Net::Cmd + - Ensure we don't insert an extra CR during LF=>CRLF when the CR already exists + +Change 659 on 2001/10/22 by (Graham Barr) + + Net::Domain + - Be more robust if no hostname or domainname + (especially the latter) + +Change 658 on 2001/10/22 by (Graham Barr) + + Net::Config + - Protect eval's from user defining $SIG{__DIE__} + +Change 657 on 2001/10/22 by (Graham Barr) + + Net::Config + - Fix handling of single values passed, when a ref to an array is wanted + +Change 656 on 2001/10/22 by (Graham Barr) + + Net::Config + - Pod updates from chromatic + +Change 655 on 2001/10/22 by (Graham Barr) + + Net::SMTP + - Don't be sensetive to extra spaces on reply to HELO + +Change 654 on 2001/10/22 by (Graham Barr) + + Net::Netrc + - Update lookup() docs to describe what happens if no .netrc file is found + +Change 653 on 2001/10/22 by (Graham Barr) + + Net::FTP + - Fix hash() to match docs (patch from Doug Wilson) + +Change 652 on 2001/09/21 by (Graham Barr) + + Net::FTP + - Fix patterns in ->size and ->supported + +Change 651 on 2001/09/21 by (Graham Barr) + + Net::Config, Net::Netrc + - Handle $home on w2k + +Change 650 on 2001/09/21 by (Graham Barr) + + Net::Domain + - Fix some potential undef warnings + +Change 649 on 2001/09/21 by (Graham Barr) + + Net::FTP + - Add FirewallType as an option to ->new + +Change 648 on 2001/09/21 by (Graham Barr) + + Net::FTP + - use sysopen instead of open so we don't get caught by special chars in the filename + +Change 630 on 2001/08/31 by (Graham Barr) + + Net::FTP::I + - Avoid uninit warning + +Change 627 on 2001/08/20 by (Graham Barr) + + Remove tests for modules removed from dist + +Change 626 on 2001/08/17 by (Graham Barr) + + Increment VERSIONs + +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 625 on 2001/08/17 by (Graham Barr) Doc updates and add cc and bcc as aliases for recipient -- cgit v1.2.1