about summary refs log tree commit
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>2001-12-10 20:18:39 +0000
committerGraham Barr <gbarr@pobox.com>2001-12-10 20:18:39 +0000
commit0343ace109887a1ad886eec3dfbd33ca56fd2806 (patch)
treed278c530ecaa5388a2f4e68c19cf0906a79ee8b5
parent908e7aa6f8f4732ad1dde09a038b15cc4626a463 (diff)
downloadperl-libnet-1.0901.tar.gz
Release 1.0901 v1.0901
-rw-r--r--ChangeLog81
1 files changed, 81 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33fab3c..8e690cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,84 @@
+Change 687 on 2001/12/10 by <gbarr@pobox.com> (Graham Barr)
+
+        More test updates from the core
+
+Change 686 on 2001/11/27 by <gbarr@pobox.com> (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 <gbarr@pobox.com> (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 P?rez Ureta)
+
+Change 684 on 2001/11/26 by <gbarr@pobox.com> (Graham Barr)
+
+        netrc.t
+        - fix RE for libnet_t.pl
+
+Change 683 on 2001/11/20 by <gbarr@pobox.com> (Graham Barr)
+
+        Various doc cleanups
+
+Change 675 on 2001/11/20 by <gbarr@pobox.com> (Graham Barr)
+
+        t/hostname.t
+        - Add test to check that hostname() does not modify $_
+
+Change 674 on 2001/11/20 by <gbarr@pobox.com> (Graham Barr)
+
+        Net::Config
+        - Dont treat "test_hosts" as an array of host names
+
+Change 673 on 2001/11/20 by <gbarr@pobox.com> (Graham Barr)
+
+        Added test for Net::Netrc
+        patch from chromatic
+
+Change 672 on 2001/11/20 by <gbarr@pobox.com> (Graham Barr)
+
+        Net::FTP
+        - Dont send QUIT on DESTROY. Causes problems when fork() is used.
+
+Change 671 on 2001/11/20 by <gbarr@pobox.com> (Graham Barr)
+
+        Net::Domain
+        - Fix bug causing $_ to be modified
+
+Change 670 on 2001/11/20 by <gbarr@pobox.com> (Graham Barr)
+
+        Net::FTP
+        - Send -anonymous@ as the password for the anonymous user, not
+          the real username. Patch from Eduardo P?rez Ureta
+
+Change 669 on 2001/11/20 by <gbarr@pobox.com> (Graham Barr)
+
+        Add VERSION numbers to Net::FTP::L and Net::FTP::E
+
+Change 668 on 2001/11/20 by <gbarr@pobox.com> (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 <gbarr@pobox.com> (Graham Barr)
+
+        Net::SMTP
+        - Add support for SASL AUTH (only PLAIN right now)
+          patch from Meng Weng Wong <mengwong@dumbo.pobox.com>
+
+Change 666 on 2001/11/20 by <gbarr@pobox.com> (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 <gbarr@pobox.com> (Graham Barr)
+
+        Release 1.09
+
 Change 664 on 2001/10/29 by <gbarr@pobox.com> (Graham Barr)
 
         Added test for Net::Config from chromatic