You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by Emmanuel Lecharny <el...@apache.org> on 2009/06/03 15:23:11 UTC

[ANNOUNCE] Apache MINA 2.0.0-M6 released

The Apache MINA project team is proud to announce the new Milestone
of Apache MINA version 2.0.0-M6, a bug fix release.

Apache MINA is a network application framework which helps users
develop high performance and high scalability network applications
easily by providing an abstract, event-driven, asynchronous API over
various transports such as TCP/IP and UDP/IP vis Java NIO.

The Apache MINA project website includes resources such as
introductory presentation slides, tutorials, and examples to help you
learn MINA as soon as possible.

The changeLog is provided at the end of this mail

Download :
==========
* http://mina.apache.org/downloads.html

Quick links:
============
* Homepage - http://mina.apache.org/
* FAQ - http://mina.apache.org/faq.html
* Testimonials - http://mina.apache.org/testimonials.html
* Documentation - http://mina.apache.org/documentation.html
* Performance - http://mina.apache.org/performance-test-reports.html


The Apache MINA project team is always open for your feedback.  Please
let us know what you think about MINA via our mailing list and support
forum: http://mina.apache.org/contact.html

Thank you !

Release Notes - MINA - Version 2.0.0-M6
---------------------------------------
Bug

    * [DIRMINA-687] - 2.0.0-M5 REGRESSION: sessionClosed called
before doDecode completes
    * [DIRMINA-706] - The project ftpserver can't work with mina-2.0-m5
    * [DIRMINA-712] - DefaultIoFilterChainBuilder.replace(String, IoFilter)
throws ClassCastException
    * [DIRMINA-713] - IoBufferHexDumper.getHexdump() over-allocates

The Apache MINA PMC.