Netty 3.1.2.GA released: dropping connection attempts

"이희승 (Trustin Lee)" trustin at gmail.com
Sun Aug 23 21:48:50 EDT 2009


Hi folks,

Netty 3.1.2.GA, which fixes one major bug introduced in the previous
version, 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

Dropping Connection Attempts
============================
This release fixes a single bug that was introduced in 3.1.1.GA where a
successful connection attempt sometimes leads to immediate disconnection.

Upcoming Releases
=================
Unless there is a critical bug without a 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://tinyurl.com/mj2ype

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

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


More information about the netty-users mailing list