Commons::Net 1.5.0 is a maintenance release. Bug * [NET-68] - [net] TFTPClient's send file discards last ack * [NET-161] - TFTP TFTPClient.sendFile() just doesen't work * [NET-167] - FTPClient.storeFile returns false in case the file is being transferred to some Windows machine * [NET-188] - FTPClient#listFiles returns null element when file's timestamp is "02/29" * [NET-193] - FTP throw NullPointerException when enountering 02-29-2008 (leap year bug) * [NET-194] - Telnet class Exception problem * [NET-195] - Ntpv3Impl attempts double-checked locking * [NET-198] - FTPTimestampParserImpl#parseTimeStamp() is not fully testable * [NET-201] - UnixFTPEntryParser does not handle character/block special devices properly * [NET-206] - Turkish 'i' problem and ParserInitializationException: Unknown parser type: Windows_NT * [NET-208] - TelnetInputStream swallows interruptedexception as IOException * [NET-211] - setLenient() does not work across a year boundary * [NET-223] - the data connection socket is not closed when an IOException occurred * [NET-225] - FTPFileEntryParserImpl.preParse() doesn't remove unparsable entries at the end of the file list * [NET-231] - ParserInitializationException for a couple of server types (AS/400 and UNKNOWN Type: L8) Improvement * [NET-181] - tftp client limited to ~32 MB file sizes * [NET-196] - POP3Reply.OK and .ERROR should be final; likewise the psi fields in TelnetOption * [NET-214] - [ftp] support rwx access permissions in VMSFTPEntryParser