Re: [FtpServer] The road to M3

2008-08-12 Thread Niklas Gustavsson
On Tue, Aug 12, 2008 at 1:19 AM, Alex Karasulu [EMAIL PROTECTED] wrote: Then again depending on the code released outside of the incubator might be best. Yeah, or maybe delay the JSecurity integration until they have graduated. In the meantime we could prepare ourselves by readying our

FtpServer 1.0.0-M2 released

2008-08-12 Thread Niklas Gustavsson
The Apache MINA project is pleased to announce the release of FtpServer 1.0.0-M2. This is the first release of FtpServer and a big step towards getting 1.0 done, hopefully later this year. We welcome you to try it out. We have tried to make it simple both to embed within your application as well

Release of Apache MINA 2.0.0-M3

2008-08-12 Thread Julien Vermillard
The Apache MINA project is pleased to announce the release of MINA 2.0.0-M3. This release is finally done earlier than planed due to some serious performance regressions in 2.0.0-M2. * 4 bug fixes : o Calling IoBuffer.slice() in CumulativeProtocolDecoder.doDecode() can cause data corruption.

[jira] Created: (FTPSERVER-152) NativeFileObject.hasDeletePermission() not working as expected.

2008-08-12 Thread David Latorre (JIRA)
NativeFileObject.hasDeletePermission() not working as expected. Key: FTPSERVER-152 URL: https://issues.apache.org/jira/browse/FTPSERVER-152 Project: FtpServer Issue Type: Bug

Download page and structures of release tarballs

2008-08-12 Thread Julien Vermillard
Hi, I updated a bit the download page : http://mina.apache.org/downloads.html I hope it less confusing about downloading and signature checking. Feedback welcome! Secondly, our current release tarballs are quite messy, you got sources and binaries jar in the root, and you got sources in each

[jira] Updated: (DIRMINA-615) Improved support for custom NioProcessors

2008-08-12 Thread Barend Garvelink (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barend Garvelink updated DIRMINA-615: - Attachment: CustomNioProcessor.patch Attachment: patch file for this improvement.

[jira] Created: (DIRMINA-615) Improved support for custom NioProcessors

2008-08-12 Thread Barend Garvelink (JIRA)
Improved support for custom NioProcessors - Key: DIRMINA-615 URL: https://issues.apache.org/jira/browse/DIRMINA-615 Project: MINA Issue Type: Improvement Components: Core

Re: Download page and structures of release tarballs

2008-08-12 Thread W.B. Garvelink
On Tue, Aug 12, 2008 at 5:07 PM, Julien Vermillard [EMAIL PROTECTED] wrote: We still miss : - [...] - a lib directory for all the dependencies (anyone know how to do that with automagicly with mvn ?) - Using maven-assembly-plugin: add a DependencySet element to release.xml. - Using

[jira] Commented: (DIRMINA-489) Composite IoBuffer

2008-08-12 Thread Julien Vermillard (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12621928#action_12621928 ] Julien Vermillard commented on DIRMINA-489: --- today I was digging in old asyncweb

Re: Download page and structures of release tarballs

2008-08-12 Thread Niklas Gustavsson
On Tue, Aug 12, 2008 at 5:07 PM, Julien Vermillard [EMAIL PROTECTED] wrote: I would like to propose something different : - a binaries directory for .jar binaries - a sources directory for sources of all the modules and with the pom.xml files for building with maven - a docs directory for

Re: Download page and structures of release tarballs

2008-08-12 Thread W.B. Garvelink
I'm halfway through changing release.xml for this. I'll submit a patch later tonight. Barend On Tue, Aug 12, 2008 at 9:03 PM, Niklas Gustavsson [EMAIL PROTECTED] wrote: On Tue, Aug 12, 2008 at 5:07 PM, Julien Vermillard [EMAIL PROTECTED] wrote: I would like to propose something different

[jira] Closed: (DIRMINA-615) Improved support for custom NioProcessors

2008-08-12 Thread Julien Vermillard (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Vermillard closed DIRMINA-615. - Resolution: Fixed Fix Version/s: 2.0.0-M4 Assignee: Julien Vermillard

[jira] Created: (DIRMINA-616) New release.xml file

2008-08-12 Thread Barend Garvelink (JIRA)
New release.xml file Key: DIRMINA-616 URL: https://issues.apache.org/jira/browse/DIRMINA-616 Project: MINA Issue Type: Improvement Reporter: Barend Garvelink In response to

[jira] Updated: (DIRMINA-616) New release.xml file

2008-08-12 Thread Barend Garvelink (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barend Garvelink updated DIRMINA-616: - Attachment: release.xml Attachment: updated release.xml file. New release.xml file

[jira] Commented: (DIRMINA-489) Composite IoBuffer

2008-08-12 Thread Mark Webb (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12622025#action_12622025 ] Mark Webb commented on DIRMINA-489: --- I have checked in the code. Please take a look and