Upgrade to PathTools 3.25
[p5sagit/p5-mst-13.2.git] / lib / Net / Changes.libnet
1 libnet 1.20  -- Fri Feb  2 19:42:51 CST 2007
2
3 Bug Fixes
4   * Fixed incorrect handling of CRLF that straddled two blocks
5   * Fix bug in response() which was too liberal in what it thought was a response line
6   * Silence uninitialized value warnings in Net::Cmd during testing on Win32
7   * Documentations typos and updates
8
9 Enhancements
10   * Added support for ORCPT into Net::SMTP
11   * Support for servers that expect the USER command in upper or lower case. Try USER
12     first then try user if that fails
13
14 libnet 1.19  -- Wed Jun 30 14:53:48 BST 2004
15
16 Bug Fixes
17   * Fixed datasend test to work on Win32 platform
18   * Fixed Authen::SASL checking in SMTP.pm and POP3.pm
19   * Fixed bug that a restarted get with Net::FTP did not append to local file
20
21 libnet 1.18  -- Mon Mar 22 16:19:01 GMT 2004
22
23 Bug Fixes
24   * Fixed bug in CRLF translation in Net::Cmd datasend/dataend methods
25   * Fixed bug in converting numbers returned by PASV command into a
26     packed IP address
27   * Fixed bug that caused Net::FTP->get to truncate the local file after
28     the restart method had been called
29   * Fixed bug in Net::FTP-.rmdir when the server returned . and .. in
30     the contents of a directory
31   * Fixed bug in POP3 that was sending unnecessary RSETs
32
33 Enhancements
34   * Added support for POP3 CAPA command
35   * Added support for XVERP to Net::SMTP
36   * Added Net::POP3->banner method to return the banner received from
37     the server during connect
38   * Added Net::POP3->auth method for performing authentication using
39     SASL, requires Authen::SASL
40   * Added Host option to ->new constructor of FTP, NNTP, SMTP and POP3
41     which can be used instead of passing the host as the first argument
42   * Added ->host method to FTP, NNTP, SMTP and POP3 to return the host
43     string used for the connect. This is useful to determine which host
44     was connected to when multiple hosts are specified
45   * Added support for more non-standard responses to Net::FTP->size
46   * Updated POD for Net::SMTP wrt. not passing a Hello parameter to the
47     constructor. (Jeff Macdonald)
48
49 ChangeLogs for releases prior to 1.18 may be found at
50 http://svn.mutatus.co.uk/browse/libnet/tags/libnet-1.17/ChangeLog