You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by Niklas Gustavsson <ni...@protocol7.com> on 2011/07/18 10:57:05 UTC

[ANNOUNCE] Apache FtpServer 1.0.6 released

The Apache MINA project is pleased to announce the release of FtpServer 1.0.6.

This release fixes the issues found since the release of 1.0.5. We consider
this a stable and production ready release.

We welcome you to try it out. We have tried to make it simple both to
embed within your application as well as running it standalone.

The latest release is now available here:
http://mina.apache.org/ftpserver/downloads.html

The change log for this release is:
Bug
[FTPSERVER-264] - It takes about 1 minute and 100% CPU to set a "wide"
passive port range
(org.apache.ftpserver.DefaultDataConnectionConfiguration$Passive.SetPorts())
[FTPSERVER-376] - [FindBugs] Possible null pointer dereference of
passivePorts in PassivePorts::<init>
[FTPSERVER-393] - OPTS MLST does not correctly handle character case
[FTPSERVER-395] - Typo in http://mina.apache.org/ftpserver/ftp-commands.html
[FTPSERVER-396] - Typo in http://mina.apache.org/ftpserver/ftplet.html
[FTPSERVER-398] - distribution/res/ftp-db.sql has extraneous text at
start of file
[FTPSERVER-404] - Server certificate shipped in ftpserver.jks has expired
[FTPSERVER-412] - OPTS MLST does not handle unknown factnames correctly
[FTPSERVER-413] - STAT command returns wrong 200 state
[FTPSERVER-414] - STAT / creates invalid directory listing (with Patch)
[FTPSERVER-415] - NPE in PassivePorts(int[] passivePorts, boolean
checkIfBound) constructor
[FTPSERVER-416] - FtpServer core no longer needs ORO
[FTPSERVER-418] - Ignored/invalid assertion failure in
FtpLetReturnDefaultTest.testLogin()
[FTPSERVER-419] - PassivePorts.reserveNextPort() is not synchronized

Improvement
[FTPSERVER-406] - StringBuffer => StringBuilder for internal use
[FTPSERVER-420] - When picking a passive port, use "random port" from
the pool instead of "lowest port"
[FTPSERVER-421] - Upgrade to MINA 2.0.4
[FTPSERVER-422] - Client tests might fail on IBM JVMs due to NPE in
Thread.interrupt()

Wish
[FTPSERVER-375] - [FindBugs] NativeFtpFile implements equals(), but
does not - hashCode()

The full release notes can found here:
https://issues.apache.org/jira/browse/FTPSERVER/fixforversion/12315314

Thanks for the feedback that made this release possible!

The Apache MINA project