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