Changes Report

Release History

VersionDateDescription
1.0.02008-02-26
1.0.0-rc22008-02-14
1.0.0-rc12008-01-07
1.0.0-b22007-07-10
1.0.0-b12007-05-09

Get the RSS feed of the last changes

Release 1.0.0 - 2008-02-26

TypeChangesBy
Revised web site documentation. Added global menu items. Added code examples. Site should now function properly and fairly intuitively.sjardine
Fixed a number of memory leaks and socket issues. This should fix the rampant use of file descriptors and sockets. Thanks to Lieven Poelmansjardine
Added setDebug method to HylaFAXClientProtocol. Thanks to Jonas Wolzsjardine
Addis site and config methods to the Client interface and HylaFAXClientProtocol. This allows for setting site and site config parameters on the server.sjardine

Release 1.0.0-rc2 - 2008-02-14

TypeChangesBy
Added setSoLinger call to prevent CLOSE_WAIT and TIME_WAIT socket states. Thanks to Lieven Poelmansjardine
Integrated TimeParser class into the setSendTime and setKillTime functions.sjardine
Helper class for parsing SENDTIME and LASTTIME values. An examples is "now + 5 minutes". Thanks to Stefan Uterhofersjardine

Release 1.0.0-rc1 - 2008-01-07

TypeChangesBy
Removed some potential programming problems. Parameter shadowing. Local variable shadowing.sjardine

Release 1.0.0-b2 - 2007-07-10

TypeChangesBy
FTPClientProtocol no longer throws an exception when code 130 warnings are present.sjardine
Added support for line continuations.sjardine
Removed duplicate code when doing a get or put.sjardine

Release 1.0.0-b1 - 2007-05-09

TypeChangesBy
Added a retry function to the Client interface.sjardine
Starting initial code cleanup using Checkstyle and Sun's Conventions. Still lots left to do.sjardine
Changed interfaces for Client and ClientPool to be consistent with each other.sjardine
Added new null checks.sjardine
Removed obsolete files.sjardine
Converted site documentation over to Apache's Maven's Site.sjardine
Created separate modules inet-ftp, core, pool, and utils.sjardine
Converted build system to Apache's Maven.sjardine
Switched version control system from cvs to subversion.sjardine
Fixed problem with clients in the pool not getting released properly. Thanks to Thomas Papendiecksjardine