Documenting undefined behaviour of $i = $i ++.
[p5sagit/p5-mst-13.2.git] / lib / Net / Changes.libnet
1 libnet 1.18  -- Mon Mar 22 16:19:01 GMT 2004
2
3 Bug Fixes
4   * Fixed bug in CRLF translation in Net::Cmd datasend/dataend methods
5   * Fixed bug in converting numbers returned by PASV command into a
6     packed IP address
7   * Fixed bug that caused Net::FTP->get to truncate the local file after
8     the restart method had been called
9   * Fixed bug in Net::FTP-.rmdir when the server returned . and .. in
10     the contents of a directory
11   * Fixed bug in POP3 that was sending unnecessary RSETs
12
13 Enhancements
14   * Added support for POP3 CAPA command
15   * Added support for XVERP to Net::SMTP
16   * Added Net::POP3->banner method to return the banner received from
17     the server during connect
18   * Added Net::POP3->auth method for performing authentication using
19     SASL, requires Authen::SASL
20   * Added Host option to ->new constructor of FTP, NNTP, SMTP and POP3
21     which can be used instead of passing the host as the first argument
22   * Added ->host method to FTP, NNTP, SMTP and POP3 to return the host
23     string used for the connect. This is useful to determine which host
24     was connected to when multiple hosts are specified
25   * Added support for more non-standard responses to Net::FTP->size
26   * Updated POD for Net::SMTP wrt. not passing a Hello parameter to the
27     constructor. (Jeff Macdonald)
28
29 ChangeLogs for releases prior to 1.18 may be found at
30 http://svn.mutatus.co.uk/browse/libnet/tags/libnet-1.17/ChangeLog