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