+1

On Wed, Sep 22, 2010 at 00:55, Emmanuel Lecharny <elecha...@gmail.com> wrote:
>
> Hi,
>
> After Alain found that there were some missing ASL headers in the last
> released version, the latest vote has been reverted, and I just released
> MINA again (after having checked that we don't have any missing ASL.20
> header - rat will of course complain because .settings files don't contain
> such headers. That also means we have to add .settings into svn:ignore for
> 2.0.1). So, let's resume :
>
> The last version of MINA (2.0.0) has been released for the third time :) !
> Here are the complete release notes from JIRA:
>
>
>   Bug
>
>   * [DIRMINA-539 <https://issues.apache.org/jira/browse/DIRMINA-539>]
>     - NioDatagramConnector doesn't takes the TrafficClass value set to
>     his DatagramSessionConfig
>   * [DIRMINA-650 <https://issues.apache.org/jira/browse/DIRMINA-650>]
>     - Mina server does not recieve all data sent by client using
>     SSLSocketFactory
>   * [DIRMINA-678 <https://issues.apache.org/jira/browse/DIRMINA-678>]
>     - NioProcessor 100% CPU usage on Linux (epoll selector bug)
>   * [DIRMINA-679 <https://issues.apache.org/jira/browse/DIRMINA-679>]
>     - NullPointerException in ProtocolCodecFilter.filterWrite
>   * [DIRMINA-684 <https://issues.apache.org/jira/browse/DIRMINA-684>]
>     - NullPointerException when opening socket to localhost
>   * [DIRMINA-711 <https://issues.apache.org/jira/browse/DIRMINA-711>]
>     - Adding some logs in the chain make the MDCFilter tests to fail
>   * [DIRMINA-720 <https://issues.apache.org/jira/browse/DIRMINA-720>]
>     - Hardware Flow Control Disables Serial Port on Windows Platform
>   * [DIRMINA-732 <https://issues.apache.org/jira/browse/DIRMINA-732>]
>     - Session Idle events never comes in sessions managed by
>     NioDatagramAcceptor
>   * [DIRMINA-733 <https://issues.apache.org/jira/browse/DIRMINA-733>]
>     - The profile method in the ProfilerTimerFilter can caused more
>     methods to be profiled than intended.
>   * [DIRMINA-742 <https://issues.apache.org/jira/browse/DIRMINA-742>]
>     - When session is closed, DefaultIoFilterChain is in deadlock.
>   * [DIRMINA-746 <https://issues.apache.org/jira/browse/DIRMINA-746>]
>     - DefaultSocketSessionConfig.setReceiveBufferSize(...) throws
>     NullPointerException
>   * [DIRMINA-748 <https://issues.apache.org/jira/browse/DIRMINA-748>]
>     - CachedBufferAllocator does not free buffers when
>     maxCachedBufferSize=0
>   * [DIRMINA-749 <https://issues.apache.org/jira/browse/DIRMINA-749>]
>     - Cannot have more than one CODEC in the chain
>   * [DIRMINA-753 <https://issues.apache.org/jira/browse/DIRMINA-753>]
>     - Some writes observed to stall until select times out
>   * [DIRMINA-755 <https://issues.apache.org/jira/browse/DIRMINA-755>]
>     - IoConnectot.dispose blocks forever
>   * [DIRMINA-760 <https://issues.apache.org/jira/browse/DIRMINA-760>]
>     - Client fails to detect disconnection
>   * [DIRMINA-762 <https://issues.apache.org/jira/browse/DIRMINA-762>]
>     - WARN org.apache.mina.core.service.IoProcessor - Create a new
>     selector. Selected is 0, delta = 0
>   * [DIRMINA-763 <https://issues.apache.org/jira/browse/DIRMINA-763>]
>     - Errors with Datagram when running tests on linux
>   * [DIRMINA-764 <https://issues.apache.org/jira/browse/DIRMINA-764>]
>     - DDOS possible in only a few seconds...
>   * [DIRMINA-770 <https://issues.apache.org/jira/browse/DIRMINA-770>]
>     - Remove all the new NullPointerException()
>   * [DIRMINA-771 <https://issues.apache.org/jira/browse/DIRMINA-771>]
>     - Calling NioSocketSession.toString() causes java.lang.Error
>   * [DIRMINA-777 <https://issues.apache.org/jira/browse/DIRMINA-777>]
>     - IoSessionConfig.setUseReadOperation(true) doesn't seem to work
>   * [DIRMINA-778 <https://issues.apache.org/jira/browse/DIRMINA-778>]
>     - TextLineDecoder not thread safe?
>   * [DIRMINA-779 <https://issues.apache.org/jira/browse/DIRMINA-779>]
>     - SSLHandler can re-order data that it reads
>   * [DIRMINA-782 <https://issues.apache.org/jira/browse/DIRMINA-782>]
>     - Combination of SslFilter & FileRegionWriteFilter causes
>     messageSent events to be lost
>   * [DIRMINA-784 <https://issues.apache.org/jira/browse/DIRMINA-784>]
>     - Error with MDCInjectionFilter on Windows
>
>
>   Improvement
>
>   * [DIRMINA-593 <https://issues.apache.org/jira/browse/DIRMINA-593>]
>     - Javadoc & documentation for org/apache/mina/filter/reqres
>   * [DIRMINA-682 <https://issues.apache.org/jira/browse/DIRMINA-682>]
>     - We need a better documentation for the ExecutorFilter [was
>     :Writing more than one message will block until the
>     MessageReceived as been fully proceced]
>   * [DIRMINA-707 <https://issues.apache.org/jira/browse/DIRMINA-707>]
>     - Add sendfile support to APR transport
>   * [DIRMINA-751 <https://issues.apache.org/jira/browse/DIRMINA-751>]
>     - IoBuffer.normalizeCapacity improvement
>   * [DIRMINA-754 <https://issues.apache.org/jira/browse/DIRMINA-754>]
>     - Javadoc omission in IoFilterChain#fireMessageSent()
>   * [DIRMINA-761 <https://issues.apache.org/jira/browse/DIRMINA-761>]
>     - how to shutdown a mina application
>   * [DIRMINA-780 <https://issues.apache.org/jira/browse/DIRMINA-780>]
>     - Writing null objects to the Session should raise an Exception
>
>
>   Task
>
>   * [DIRMINA-477 <https://issues.apache.org/jira/browse/DIRMINA-477>]
>     - Update page about differences between 1.x and 2.x
>   * [DIRMINA-575 <https://issues.apache.org/jira/browse/DIRMINA-575>]
>     - Add the missing Javadoc, add some comments
>   * [DIRMINA-681 <https://issues.apache.org/jira/browse/DIRMINA-681>]
>     - Strange CPU peak occuring at fixed interval when several
>     thousand connections active
>   * [DIRMINA-708 <https://issues.apache.org/jira/browse/DIRMINA-708>]
>     - Unbound thread growth on discovery attempts : Improve documentation
>   * [DIRMINA-756 <https://issues.apache.org/jira/browse/DIRMINA-756>]
>     - Bump up the used jars
>   * [DIRMINA-757 <https://issues.apache.org/jira/browse/DIRMINA-757>]
>     - Add an entry in FAQ explaining how to correctly close a session
>     and dispose the connector
>   * [DIRMINA-759 <https://issues.apache.org/jira/browse/DIRMINA-759>]
>     - Replace JUnit 3.8 constructions with JUnit 4.7 annotations
>   * [DIRMINA-795 <https://issues.apache.org/jira/browse/DIRMINA-795>]
>     - Rework the release process
>
> Here's the Jira link for this version if you'd like to review issues in more
> details:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10670&styleName=Html&version=12313701
>
> A temporary tag has been created (it can be removed if the vote is not
> approved):
> http://svn.apache.org/viewvc/mina/tags/2.0.0/
> The svn revision is :
> http://svn.apache.org/viewvc?view=revision&revision=999668
>
> The newly approved Nexus has been used for the preparation of this release
> and all final artifacts are stored in a staging repository:
> https://repository.apache.org/content/repositories/orgapachemina-004/
>
>
> The distributions are available for download on :
> https://repository.apache.org/content/repositories/orgapachemina-004/org/apache/mina/mina-parent/2.0.0/
>
> Let's vote again :
> [ ] +1 | Release MINA 2.0.0
> [ ] ą0 | Abstain
> [ ] -1 | Do*NOT*  release MINA 2.0.0
>
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
>
>



-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/
------------------------
Open Source SOA
http://fusesource.com

Reply via email to