Netty 3.1.4.GA released:

Trustin Lee (이희승) trustin at gmail.com
Mon Sep 28 05:53:46 EDT 2009


Hi folks,

Netty 3.1.4.GA, another bug fix release in the 3.1 branch, has been released.

The Netty project is an effort to provide an asynchronous,
event-driven network application framework and tools for rapid
development of maintainable, high-performance, high-scalability
protocol servers and clients.

In other words, Netty is a NIO client server framework that enables
quick and easy development of network applications such as protocol
servers and clients. It simplifies and streamlines network programming
such as TCP and UDP socket servers.

Please visit our web site to download it:

 * http://www.jboss.org/netty/

As always, your feed back is more than appreciated.  Please visit the
discussion forum and leave some comments and questions:

 * http://www.jboss.org/netty/community.html

Alternatively, please follow us at Twitter and send a message:

 * http://twitter.com/netty_project

Fixed Bugs
==========
This release is purely a bug fix release.  The following is the list
of the fixed bugs:

[NETTY-226] - IndexOutOfBoundsException on empty HTTP header value.
[NETTY-228] - Method "ChannelBuffers.wrappedBuffer(ByteBuffer buffer)"
does not always honor ByteOrder
[NETTY-229] - CookieDecoder throws IllegalArgumentException if the day
of week string in 'expires' attribute is not abbreviated.
[NETTY-230] - 'bad handshake record MAC' error and
IndexOutOfBoundsException on SSL closure

Upcoming Releases
=================
Unless there is a bug without workaround, I will proceed to the next
major feature release, 3.2.0.ALPHA1. It's great time to improve Netty
and become a part of the community by sharing your idea!  Please keep
us updated with any ideas for new features, bugs, design issues, API
usability feed back, and questions.

Miscellaneous
=============
For the full changelog, please visit here:

 * http://jira.jboss.org/jira/browse/NETTY

Again, as always, your feed back is more than appreciated.  Please
visit the discussion forum and feel free to leave some comments and
questions:

 * http://www.jboss.org/netty/community.html

Alternatively, please follow us at Twitter and send a message:

 * http://twitter.com/netty_project

Cheers,
Trustin

— Trustin Lee, http://gleamynode.net/



More information about the netty-users mailing list