This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move Text::ParseWords from ext/ to cpan/
[perl5.git] / cpan / libnet / Changes
1 libnet 1.22  -- Sun Aug 26 07:13:18 CDT 2007
2
3 Bug Fixes
4   * Fix a bug in Net::Cmd that is_utf8 does not exist prior to perl 5.8.1
5
6 libnet 1.21  -- Sat May 19 08:53:09 CDT 2007
7
8 Bug Fixes
9   * Fix bug causing utf8 encoding of 8bit strings in Net::Cmd
10   * Fix precedence issue in Net::NNTP. Patch from Brendan O'Dea
11   * Fixed bug causing removal of last character on the line when
12     doing ASCII FTP transfers
13
14 Enhancements
15   * Add support for ENVID and AUTH to Net::SMTP. Patch by Mark Martinec
16   * Changed default for FTP transfers to be passive
17   * Added support for FTP FEAT command
18
19 libnet 1.20  -- Fri Feb  2 19:42:51 CST 2007
20
21 Bug Fixes
22   * Fixed incorrect handling of CRLF that straddled two blocks
23   * Fix bug in response() which was too liberal in what it thought was a response line
24   * Silence uninitialized value warnings in Net::Cmd during testing on Win32
25   * Documentations typos and updates
26
27 Enhancements
28   * Added support for ORCPT into Net::SMTP
29   * Support for servers that expect the USER command in upper or lower case. Try USER
30     first then try user if that fails
31
32 libnet 1.19  -- Wed Jun 30 14:53:48 BST 2004
33
34 Bug Fixes
35   * Fixed datasend test to work on Win32 platform
36   * Fixed Authen::SASL checking in SMTP.pm and POP3.pm
37   * Fixed bug that a restarted get with Net::FTP did not append to local file
38
39 libnet 1.18  -- Mon Mar 22 16:19:01 GMT 2004
40
41 Bug Fixes
42   * Fixed bug in CRLF translation in Net::Cmd datasend/dataend methods
43   * Fixed bug in converting numbers returned by PASV command into a
44     packed IP address
45   * Fixed bug that caused Net::FTP->get to truncate the local file after
46     the restart method had been called
47   * Fixed bug in Net::FTP-.rmdir when the server returned . and .. in
48     the contents of a directory
49   * Fixed bug in POP3 that was sending unnecessary RSETs
50
51 Enhancements
52   * Added support for POP3 CAPA command
53   * Added support for XVERP to Net::SMTP
54   * Added Net::POP3->banner method to return the banner received from
55     the server during connect
56   * Added Net::POP3->auth method for performing authentication using
57     SASL, requires Authen::SASL
58   * Added Host option to ->new constructor of FTP, NNTP, SMTP and POP3
59     which can be used instead of passing the host as the first argument
60   * Added ->host method to FTP, NNTP, SMTP and POP3 to return the host
61     string used for the connect. This is useful to determine which host
62     was connected to when multiple hosts are specified
63   * Added support for more non-standard responses to Net::FTP->size
64   * Updated POD for Net::SMTP wrt. not passing a Hello parameter to the
65     constructor. (Jeff Macdonald)
66
67 ChangeLogs for releases prior to 1.18 may be found at
68 http://svn.mutatus.co.uk/browse/libnet/tags/libnet-1.17/ChangeLog